Flow123d
DF_patch_fevalues-e45dfbd
|
#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 648 of file fe_values.hh.
|
inline |
Definition at line 651 of file fe_values.hh.
std::shared_ptr<ElementValues<spacedim> > PatchFEValues< spacedim >::ElementFEData::elm_values_ |
Auxiliary object for calculation of element-dependent data.
Definition at line 661 of file 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 658 of file fe_values.hh.
std::vector<std::vector<double> > PatchFEValues< spacedim >::ElementFEData::shape_values_ |
Shape functions evaluated at the quadrature points.
Definition at line 654 of file fe_values.hh.