Flow123d  DF_patch_fe_mechanics-b866f5c
Static Public Member Functions | List of all members
common_reinit Struct Reference

Defines common functionality of reinit operations. More...

#include <patch_point_values.hh>

Static Public Member Functions

static void op_base (FMT_UNUSED std::vector< ElOp< 3 >> &operations, FMT_UNUSED IntTableArena &el_table)
 
static void ptop_vector_sym_grad (std::vector< ElOp< 3 >> &operations, uint vector_sym_grad_op_idx)
 Common reinit function of vector symmetric gradient on bulk and side points. More...
 
static void ptop_vector_divergence (std::vector< ElOp< 3 >> &operations, uint vector_divergence_op_idx)
 Common reinit function of vector divergence on bulk and side points. More...
 

Detailed Description

Defines common functionality of reinit operations.

Definition at line 618 of file patch_point_values.hh.

Member Function Documentation

◆ op_base()

static void common_reinit::op_base ( FMT_UNUSED std::vector< ElOp< 3 >> &  operations,
FMT_UNUSED IntTableArena el_table 
)
inlinestatic

Definition at line 620 of file patch_point_values.hh.

Here is the caller graph for this function:

◆ ptop_vector_divergence()

static void common_reinit::ptop_vector_divergence ( std::vector< ElOp< 3 >> &  operations,
uint  vector_divergence_op_idx 
)
inlinestatic

Common reinit function of vector divergence on bulk and side points.

Definition at line 632 of file patch_point_values.hh.

Here is the caller graph for this function:

◆ ptop_vector_sym_grad()

static void common_reinit::ptop_vector_sym_grad ( std::vector< ElOp< 3 >> &  operations,
uint  vector_sym_grad_op_idx 
)
inlinestatic

Common reinit function of vector symmetric gradient on bulk and side points.

Definition at line 625 of file patch_point_values.hh.

Here is the caller graph for this function:

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