v0.14.0
src
finite_elements
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
11
using namespace
boost::numeric;
12
13
namespace
MoFEM
{
14
15
/**
16
* \brief Base face element used to integrate on skeleton
17
* \ingroup mofem_forces_and_sources_volume_element
18
*/
19
struct
EdgeElementForcesAndSourcesCoreOnChildParent
20
:
public
EdgeElementForcesAndSourcesCore
{
21
22
using
EdgeElementForcesAndSourcesCore::EdgeElementForcesAndSourcesCore;
23
24
protected
:
25
int
getRule(
int
order
);
26
MoFEMErrorCode
setGaussPts(
int
order
);
27
28
private
:
29
};
30
31
}
// namespace MoFEM
32
33
#endif //__FACEELEMENTFORCESANDSOURCESCORE_ONSIDE___HPP__
MoFEM::EdgeElementForcesAndSourcesCore
Edge finite element.
Definition:
EdgeElementForcesAndSourcesCore.hpp:30
MoFEM::Exceptions::MoFEMErrorCode
PetscErrorCode MoFEMErrorCode
MoFEM/PETSc error code.
Definition:
Exceptions.hpp:56
order
constexpr int order
Definition:
dg_projection.cpp:18
MoFEM
implementation of Data Operators for Forces and Sources
Definition:
Common.hpp:10
MoFEM::EdgeElementForcesAndSourcesCoreOnChildParent
Base face element used to integrate on skeleton.
Definition:
EdgeElementForcesAndSourcesCoreOnParent.hpp:19
Generated by
Doxygen
1.8.17 and hosted at