Flow123d  DF_patch_fe_darcy_complete-579fe1e
Static Public Member Functions | List of all members
Op::BulkDomain 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 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...
 

Detailed Description

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

Definition at line 30 of file op_function.hh.

Member Function Documentation

◆ domain()

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

Definition at line 32 of file op_function.hh.

◆ n_mesh_entities()

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

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

Definition at line 41 of file op_function.hh.

◆ n_nodes()

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

Definition at line 36 of file op_function.hh.

◆ node()

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


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