Flow123d  DF_patch_fe_data_tables-1a16803
Public Member Functions | List of all members
MapSystem< FV, spacedim > Class Template Reference

Helper class allows update values and gradients of FEValues of FEMixedSystem type. More...

#include <fe_values_map.hh>

Public Member Functions

void fill_values_vec (FV &fe_values, const ElementValues< spacedim > &elm_values, const FEInternalData &fe_data)
 Fill fe_values_vec of components of mixed system FEValues object. More...
 
void update_values (FV &fe_values, FMT_UNUSED const ElementValues< spacedim > &elm_values, const FEInternalData &fe_data)
 Update shape_values of given FEValues object. More...
 
void update_gradients (FV &fe_values, FMT_UNUSED const ElementValues< spacedim > &elm_values, const FEInternalData &fe_data)
 Update shape_gradients of given FEValues object. More...
 

Detailed Description

template<class FV, unsigned int spacedim = 3>
class MapSystem< FV, spacedim >

Helper class allows update values and gradients of FEValues of FEMixedSystem type.

Definition at line 224 of file fe_values_map.hh.

Member Function Documentation

◆ fill_values_vec()

template<class FV , unsigned int spacedim = 3>
void MapSystem< FV, spacedim >::fill_values_vec ( FV &  fe_values,
const ElementValues< spacedim > &  elm_values,
const FEInternalData fe_data 
)
inline

Fill fe_values_vec of components of mixed system FEValues object.

Definition at line 227 of file fe_values_map.hh.

◆ update_gradients()

template<class FV , unsigned int spacedim = 3>
void MapSystem< FV, spacedim >::update_gradients ( FV &  fe_values,
FMT_UNUSED const ElementValues< spacedim > &  elm_values,
const FEInternalData fe_data 
)
inline

Update shape_gradients of given FEValues object.

Definition at line 265 of file fe_values_map.hh.

◆ update_values()

template<class FV , unsigned int spacedim = 3>
void MapSystem< FV, spacedim >::update_values ( FV &  fe_values,
FMT_UNUSED const ElementValues< spacedim > &  elm_values,
const FEInternalData fe_data 
)
inline

Update shape_values of given FEValues object.

Definition at line 243 of file fe_values_map.hh.


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