Flow123d  DF_patch_fe_data_tables-4eb41dd
Public Member Functions | Public Attributes | List of all members
PatchFEValues< spacedim >::ElementFEData Class Reference
Collaboration diagram for PatchFEValues< spacedim >::ElementFEData:
Collaboration graph
[legend]

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...
 

Detailed Description

template<unsigned int spacedim = 3>
class PatchFEValues< spacedim >::ElementFEData

Definition at line 606 of file patch_fe_values.hh.

Constructor & Destructor Documentation

◆ ElementFEData()

template<unsigned int spacedim = 3>
PatchFEValues< spacedim >::ElementFEData::ElementFEData ( )
inline

Definition at line 609 of file patch_fe_values.hh.

Member Data Documentation

◆ elm_values_

template<unsigned int spacedim = 3>
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.

◆ shape_gradients_

template<unsigned int spacedim = 3>
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.

◆ shape_values_

template<unsigned int spacedim = 3>
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.


The documentation for this class was generated from the following file: