![]() |
v0.14.0 |
Class used to pass element data to calculate base functions on tet,triangle,edge. More...
#include <src/approximation/EntPolynomialBaseCtx.hpp>
Public Member Functions | |
MoFEMErrorCode | query_interface (boost::typeindex::type_index type_index, UnknownInterface **iface) const |
EntPolynomialBaseCtx (EntitiesFieldData &data, const FieldSpace space, const FieldApproximationBase base, const FieldApproximationBase copy_node_base=LASTBASE) | |
EntPolynomialBaseCtx (EntitiesFieldData &data, const std::string field_name, const FieldSpace space, const FieldApproximationBase base, const FieldApproximationBase copy_node_base=LASTBASE) | |
MoFEMErrorCode | query_interface (boost::typeindex::type_index type_index, UnknownInterface **iface) const |
![]() | |
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 |
Public Attributes | |
PetscErrorCode(* | basePolynomialsType0 )(int p, double s, double *diff_s, double *L, double *diffL, const int dim) |
PetscErrorCode(* | basePolynomialsType1 )(int p, double alpha, double x, double t, double *diff_x, double *diff_t, double *L, double *diffL, const int dim) |
EntitiesFieldData & | dAta |
const FieldSpace | sPace |
const FieldApproximationBase | bAse |
const std::string | fieldName |
const FieldApproximationBase | copyNodeBase |
Protected Member Functions | |
MoFEMErrorCode | setBase () |
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 pass element data to calculate base functions on tet,triangle,edge.
Definition at line 22 of file EntPolynomialBaseCtx.hpp.
EntPolynomialBaseCtx::EntPolynomialBaseCtx | ( | EntitiesFieldData & | data, |
const FieldSpace | space, | ||
const FieldApproximationBase | base, | ||
const FieldApproximationBase | copy_node_base = LASTBASE |
||
) |
Definition at line 17 of file EntPolynomialBaseCtx.cpp.
EntPolynomialBaseCtx::EntPolynomialBaseCtx | ( | EntitiesFieldData & | data, |
const std::string | field_name, | ||
const FieldSpace | space, | ||
const FieldApproximationBase | base, | ||
const FieldApproximationBase | copy_node_base = LASTBASE |
||
) |
Definition at line 26 of file EntPolynomialBaseCtx.cpp.
|
virtual |
Reimplemented from MoFEM::BaseFunctionCtx.
Reimplemented in MoFEM::FatPrismPolynomialBaseCtx, and MoFEM::FlatPrismPolynomialBaseCtx.
Definition at line 11 of file EntPolynomialBaseCtx.cpp.
|
protected |
Definition at line 36 of file EntPolynomialBaseCtx.cpp.
const FieldApproximationBase MoFEM::EntPolynomialBaseCtx::bAse |
Definition at line 38 of file EntPolynomialBaseCtx.hpp.
PetscErrorCode(* MoFEM::EntPolynomialBaseCtx::basePolynomialsType0) (int p, double s, double *diff_s, double *L, double *diffL, const int dim) |
Definition at line 27 of file EntPolynomialBaseCtx.hpp.
PetscErrorCode(* MoFEM::EntPolynomialBaseCtx::basePolynomialsType1) (int p, double alpha, double x, double t, double *diff_x, double *diff_t, double *L, double *diffL, const int dim) |
Definition at line 31 of file EntPolynomialBaseCtx.hpp.
const FieldApproximationBase MoFEM::EntPolynomialBaseCtx::copyNodeBase |
Definition at line 40 of file EntPolynomialBaseCtx.hpp.
EntitiesFieldData& MoFEM::EntPolynomialBaseCtx::dAta |
Definition at line 36 of file EntPolynomialBaseCtx.hpp.
const std::string MoFEM::EntPolynomialBaseCtx::fieldName |
Definition at line 39 of file EntPolynomialBaseCtx.hpp.
const FieldSpace MoFEM::EntPolynomialBaseCtx::sPace |
Definition at line 37 of file EntPolynomialBaseCtx.hpp.