Flow123d
DF_patch_fe_data_tables-1a16803
|
Helper class allows update values and gradients of FEValues of FEScalar type. More...
#include <fe_values_map.hh>
Public Member Functions | |
void | fill_values_vec (FMT_UNUSED FV &fe_values, FMT_UNUSED const ElementValues< spacedim > &elm_values, FMT_UNUSED const FEInternalData &fe_data) |
Empty method. 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, const ElementValues< spacedim > &elm_values, const FEInternalData &fe_data) |
Update shape_gradients of given FEValues object. More... | |
Helper class allows update values and gradients of FEValues of FEScalar type.
Definition at line 30 of file fe_values_map.hh.
|
inline |
Empty method.
Definition at line 33 of file fe_values_map.hh.
|
inline |
Update shape_gradients of given FEValues object.
Definition at line 48 of file fe_values_map.hh.
|
inline |
Update shape_values of given FEValues object.
Definition at line 37 of file fe_values_map.hh.