Flow123d
DF_patch_fe_data_tables-522f93f
|
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 606 of file patch_fe_values.hh.
|
inline |
Definition at line 609 of file patch_fe_values.hh.
std::shared_ptr<ElementValues<spacedim> > PatchFEValues< spacedim >::ElementFEData::elm_values_ |
Auxiliary object for calculation of element-dependent data.
Definition at line 619 of file patch_fe_values.hh.
std::vector<std::vector<arma::vec::fixed<spacedim> > > PatchFEValues< 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 616 of file patch_fe_values.hh.
std::vector<std::vector<double> > PatchFEValues< spacedim >::ElementFEData::shape_values_ |
Shape functions evaluated at the quadrature points.
Definition at line 612 of file patch_fe_values.hh.