Flow123d  DF_patch_fe_data_tables-f6c5b2e
Public Member Functions | Public Attributes | List of all members
PatchFEValues_TEMP< spacedim >::ElementFEData Class Reference

#include <fe_values.hh>

Collaboration diagram for PatchFEValues_TEMP< 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_TEMP< spacedim >::ElementFEData

Definition at line 745 of file fe_values.hh.

Constructor & Destructor Documentation

◆ ElementFEData()

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

Definition at line 748 of file fe_values.hh.

Member Data Documentation

◆ elm_values_

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

◆ shape_gradients_

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

◆ shape_values_

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


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