Flow123d  master-f44eb46
Public Member Functions | List of all members
MapTensor< spacedim > Class Template Reference

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

#include <fe_values_map.hh>

Public Member Functions

void fill_values_vec (FMT_UNUSED FEValues< spacedim > &fe_values, FMT_UNUSED const ElementValues< spacedim > &elm_values, FMT_UNUSED const typename FEValues< spacedim >::FEInternalData &fe_data)
 Empty method. More...
 
void update_values (FEValues< spacedim > &fe_values, FMT_UNUSED const ElementValues< spacedim > &elm_values, const typename FEValues< spacedim >::FEInternalData &fe_data)
 Update shape_values of given FEValues object. More...
 
void update_gradients (FEValues< spacedim > &fe_values, const ElementValues< spacedim > &elm_values, const typename FEValues< spacedim >::FEInternalData &fe_data)
 Update shape_gradients of given FEValues object. More...
 

Detailed Description

template<unsigned int spacedim = 3>
class MapTensor< spacedim >

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

Definition at line 183 of file fe_values_map.hh.

Member Function Documentation

◆ fill_values_vec()

template<unsigned int spacedim = 3>
void MapTensor< spacedim >::fill_values_vec ( FMT_UNUSED FEValues< spacedim > &  fe_values,
FMT_UNUSED const ElementValues< spacedim > &  elm_values,
FMT_UNUSED const typename FEValues< spacedim >::FEInternalData &  fe_data 
)
inline

Empty method.

Definition at line 186 of file fe_values_map.hh.

◆ update_gradients()

template<unsigned int spacedim = 3>
void MapTensor< spacedim >::update_gradients ( FEValues< spacedim > &  fe_values,
const ElementValues< spacedim > &  elm_values,
const typename FEValues< spacedim >::FEInternalData &  fe_data 
)
inline

Update shape_gradients of given FEValues object.

Definition at line 204 of file fe_values_map.hh.

◆ update_values()

template<unsigned int spacedim = 3>
void MapTensor< spacedim >::update_values ( FEValues< spacedim > &  fe_values,
FMT_UNUSED const ElementValues< spacedim > &  elm_values,
const typename FEValues< spacedim >::FEInternalData &  fe_data 
)
inline

Update shape_values of given FEValues object.

Definition at line 190 of file fe_values_map.hh.


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