Flow123d
master-f44eb46
|
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 (FEValues< spacedim > &fe_values, const ElementValues< spacedim > &elm_values, const typename FEValues< spacedim >::FEInternalData &fe_data) |
Fill fe_values_vec of components of mixed system FEValues object. 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, FMT_UNUSED const ElementValues< spacedim > &elm_values, const typename FEValues< spacedim >::FEInternalData &fe_data) |
Update shape_gradients of given FEValues object. More... | |
Helper class allows update values and gradients of FEValues of FEMixedSystem type.
Definition at line 223 of file fe_values_map.hh.
|
inline |
Fill fe_values_vec of components of mixed system FEValues object.
Definition at line 226 of file fe_values_map.hh.
|
inline |
Update shape_gradients of given FEValues object.
Definition at line 264 of file fe_values_map.hh.
|
inline |
Update shape_values of given FEValues object.
Definition at line 242 of file fe_values_map.hh.