#include <fe.hpp>
Definition at line 1973 of file fe.hpp.
mfem::Poly_1D::Basis::Basis |
( |
const int |
p, |
|
|
const double * |
nodes, |
|
|
EvalType |
etype = Barycentric |
|
) |
| |
Create a nodal or positive (Bernstein) basis.
Definition at line 7088 of file fe.cpp.
mfem::Poly_1D::Basis::~Basis |
( |
| ) |
|
void mfem::Poly_1D::Basis::Eval |
( |
const double |
x, |
|
|
Vector & |
u |
|
) |
| const |
void mfem::Poly_1D::Basis::Eval |
( |
const double |
x, |
|
|
Vector & |
u, |
|
|
Vector & |
d |
|
) |
| const |
void mfem::Poly_1D::Basis::Eval |
( |
const double |
x, |
|
|
Vector & |
u, |
|
|
Vector & |
d, |
|
|
Vector & |
d2 |
|
) |
| const |
void mfem::Poly_1D::Basis::EvalIntegrated |
( |
const Vector & |
d, |
|
|
Vector & |
i |
|
) |
| const |
Evaluate the "integrated" basis, which is given by the negative partial sum of the corresponding closed basis derivatives. The closed basis derivatives are given by d, and the result is stored in i.
Definition at line 7384 of file fe.cpp.
bool mfem::Poly_1D::Basis::IsIntegratedType |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: