v0.14.0
Loading...
Searching...
No Matches
IntegrationRules.hpp
Go to the documentation of this file.
1/**
2 * \file IntegrationRules.hpp
3 *
4 * Integration rules
5 *
6 */
7
8
9
10namespace MoFEM {
11
12namespace IntRules {
13
14namespace NCC {
15
16#include <triangle_ncc_rule.h>
18
19} // namespace NCC
20
21namespace NCO {
22
23#include <triangle_nco_rule.h>
25
26} // namespace NCO
27
28} // namespace IntRules
29
30}
implementation of Data Operators for Forces and Sources
Definition: Common.hpp:10