Flow123d  master-f44eb46
Public Member Functions | Public Attributes | List of all members
FEValues< spacedim >::ViewsCache Struct Reference
Collaboration diagram for FEValues< spacedim >::ViewsCache:
Collaboration graph
[legend]

Public Member Functions

template<unsigned int DIM>
void initialize (const FEValues &fv, const FiniteElement< DIM > &fe)
 

Public Attributes

vector< FEValuesViews::Scalar< spacedim > > scalars
 
vector< FEValuesViews::Vector< spacedim > > vectors
 
vector< FEValuesViews::Tensor< spacedim > > tensors
 

Detailed Description

template<unsigned int spacedim = 3>
struct FEValues< spacedim >::ViewsCache

Definition at line 72 of file fe_values.hh.

Member Function Documentation

◆ initialize()

template<unsigned int spacedim>
template<unsigned int DIM>
void FEValues< spacedim >::ViewsCache::initialize ( const FEValues fv,
const FiniteElement< DIM > &  fe 
)

Definition at line 69 of file fe_values.cc.

Member Data Documentation

◆ scalars

template<unsigned int spacedim = 3>
vector<FEValuesViews::Scalar<spacedim> > FEValues< spacedim >::ViewsCache::scalars

Definition at line 73 of file fe_values.hh.

◆ tensors

template<unsigned int spacedim = 3>
vector<FEValuesViews::Tensor<spacedim> > FEValues< spacedim >::ViewsCache::tensors

Definition at line 75 of file fe_values.hh.

◆ vectors

template<unsigned int spacedim = 3>
vector<FEValuesViews::Vector<spacedim> > FEValues< spacedim >::ViewsCache::vectors

Definition at line 74 of file fe_values.hh.


The documentation for this struct was generated from the following files: