#include "SecondOrderFunctions.h"Go to the source code of this file.
Data Structures | |
| class | PoissonMatrixQuadratic |
| struct | PoissonMatrixQuadratic::tetrahedron_gauss_point |
Macros | |
| #define | NUM_ELEMENTS_LOWER_TRIANGULAR_10X10 55 |
| #define | GRAD_PSI_1 0 |
| #define | GRAD_PSI_2 1 |
| #define | GRAD_PSI_3 2 |
| #define | GRAD_PSI_4 3 |
| #define | GRAD_PSI_5 4 |
| #define | GRAD_PSI_6 5 |
| #define | GRAD_PSI_7 6 |
| #define | GRAD_PSI_8 7 |
| #define | GRAD_PSI_9 8 |
| #define | GRAD_PSI_10 9 |
| #define | NUM_TET_GAUSS_QUAD_POINTS 14 |
| #define GRAD_PSI_1 0 |
Referenced by SecondOrderFunctions::calc_grad_psi().
| #define GRAD_PSI_10 9 |
Referenced by SecondOrderFunctions::calc_grad_psi().
| #define GRAD_PSI_2 1 |
Referenced by SecondOrderFunctions::calc_grad_psi().
| #define GRAD_PSI_3 2 |
Referenced by SecondOrderFunctions::calc_grad_psi().
| #define GRAD_PSI_4 3 |
Referenced by SecondOrderFunctions::calc_grad_psi().
| #define GRAD_PSI_5 4 |
Referenced by SecondOrderFunctions::calc_grad_psi().
| #define GRAD_PSI_6 5 |
Referenced by SecondOrderFunctions::calc_grad_psi().
| #define GRAD_PSI_7 6 |
Referenced by SecondOrderFunctions::calc_grad_psi().
| #define GRAD_PSI_8 7 |
Referenced by SecondOrderFunctions::calc_grad_psi().
| #define GRAD_PSI_9 8 |
Referenced by SecondOrderFunctions::calc_grad_psi().
| #define NUM_ELEMENTS_LOWER_TRIANGULAR_10X10 55 |
| #define NUM_TET_GAUSS_QUAD_POINTS 14 |