![]() |
v0.16.0 |
#include <stdlib.h>#include <stdio.h>#include <math.h>#include <time.h>#include <IntegrationRules.hpp>#include <triangle_ncc_rule.c>#include <tetrahedron_ncc_rule.c>#include <triangle_nco_rule.c>#include <tetrahedron_nco_rule.c>Go to the source code of this file.
Namespaces | |
| namespace | MoFEM |
| implementation of Data Operators for Forces and Sources | |
| namespace | MoFEM::IntRules |
| namespace | MoFEM::IntRules::NCC |
| namespace | MoFEM::IntRules::NCO |
| namespace | MoFEM::IntRules::XiaoGimbutas |
Functions | |
| const Rule * | MoFEM::IntRules::XiaoGimbutas::getTriangleRule (const int order) |
| const Rule * | MoFEM::IntRules::XiaoGimbutas::getTetrahedronRule (const int order) |
Variables | |
| const Rule | MoFEM::IntRules::XiaoGimbutas::triangleRules [triangleRuleCount] |
| Rule of polynomial order n is stored at index n - 1. | |
| const Rule | MoFEM::IntRules::XiaoGimbutas::tetrahedronRules [tetrahedronRuleCount] |
| Rule of polynomial order n is stored at index n - 1. | |
Integration rules
Definition in file IntegrationRules.cpp.