Flow123d  DF_patch_fe_darcy_complete-579fe1e
Static Public Member Functions | List of all members
Op::SideDomain Class Reference

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...
 

Detailed Description

Class used as template type for type resolution Bulk / Side.

Definition at line 52 of file op_function.hh.

Member Function Documentation

◆ domain()

static ElemDomain Op::SideDomain::domain ( )
inlinestatic

Definition at line 54 of file op_function.hh.

◆ n_mesh_entities()

static uint Op::SideDomain::n_mesh_entities ( PatchPointValues< 3 > &  ppv)
inlinestatic

Return number of mesh entities (in this case sides) on patch.

Definition at line 63 of file op_function.hh.

◆ n_nodes()

static constexpr uint Op::SideDomain::n_nodes ( uint  dim)
inlinestaticconstexpr

Definition at line 58 of file op_function.hh.

◆ node()

static NodeAccessor<3> Op::SideDomain::node ( PatchPointValues< 3 > &  ppv,
unsigned int  i_elm,
unsigned int  i_n 
)
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.


The documentation for this class was generated from the following file: