v0.14.0
Loading...
Searching...
No Matches
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__
order
constexpr int order
Definition:
dg_projection.cpp:18
MoFEM::Exceptions::MoFEMErrorCode
PetscErrorCode MoFEMErrorCode
MoFEM/PETSc error code.
Definition:
Exceptions.hpp:56
MoFEM
implementation of Data Operators for Forces and Sources
Definition:
Common.hpp:10
MoFEM::EdgeElementForcesAndSourcesCore
Edge finite element.
Definition:
EdgeElementForcesAndSourcesCore.hpp:30
MoFEM::EdgeElementForcesAndSourcesCore::EdgeElementForcesAndSourcesCore
EdgeElementForcesAndSourcesCore(Interface &m_field)
Definition:
EdgeElementForcesAndSourcesCore.cpp:25
MoFEM::EdgeElementForcesAndSourcesCoreOnChildParent
Base face element used to integrate on skeleton.
Definition:
EdgeElementForcesAndSourcesCoreOnParent.hpp:20
MoFEM::EdgeElementForcesAndSourcesCoreOnChildParent::setGaussPts
MoFEMErrorCode setGaussPts(int order)
Definition:
EdgeElementForcesAndSourcesCoreOnParent.cpp:14
MoFEM::EdgeElementForcesAndSourcesCoreOnChildParent::getRule
int getRule(int order)
Definition:
EdgeElementForcesAndSourcesCoreOnParent.cpp:9
Generated by
Doxygen
1.9.5 and hosted at