Flow123d
DF_patch_fe_data_tables-4eb41dd
|
#include <fe_values.hh>
Public Member Functions | |
ElementFEData () | |
Public Attributes | |
std::vector< std::vector< double > > | shape_values_ |
Shape functions evaluated at the quadrature points. More... | |
std::vector< std::vector< arma::vec::fixed< spacedim > > > | shape_gradients_ |
std::shared_ptr< ElementValues< spacedim > > | elm_values_ |
Auxiliary object for calculation of element-dependent data. More... | |
Definition at line 745 of file fe_values.hh.
|
inline |
Definition at line 748 of file fe_values.hh.
std::shared_ptr<ElementValues<spacedim> > PatchFEValues_TEMP< spacedim >::ElementFEData::elm_values_ |
Auxiliary object for calculation of element-dependent data.
Definition at line 758 of file fe_values.hh.
std::vector<std::vector<arma::vec::fixed<spacedim> > > PatchFEValues_TEMP< spacedim >::ElementFEData::shape_gradients_ |
Gradients of shape functions evaluated at the quadrature points. Each row of the matrix contains the gradient of one shape function.
Definition at line 755 of file fe_values.hh.
std::vector<std::vector<double> > PatchFEValues_TEMP< spacedim >::ElementFEData::shape_values_ |
Shape functions evaluated at the quadrature points.
Definition at line 751 of file fe_values.hh.