|
Flow123d
DF_patch_fe_darcy_complete-579fe1e
|
Class used as template type for type resolution Bulk / Side. More...
#include <op_function.hh>
Static Public Member Functions | |
| static ElemDomain | domain () |
| static constexpr uint | n_nodes (uint dim) |
| static uint | n_mesh_entities (PatchPointValues< 3 > &ppv) |
| Return number of mesh entities (in this case sides) on patch. More... | |
| static NodeAccessor< 3 > | node (PatchPointValues< 3 > &ppv, unsigned int i_elm, unsigned int i_n) |
| Return i_n-th node of i_elm-th side stored in PatchPointValues::side_list_. More... | |
Class used as template type for type resolution Bulk / Side.
Definition at line 52 of file op_function.hh.
|
inlinestatic |
Definition at line 54 of file op_function.hh.
|
inlinestatic |
Return number of mesh entities (in this case sides) on patch.
Definition at line 63 of file op_function.hh.
Definition at line 58 of file op_function.hh.
|
inlinestatic |
Return i_n-th node of i_elm-th side stored in PatchPointValues::side_list_.
Definition at line 68 of file op_function.hh.