![]() |
v0.13.1 |
Class used to calculate base functions at integration points. More...
Public Member Functions | |
SomeUserPolynomialBase ()=default | |
~SomeUserPolynomialBase ()=default | |
MoFEMErrorCode | query_interface (boost::typeindex::type_index type_index, UnknownInterface **iface) const |
Return interface to this class when one ask for for tetrahedron, otherisw return interface class for generic class. More... | |
MoFEMErrorCode | getValue (MatrixDouble &pts, boost::shared_ptr< BaseFunctionCtx > ctx_ptr) |
Calculate base functions at intergeneration points. More... | |
![]() | |
MoFEMErrorCode | query_interface (boost::typeindex::type_index type_index, MoFEM::UnknownInterface **iface) const |
virtual MoFEMErrorCode | getValue (MatrixDouble &pts, boost::shared_ptr< BaseFunctionCtx > ctx_ptr) |
virtual MoFEMErrorCode | getValue (MatrixDouble &pts_x, MatrixDouble &pts_t, boost::shared_ptr< BaseFunctionCtx > ctx_ptr) |
![]() | |
virtual MoFEMErrorCode | query_interface (boost::typeindex::type_index type_index, UnknownInterface **iface) const =0 |
virtual | ~BaseFunctionUnknownInterface ()=default |
![]() | |
virtual MoFEMErrorCode | query_interface (boost::typeindex::type_index type_index, UnknownInterface **iface) const =0 |
template<class IFACE > | |
MoFEMErrorCode | registerInterface (bool error_if_registration_failed=true) |
Register interface. More... | |
template<class IFACE > | |
MoFEMErrorCode | getInterface (IFACE *&iface) const |
Get interface refernce to pointer of interface. More... | |
template<class IFACE > | |
MoFEMErrorCode | getInterface (IFACE **const iface) const |
Get interface pointer to pointer of interface. More... | |
template<class IFACE , typename boost::enable_if< boost::is_pointer< IFACE >, int >::type = 0> | |
IFACE | getInterface () const |
Get interface pointer to pointer of interface. More... | |
template<class IFACE , typename boost::enable_if< boost::is_reference< IFACE >, int >::type = 0> | |
IFACE | getInterface () const |
Get reference to interface. More... | |
template<class IFACE > | |
IFACE * | getInterface () const |
Function returning pointer to interface. More... | |
virtual | ~UnknownInterface ()=default |
Private Member Functions | |
MoFEMErrorCode | getValueHdivForCGGBubble (MatrixDouble &pts) |
Private Attributes | |
EntPolynomialBaseCtx * | cTx |
MatrixDouble | shapeFun |
Additional Inherited Members | |
![]() | |
static MoFEMErrorCode | getLibVersion (Version &version) |
Get library version. More... | |
static MoFEMErrorCode | getFileVersion (moab::Interface &moab, Version &version) |
Get database major version. More... | |
static MoFEMErrorCode | setFileVersion (moab::Interface &moab, Version version=Version(MoFEM_VERSION_MAJOR, MoFEM_VERSION_MINOR, MoFEM_VERSION_BUILD)) |
Get database major version. More... | |
static MoFEMErrorCode | getInterfaceVersion (Version &version) |
Get database major version. More... | |
Class used to calculate base functions at integration points.
Definition at line 33 of file forces_and_sources_testing_users_base.cpp.
|
default |
|
default |
MoFEMErrorCode SomeUserPolynomialBase::getValue | ( | MatrixDouble & | pts, |
boost::shared_ptr< BaseFunctionCtx > | ctx_ptr | ||
) |
Calculate base functions at intergeneration points.
pts | |
ctx_ptr |
Definition at line 59 of file forces_and_sources_testing_users_base.cpp.
|
private |
Definition at line 92 of file forces_and_sources_testing_users_base.cpp.
|
virtual |
Return interface to this class when one ask for for tetrahedron, otherisw return interface class for generic class.
iface | interface class |
Implements MoFEM::BaseFunctionUnknownInterface.
Definition at line 45 of file forces_and_sources_testing_users_base.cpp.
|
private |
Definition at line 88 of file forces_and_sources_testing_users_base.cpp.
|
private |
Definition at line 90 of file forces_and_sources_testing_users_base.cpp.