|
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 elements) 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 element stored in PatchPointValues::elem_dim_list_. More... | |
Class used as template type for type resolution Bulk / Side.
Definition at line 30 of file op_function.hh.
|
inlinestatic |
Definition at line 32 of file op_function.hh.
|
inlinestatic |
Return number of mesh entities (in this case elements) on patch.
Definition at line 41 of file op_function.hh.
Definition at line 36 of file op_function.hh.
|
inlinestatic |
Return i_n-th node of i_elm-th element stored in PatchPointValues::elem_dim_list_.
Definition at line 46 of file op_function.hh.