v0.13.0
third_party
IntegrationRules.hpp
Go to the documentation of this file.
1
/**
2
* \file IntegrationRules.hpp
3
*
4
* Integration rules
5
*
6
*/
7
8
/* This file is part of MoFEM.
9
* MoFEM is free software: you can redistribute it and/or modify it under
10
* the terms of the GNU Lesser General Public License as published by the
11
* Free Software Foundation, either version 3 of the License, or (at your
12
* option) any later version.
13
*
14
* MoFEM is distributed in the hope that it will be useful, but WITHOUT
15
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
16
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
17
* License for more details.
18
*
19
* You should have received a copy of the GNU Lesser General Public
20
* License along with MoFEM. If not, see <http://www.gnu.org/licenses/>. */
21
22
namespace
MoFEM
{
23
24
namespace
IntRules {
25
26
namespace
NCC {
27
28
#include <
triangle_ncc_rule.h
>
29
#include <
tetrahedron_ncc_rule.h
>
30
31
}
// namespace NCC
32
33
namespace
NCO {
34
35
#include <
triangle_nco_rule.h
>
36
#include <
tetrahedron_nco_rule.h
>
37
38
}
// namespace NCO
39
40
}
// namespace IntRules
41
42
}
MoFEM
implementation of Data Operators for Forces and Sources
Definition:
Common.hpp:21
tetrahedron_ncc_rule.h
tetrahedron_nco_rule.h
triangle_ncc_rule.h
triangle_nco_rule.h
Generated on Thu May 5 2022 22:30:34 for MoFEM by
Doxygen
1.9.1 and hosted at