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