|
IBAMR
IBAMR version 0.19.
|
#include <ibtk/FEValues.h>

Classes | |
| struct | ReferenceValues |
Public Member Functions | |
| FEValues (libMesh::QBase *qrule, const libMesh::FEType fe_type, const FEUpdateFlags update_flags) | |
| virtual void | reinit (const libMesh::Elem *elem) override |
| const std::vector< double > & | getJxW () const |
| const std::vector< libMesh::Point > & | getQuadraturePoints () const |
| const std::vector< std::vector< double > > & | getShapeValues () const |
| const std::vector< std::vector< libMesh::VectorValue< double > > > & | getShapeGradients () const |
Static Public Member Functions | |
| static std::unique_ptr< FEValuesBase > | build (const int dim, const int spacedim, libMesh::QBase *qrule, const libMesh::FEType fe_type, const FEUpdateFlags update_flags) |
Protected Attributes | |
| libMesh::QBase * | d_qrule |
| const libMesh::FEType | d_fe_type |
| std::map< libMesh::ElemType, std::unique_ptr< FEMapping< dim, spacedim > > > | d_mappings |
| std::map< libMesh::ElemType, ReferenceValues > | d_reference_values |
| FEUpdateFlags | d_update_flags |
| libMesh::ElemType | d_last_elem_type = libMesh::ElemType::INVALID_ELEM |
| std::vector< double > | d_JxW |
| std::vector< libMesh::Point > | d_quadrature_points |
| std::vector< std::vector< double > > | d_shape_values |
| std::vector< std::vector< libMesh::VectorValue< double > > > | d_shape_gradients |
Class like libMesh::FE for element shape function calculations, but optimized for isoparametric Lagrange finite elements.
| IBTK::FEValues< dim, spacedim >::FEValues | ( | libMesh::QBase * | qrule, |
| const libMesh::FEType | fe_type, | ||
| const FEUpdateFlags | update_flags | ||
| ) |
|
overridevirtual |
Implements IBTK::FEValuesBase.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
staticinherited |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Last element type. We can avoid reinitializing some things if this matches the current element type.
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
1.8.17