MFEM  v4.5.1
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Classes | Namespaces | Functions
integ_algoim.hpp File Reference

Go to the source code of this file.

Classes

class  mfem::AlgoimIntegrationRule
 

Namespaces

 mfem
 
 mfem::TmplPoly_1D
 

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. More...
 
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. More...
 
template<typename float_type >
void mfem::TmplPoly_1D::CalcBernstein (const int p, const float_type x, float_type *u)
 Templated evaluation of Bernstein basis. More...
 
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. More...