Flow123d
JS_before_hm-1002-gafa1d04
|
Static Public Member Functions | |
static Value::return_type | fe_value (FEValues< spacedim > &fe_val, unsigned int i_dof, unsigned int i_qp, unsigned int comp_index) |
Helper class, allow to simplify computing value of FieldFE.
Use correct method FEValues<...>::shape_xxx given with Value::rank_. Is done by class partial specialization as, we were not able to do this using function overloading (since they differ only by return value) and partial specialization of the function templates is not supported in C++.
Definition at line 38 of file fe_value_handler.cc.
|
inlinestatic |