|
escript
Revision_
|
Defines | |
| #define | SCALING(_nsub_, _dim_) pow(1./(double)(_nsub_),1./(double)(_dim_)) |
| #define | DIM 2 |
| #define | LOCDIM 2 |
| #define | COMPDXDV0(P) |
| #define | COMPDXDV1(P) |
| #define | DIM 2 |
| #define | LOCDIM 1 |
| #define | DIM 3 |
| #define | LOCDIM 3 |
| #define | DIM 3 |
| #define | LOCDIM 2 |
Functions | |
| void | Dudley_Assemble_jacobeans_2D (double *coordinates, dim_t numQuad, dim_t numElements, dim_t numNodes, index_t *nodes, double *dTdX, double *absD, double *quadweight, index_t *element_id) |
| void | Dudley_Assemble_jacobeans_2D_M1D_E1D (double *coordinates, dim_t numQuad, dim_t numElements, dim_t numNodes, index_t *nodes, double *dTdX, double *absD, double *quadweight, index_t *element_id) |
| void | Dudley_Assemble_jacobeans_3D (double *coordinates, dim_t numQuad, dim_t numElements, dim_t numNodes, index_t *nodes, double *dTdX, double *absD, double *quadweight, index_t *element_id) |
| void | Dudley_Assemble_jacobeans_3D_M2D_E2D (double *coordinates, dim_t numQuad, dim_t numElements, dim_t numNodes, index_t *nodes, double *dTdX, double *absD, double *quadweight, index_t *element_id) |
| #define COMPDXDV0 | ( | P | ) |
| #define COMPDXDV1 | ( | P | ) |
| #define DIM 2 |
| #define DIM 2 |
| #define DIM 3 |
| #define DIM 3 |
| #define LOCDIM 2 |
Referenced by finley::Assemble_jacobians_1D(), finley::Assemble_jacobians_2D(), finley::Assemble_jacobians_2D_M1D_E1D(), finley::Assemble_jacobians_2D_M1D_E1D_C(), finley::Assemble_jacobians_2D_M1D_E2D(), finley::Assemble_jacobians_2D_M1D_E2D_C(), finley::Assemble_jacobians_3D(), finley::Assemble_jacobians_3D_M2D_E2D(), finley::Assemble_jacobians_3D_M2D_E2D_C(), finley::Assemble_jacobians_3D_M2D_E3D(), and finley::Assemble_jacobians_3D_M2D_E3D_C().
| #define LOCDIM 1 |
| #define LOCDIM 3 |
| #define LOCDIM 2 |
| #define SCALING | ( | _nsub_, | |
| _dim_ | |||
| ) | pow(1./(double)(_nsub_),1./(double)(_dim_)) |
| void Dudley_Assemble_jacobeans_2D | ( | double * | coordinates, |
| dim_t | numQuad, | ||
| dim_t | numElements, | ||
| dim_t | numNodes, | ||
| index_t * | nodes, | ||
| double * | dTdX, | ||
| double * | absD, | ||
| double * | quadweight, | ||
| index_t * | element_id | ||
| ) |
References ABS, COMPDXDV0, COMPDXDV1, DIM, DTDV_2D, Dudley_setError(), INDEX4, LenErrorMsg_MAX, and ZERO_DIVISION_ERROR.
Referenced by Dudley_ElementFile_borrowJacobeans().
| void Dudley_Assemble_jacobeans_2D_M1D_E1D | ( | double * | coordinates, |
| dim_t | numQuad, | ||
| dim_t | numElements, | ||
| dim_t | numNodes, | ||
| index_t * | nodes, | ||
| double * | dTdX, | ||
| double * | absD, | ||
| double * | quadweight, | ||
| index_t * | element_id | ||
| ) |
References DIM, Dudley_setError(), INDEX2, INDEX4, LenErrorMsg_MAX, and ZERO_DIVISION_ERROR.
Referenced by Dudley_ElementFile_borrowJacobeans().
| void Dudley_Assemble_jacobeans_3D | ( | double * | coordinates, |
| dim_t | numQuad, | ||
| dim_t | numElements, | ||
| dim_t | numNodes, | ||
| index_t * | nodes, | ||
| double * | dTdX, | ||
| double * | absD, | ||
| double * | quadweight, | ||
| index_t * | element_id | ||
| ) |
References ABS, DIM, DTDV_3D, Dudley_setError(), INDEX2, INDEX4, LenErrorMsg_MAX, and ZERO_DIVISION_ERROR.
Referenced by Dudley_ElementFile_borrowJacobeans().
| void Dudley_Assemble_jacobeans_3D_M2D_E2D | ( | double * | coordinates, |
| dim_t | numQuad, | ||
| dim_t | numElements, | ||
| dim_t | numNodes, | ||
| index_t * | nodes, | ||
| double * | dTdX, | ||
| double * | absD, | ||
| double * | quadweight, | ||
| index_t * | element_id | ||
| ) |
References DIM, Dudley_setError(), INDEX2, INDEX4, LenErrorMsg_MAX, and ZERO_DIVISION_ERROR.
Referenced by Dudley_ElementFile_borrowJacobeans().
1.7.6.1