v0.15.0
Loading...
Searching...
No Matches
EdgePolynomialBase.hpp
Go to the documentation of this file.
1/** \file EdgePolynomialBase.hpp
2\brief Implementation of base on tetrahedral for H1 bases.
3
4TODO:
5\todo L2 base on edge
6
7*/
8
9#ifndef __EDGEPOLYNOMIALBASE_HPP__
10#define __EDGEPOLYNOMIALBASE_HPP__
11
12namespace MoFEM {
13
14/**
15 * \brief Calculate base functions on tetrahedral
16 *
17 * \ingroup mofem_base_functions
18 */
57
58} // namespace MoFEM
59
60#endif //__EDGEPOLYNOMIALBASE_HPP__
PetscErrorCode MoFEMErrorCode
MoFEM/PETSc error code.
implementation of Data Operators for Forces and Sources
Definition Common.hpp:10
Base class if inherited used to calculate base functions.
Calculate base functions on tetrahedral.
MoFEMErrorCode getValueH1AinsworthBase(MatrixDouble &pts)
MoFEMErrorCode getValue(MatrixDouble &pts, boost::shared_ptr< BaseFunctionCtx > ctx_ptr)
MoFEMErrorCode getValueH1DemkowiczBase(MatrixDouble &pts)
MoFEMErrorCode getValueHdiv(MatrixDouble &pts)
MoFEMErrorCode getValueL2AinsworthBase(MatrixDouble &pts)
MoFEMErrorCode getValueHcurl(MatrixDouble &pts)
MoFEMErrorCode query_interface(boost::typeindex::type_index type_index, UnknownInterface **iface) const
MoFEMErrorCode getValueH1BernsteinBezierBase(MatrixDouble &pts)
MoFEMErrorCode getValueL2(MatrixDouble &pts)
virtual ~EdgePolynomialBase()=default
MoFEMErrorCode getValueHcurlDemkowiczBase(MatrixDouble &pts)
EntPolynomialBaseCtx * cTx
MoFEMErrorCode getValueHcurlAinsworthBase(MatrixDouble &pts)
MoFEMErrorCode getValueH1(MatrixDouble &pts)
MoFEMErrorCode getValueL2DemkowiczBase(MatrixDouble &pts)
Class used to pass element data to calculate base functions on tet,triangle,edge.
base class for all interface classes