MFEM v4.8.0
Finite element discretization library
Loading...
Searching...
No Matches
intrules_cut.hpp File Reference

Go to the source code of this file.

Classes

class  mfem::CutIntegrationRules
 Abstract class for construction of IntegrationRules in cut elements. More...
 
class  mfem::AlgoimIntegrationRules
 
class  mfem::MomentFittingIntRules
 Class for subdomain IntegrationRules by means of moment-fitting. More...
 

Namespaces

namespace  mfem
 
namespace  mfem::TmplPoly_1D
 
namespace  mfem::DivFreeBasis
 

Functions

template<typename float_type >
void mfem::TmplPoly_1D::CalcBinomTerms (const int p, const float_type x, const float_type y, float_type *u)
 Templated version of CalcBinomTerms.
 
template<typename float_type >
void mfem::TmplPoly_1D::CalcBinomTerms (const int p, const float_type x, const float_type y, float_type *u, float_type *d)
 Templated version of CalcBinomTerms.
 
template<typename float_type >
void mfem::TmplPoly_1D::CalcBernstein (const int p, const float_type x, float_type *u)
 Templated evaluation of Bernstein basis.
 
template<typename float_type >
void mfem::TmplPoly_1D::CalcBernstein (const int p, const float_type x, float_type *u, float_type *d)
 Templated evaluation of Bernstein basis.
 
void mfem::DivFreeBasis::GetDivFree3DBasis (const Vector &X, DenseMatrix &shape, int Order)
 3 dimensional divergence free basis functions on [-1,1]^3