![]() |
MFEM
v4.6.0
Finite element discretization library
|
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. More... | |
| 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. More... | |
| template<typename float_type > | |
| void | CalcBernstein (const int p, const float_type x, float_type *u) |
| Templated evaluation of Bernstein basis. More... | |
| template<typename float_type > | |
| void | CalcBernstein (const int p, const float_type x, float_type *u, float_type *d) |
| Templated evaluation of Bernstein basis. More... | |
| void mfem::TmplPoly_1D::CalcBernstein | ( | const int | p, |
| const float_type | x, | ||
| float_type * | u | ||
| ) |
Templated evaluation of Bernstein basis.
Definition at line 87 of file integ_algoim.hpp.
| 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 95 of file integ_algoim.hpp.
| 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 19 of file integ_algoim.hpp.
| 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 49 of file integ_algoim.hpp.
1.8.14