|
IBAMR
IBAMR version 0.19.
|
#include <ibtk/FEValues.h>
Public Member Functions | |
| ReferenceValues (const libMesh::QBase &quadrature, const libMesh::FEType &fe_type) | |
Public Attributes | |
| const libMesh::ElemType | d_elem_type |
| const libMesh::FEType | d_fe_type |
| boost::multi_array< double, 2 > | d_reference_shape_values |
| boost::multi_array< libMesh::VectorValue< double >, 2 > | d_reference_shape_gradients |
Reference values, extracted from libMesh.
| IBTK::FEValues< dim, spacedim >::ReferenceValues::ReferenceValues | ( | const libMesh::QBase & | quadrature, |
| const libMesh::FEType & | fe_type | ||
| ) |
| const libMesh::ElemType IBTK::FEValues< dim, spacedim >::ReferenceValues::d_elem_type |
| const libMesh::FEType IBTK::FEValues< dim, spacedim >::ReferenceValues::d_fe_type |
| boost::multi_array<double, 2> IBTK::FEValues< dim, spacedim >::ReferenceValues::d_reference_shape_values |
shape values, indexed by quadrature point and then by shape function index
| boost::multi_array<libMesh::VectorValue<double>, 2> IBTK::FEValues< dim, spacedim >::ReferenceValues::d_reference_shape_gradients |
shape gradients, indexed by quadrature point and then by shape function index.
1.8.17