v0.14.0
third_party
IntegrationRules.cpp
Go to the documentation of this file.
1
/**
2
* \file IntegrationRules.cpp
3
*
4
* Integration rules
5
*
6
*/
7
8
9
10
#include <stdlib.h>
11
#include <stdio.h>
12
#include <math.h>
13
#include <time.h>
14
15
namespace
MoFEM
{
16
17
namespace
IntRules {
18
19
namespace
NCC {
20
21
#include <
triangle_ncc_rule.c
>
22
#include <
tetrahedron_ncc_rule.c
>
23
24
}
// namespace NCC
25
26
namespace
NCO {
27
28
#include <
triangle_nco_rule.c
>
29
#include <
tetrahedron_nco_rule.c
>
30
31
}
// namespace NCO
32
33
}
// namespace IntRules
34
35
}
// namespace MoFEM
tetrahedron_nco_rule.c
MoFEM
implementation of Data Operators for Forces and Sources
Definition:
Common.hpp:10
tetrahedron_ncc_rule.c
triangle_ncc_rule.c
triangle_nco_rule.c
Generated by
Doxygen
1.8.17 and hosted at