Loading [MathJax]/extensions/AMSmath.js
v0.14.0
Main Page
Why MoFEM
Features
Applications
Publications
Installation
Installation with Docker - JupyterHub
Installation with Docker - Advanced
Installation with Spack - Scripts
Installation with Spack - Advanced
Videos
UKACM School 2023
UKACM School 2021
Video guides
Conference talks
Simulation examples
Developer
Architecture
Tutorials
Operators
Frequently Asked Questions
Writing documentation
Coding practice
Search
Source Code
Source files
Source groups
Examples
Jenkins
CDash
Related Pages
Modules
Q&A
Repository
Library
About
Authors
Contact
Legal stuff
Contributing
Vacancies
Third party libraries
Acknowledgments
Bibliography
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
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