MFEM v4.8.0
Finite element discretization library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
mfem::TmplPoly_1D Namespace Reference

Functions

template<typename float_type >
void CalcBinomTerms (const int p, const float_type x, const float_type y, float_type *u)
 Templated version of CalcBinomTerms.
 
template<typename float_type >
void 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 CalcBernstein (const int p, const float_type x, float_type *u)
 Templated evaluation of Bernstein basis.
 
template<typename float_type >
void CalcBernstein (const int p, const float_type x, float_type *u, float_type *d)
 Templated evaluation of Bernstein basis.
 

Function Documentation

◆ CalcBernstein() [1/2]

template<typename float_type >
void mfem::TmplPoly_1D::CalcBernstein ( const int p,
const float_type x,
float_type * u )

Templated evaluation of Bernstein basis.

Definition at line 204 of file intrules_cut.hpp.

◆ CalcBernstein() [2/2]

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.

Definition at line 212 of file intrules_cut.hpp.

◆ CalcBinomTerms() [1/2]

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.

Definition at line 136 of file intrules_cut.hpp.

◆ CalcBinomTerms() [2/2]

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.

Definition at line 166 of file intrules_cut.hpp.