#include <ibtk/FEValues.h>
Class defining the interface to FEValues in a dimension-independent way to improve compatibility with libMesh.
◆ ~FEValuesBase()
| virtual IBTK::FEValuesBase::~FEValuesBase |
( |
| ) |
|
|
virtualdefault |
◆ reinit()
| virtual void IBTK::FEValuesBase::reinit |
( |
const libMesh::Elem * |
elem | ) |
|
|
pure virtual |
◆ getJxW()
| const std::vector<double>& IBTK::FEValuesBase::getJxW |
( |
| ) |
const |
|
inline |
◆ getQuadraturePoints()
| const std::vector<libMesh::Point>& IBTK::FEValuesBase::getQuadraturePoints |
( |
| ) |
const |
|
inline |
◆ getShapeValues()
| const std::vector<std::vector<double> >& IBTK::FEValuesBase::getShapeValues |
( |
| ) |
const |
|
inline |
◆ getShapeGradients()
◆ build()
| static std::unique_ptr<FEValuesBase> IBTK::FEValuesBase::build |
( |
const int |
dim, |
|
|
const int |
spacedim, |
|
|
libMesh::QBase * |
qrule, |
|
|
const libMesh::FEType |
fe_type, |
|
|
const FEUpdateFlags |
update_flags |
|
) |
| |
|
static |
◆ d_JxW
| std::vector<double> IBTK::FEValuesBase::d_JxW |
|
protected |
◆ d_quadrature_points
| std::vector<libMesh::Point> IBTK::FEValuesBase::d_quadrature_points |
|
protected |
◆ d_shape_values
| std::vector<std::vector<double> > IBTK::FEValuesBase::d_shape_values |
|
protected |
◆ d_shape_gradients
The documentation for this class was generated from the following file: