|
| v0.14.0
|
Go to the documentation of this file.
9 #ifndef __EDGEPOLYNOMIALBASE_HPP__
10 #define __EDGEPOLYNOMIALBASE_HPP__
28 boost::shared_ptr<BaseFunctionCtx> ctx_ptr);
60 #endif //__EDGEPOLYNOMIALBASE_HPP__
Class used to pass element data to calculate base functions on tet,triangle,edge.
MoFEMErrorCode getValueL2(MatrixDouble &pts)
MoFEMErrorCode getValueH1AinsworthBase(MatrixDouble &pts)
PetscErrorCode MoFEMErrorCode
MoFEM/PETSc error code.
Base class if inherited used to calculate base functions.
MoFEMErrorCode getValueH1(MatrixDouble &pts)
virtual ~EdgePolynomialBase()=default
MoFEMErrorCode query_interface(boost::typeindex::type_index type_index, UnknownInterface **iface) const
MoFEMErrorCode getValueH1DemkowiczBase(MatrixDouble &pts)
implementation of Data Operators for Forces and Sources
MoFEMErrorCode getValueH1BernsteinBezierBase(MatrixDouble &pts)
MoFEMErrorCode getValueL2DemkowiczBase(MatrixDouble &pts)
EdgePolynomialBase()=default
MoFEMErrorCode getValue(MatrixDouble &pts, boost::shared_ptr< BaseFunctionCtx > ctx_ptr)
base class for all interface classes
EntPolynomialBaseCtx * cTx
MoFEMErrorCode getValueL2AinsworthBase(MatrixDouble &pts)
Calculate base functions on tetrahedral.
MoFEMErrorCode getValueHcurl(MatrixDouble &pts)
MoFEMErrorCode getValueHdiv(MatrixDouble &pts)
MoFEMErrorCode getValueHcurlAinsworthBase(MatrixDouble &pts)
MoFEMErrorCode getValueHcurlDemkowiczBase(MatrixDouble &pts)