v0.14.0
Loading...
Searching...
No Matches
EdgeElementForcesAndSourcesCoreOnParent.hpp
Go to the documentation of this file.
1/** \file EdgeElementForcesAndSourcesCoreOnParent.hpp
2 \brief Implementation of edge element integrating parent
3
4*/
5
6
7
8#ifndef __EDGEELEMENTFORCESANDSOURCESCORE_ONPARENT__HPP__
9#define __EDGEELEMENTFORCESANDSOURCESCORE_ONPARENT__HPP__
10
11using namespace boost::numeric;
12
13namespace MoFEM {
14
15/**
16 * \brief Base face element used to integrate on skeleton
17 * \ingroup mofem_forces_and_sources_volume_element
18 */
21
23
24protected:
25 int getRule(int order);
27
28private:
29};
30
31} // namespace MoFEM
32
33#endif //__FACEELEMENTFORCESANDSOURCESCORE_ONSIDE___HPP__
constexpr int order
PetscErrorCode MoFEMErrorCode
MoFEM/PETSc error code.
Definition: Exceptions.hpp:56
implementation of Data Operators for Forces and Sources
Definition: Common.hpp:10