v0.16.0
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
IntegrationRules.cpp File Reference
#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 RuleMoFEM::IntRules::XiaoGimbutas::getTriangleRule (const int order)
 
const RuleMoFEM::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.
 

Detailed Description

Integration rules

Definition in file IntegrationRules.cpp.