Flow123d  DF_patch_fe_mechanics-ccea6e4
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 PatchOp< 3 > *result_op, FMT_UNUSED IntTableArena &el_table)
 
template<unsigned int dim>
static void elop_jac (PatchOp< 3 > *result_op)
 
template<unsigned int dim>
static void elop_inv_jac (PatchOp< 3 > *result_op)
 
template<unsigned int dim>
static void elop_jac_det (PatchOp< 3 > *result_op)
 
static void ptop_JxW (PatchOp< 3 > *result_op)
 
static void ptop_vector_sym_grad (PatchOp< 3 > *result_op, FMT_UNUSED IntTableArena &el_table)
 Common reinit function of vector symmetric gradient on bulk and side points. More...
 
static void ptop_vector_divergence (PatchOp< 3 > *result_op, FMT_UNUSED IntTableArena &el_table)
 Common reinit function of vector divergence on bulk and side points. More...
 

Detailed Description

Defines common functionality of reinit operations.

Definition at line 758 of file patch_point_values.hh.

Member Function Documentation

◆ elop_inv_jac()

template<unsigned int dim>
static void common_reinit::elop_inv_jac ( PatchOp< 3 > *  result_op)
inlinestatic

Definition at line 775 of file patch_point_values.hh.

◆ elop_jac()

template<unsigned int dim>
static void common_reinit::elop_jac ( PatchOp< 3 > *  result_op)
inlinestatic

Definition at line 765 of file patch_point_values.hh.

Here is the caller graph for this function:

◆ elop_jac_det()

template<unsigned int dim>
static void common_reinit::elop_jac_det ( PatchOp< 3 > *  result_op)
inlinestatic

Definition at line 783 of file patch_point_values.hh.

Here is the caller graph for this function:

◆ op_base()

static void common_reinit::op_base ( FMT_UNUSED PatchOp< 3 > *  result_op,
FMT_UNUSED IntTableArena el_table 
)
inlinestatic

Definition at line 760 of file patch_point_values.hh.

Here is the caller graph for this function:

◆ ptop_JxW()

static void common_reinit::ptop_JxW ( PatchOp< 3 > *  result_op)
inlinestatic

Definition at line 790 of file patch_point_values.hh.

Here is the caller graph for this function:

◆ ptop_vector_divergence()

static void common_reinit::ptop_vector_divergence ( PatchOp< 3 > *  result_op,
FMT_UNUSED IntTableArena el_table 
)
inlinestatic

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

Definition at line 809 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 ( PatchOp< 3 > *  result_op,
FMT_UNUSED IntTableArena el_table 
)
inlinestatic

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

Definition at line 801 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: