Include dependency graph for V_GaussIntegration.cpp:Go to the source code of this file.
Macros | |
| #define | VERDICT_EXPORTS |
Variables | |
| double | verdictSqrt2 = sqrt( (double)2.0 ) |
| int | numberGaussPoints |
| int | numberNodes |
| int | numberDims |
| double | gaussPointY [maxNumberGaussPoints] |
| double | gaussWeight [maxNumberGaussPoints] |
| double | shapeFunction [maxTotalNumberGaussPoints][maxNumberNodes] |
| double | dndy1GaussPts [maxTotalNumberGaussPoints][maxNumberNodes] |
| double | dndy2GaussPts [maxTotalNumberGaussPoints][maxNumberNodes] |
| double | dndy3GaussPts [maxTotalNumberGaussPoints][maxNumberNodes] |
| double | totalGaussWeight [maxTotalNumberGaussPoints] |
| int | totalNumberGaussPts |
| double | y1Area [maxNumberGaussPointsTri] |
| double | y2Area [maxNumberGaussPointsTri] |
| double | y1Volume [maxNumberGaussPointsTet] |
| double | y2Volume [maxNumberGaussPointsTet] |
| double | y3Volume [maxNumberGaussPointsTet] |
| double | y4Volume [maxNumberGaussPointsTet] |
| #define VERDICT_EXPORTS |
Definition at line 23 of file V_GaussIntegration.cpp.
| double dndy1GaussPts[maxTotalNumberGaussPoints][maxNumberNodes] |
Definition at line 38 of file V_GaussIntegration.cpp.
Referenced by GaussIntegration::calculate_shape_function_2d_quad(), GaussIntegration::calculate_shape_function_2d_tri(), GaussIntegration::calculate_shape_function_3d_hex(), GaussIntegration::calculate_shape_function_3d_tet(), and GaussIntegration::get_shape_func().
| double dndy2GaussPts[maxTotalNumberGaussPoints][maxNumberNodes] |
Definition at line 39 of file V_GaussIntegration.cpp.
Referenced by GaussIntegration::calculate_shape_function_2d_quad(), GaussIntegration::calculate_shape_function_2d_tri(), GaussIntegration::calculate_shape_function_3d_hex(), GaussIntegration::calculate_shape_function_3d_tet(), and GaussIntegration::get_shape_func().
| double dndy3GaussPts[maxTotalNumberGaussPoints][maxNumberNodes] |
Definition at line 40 of file V_GaussIntegration.cpp.
Referenced by GaussIntegration::calculate_shape_function_3d_hex(), GaussIntegration::calculate_shape_function_3d_tet(), and GaussIntegration::get_shape_func().
| double gaussPointY[maxNumberGaussPoints] |
Definition at line 35 of file V_GaussIntegration.cpp.
Referenced by GaussIntegration::calculate_shape_function_2d_quad(), GaussIntegration::calculate_shape_function_3d_hex(), and GaussIntegration::get_gauss_pts_and_weight().
| double gaussWeight[maxNumberGaussPoints] |
Definition at line 36 of file V_GaussIntegration.cpp.
Referenced by GaussIntegration::calculate_shape_function_2d_quad(), GaussIntegration::calculate_shape_function_3d_hex(), and GaussIntegration::get_gauss_pts_and_weight().
| int numberDims |
Definition at line 34 of file V_GaussIntegration.cpp.
Referenced by GaussIntegration::initialize().
| int numberGaussPoints |
Definition at line 32 of file V_GaussIntegration.cpp.
Referenced by GaussIntegration::calculate_shape_function_2d_quad(), GaussIntegration::calculate_shape_function_3d_hex(), GaussIntegration::get_gauss_pts_and_weight(), GaussIntegration::get_tet_rule_pts_and_weight(), GaussIntegration::get_tri_rule_pts_and_weight(), and GaussIntegration::initialize().
| int numberNodes |
Definition at line 33 of file V_GaussIntegration.cpp.
Referenced by GaussIntegration::calculate_derivative_at_nodes(), GaussIntegration::calculate_derivative_at_nodes_2d_tri(), GaussIntegration::calculate_derivative_at_nodes_3d(), GaussIntegration::calculate_derivative_at_nodes_3d_tet(), GaussIntegration::calculate_shape_function_2d_quad(), GaussIntegration::calculate_shape_function_3d_hex(), GaussIntegration::calculate_shape_function_3d_tet(), GaussIntegration::get_shape_func(), and GaussIntegration::initialize().
| double shapeFunction[maxTotalNumberGaussPoints][maxNumberNodes] |
Definition at line 37 of file V_GaussIntegration.cpp.
Referenced by GaussIntegration::calculate_shape_function_2d_quad(), GaussIntegration::calculate_shape_function_2d_tri(), GaussIntegration::calculate_shape_function_3d_hex(), GaussIntegration::calculate_shape_function_3d_tet(), and GaussIntegration::get_shape_func().
| double totalGaussWeight[maxTotalNumberGaussPoints] |
Definition at line 41 of file V_GaussIntegration.cpp.
Referenced by GaussIntegration::calculate_shape_function_2d_quad(), GaussIntegration::calculate_shape_function_3d_hex(), GaussIntegration::get_shape_func(), GaussIntegration::get_tet_rule_pts_and_weight(), and GaussIntegration::get_tri_rule_pts_and_weight().
| int totalNumberGaussPts |
Definition at line 42 of file V_GaussIntegration.cpp.
Referenced by GaussIntegration::calculate_shape_function_2d_tri(), GaussIntegration::calculate_shape_function_3d_tet(), GaussIntegration::get_shape_func(), and GaussIntegration::initialize().
| double verdictSqrt2 = sqrt( (double)2.0 ) |
Definition at line 30 of file V_GaussIntegration.cpp.
Referenced by normalize_jacobian().
| double y1Area[maxNumberGaussPointsTri] |
Definition at line 43 of file V_GaussIntegration.cpp.
Referenced by GaussIntegration::calculate_shape_function_2d_tri(), and GaussIntegration::get_tri_rule_pts_and_weight().
| double y1Volume[maxNumberGaussPointsTet] |
Definition at line 45 of file V_GaussIntegration.cpp.
Referenced by GaussIntegration::calculate_shape_function_3d_tet(), and GaussIntegration::get_tet_rule_pts_and_weight().
| double y2Area[maxNumberGaussPointsTri] |
Definition at line 44 of file V_GaussIntegration.cpp.
Referenced by GaussIntegration::calculate_shape_function_2d_tri(), and GaussIntegration::get_tri_rule_pts_and_weight().
| double y2Volume[maxNumberGaussPointsTet] |
Definition at line 46 of file V_GaussIntegration.cpp.
Referenced by GaussIntegration::calculate_shape_function_3d_tet(), and GaussIntegration::get_tet_rule_pts_and_weight().
| double y3Volume[maxNumberGaussPointsTet] |
Definition at line 47 of file V_GaussIntegration.cpp.
Referenced by GaussIntegration::calculate_shape_function_3d_tet(), and GaussIntegration::get_tet_rule_pts_and_weight().
| double y4Volume[maxNumberGaussPointsTet] |
Definition at line 48 of file V_GaussIntegration.cpp.
Referenced by GaussIntegration::calculate_shape_function_3d_tet(), and GaussIntegration::get_tet_rule_pts_and_weight().