Flow123d  DF_patch_fe_mechanics-ccea6e4
Static Public Member Functions | List of all members
side_reinit Struct Reference

Defines reinit operations on side points. More...

#include <patch_point_values.hh>

Static Public Member Functions

template<unsigned int dim>
static void elop_el_jac (PatchOp< 3 > *result_op, FMT_UNUSED IntTableArena &el_table)
 
template<unsigned int dim>
static void elop_el_inv_jac (PatchOp< 3 > *result_op, FMT_UNUSED IntTableArena &el_table)
 
template<unsigned int dim>
static void elop_sd_jac (PatchOp< 3 > *result_op, FMT_UNUSED IntTableArena &el_table)
 
template<unsigned int dim>
static void elop_sd_jac_det (PatchOp< 3 > *result_op, FMT_UNUSED IntTableArena &el_table)
 
static void ptop_coords (FMT_UNUSED PatchOp< 3 > *result_op, FMT_UNUSED IntTableArena &el_table)
 
static void ptop_JxW (PatchOp< 3 > *result_op, FMT_UNUSED IntTableArena &el_table)
 
template<unsigned int dim>
static void ptop_normal_vec (PatchOp< 3 > *result_op, IntTableArena &el_table)
 
static void ptop_scalar_shape (PatchOp< 3 > *result_op, IntTableArena &el_table)
 
static void ptop_vector_contravariant_shape (FMT_UNUSED PatchOp< 3 > *result_op, FMT_UNUSED IntTableArena &el_table)
 
static void ptop_vector_piola_shape (FMT_UNUSED PatchOp< 3 > *result_op, FMT_UNUSED IntTableArena &el_table)
 
static void ptop_vector_shape (PatchOp< 3 > *result_op, IntTableArena &el_table)
 
template<unsigned int dim>
static void ptop_scalar_shape_grads (PatchOp< 3 > *result_op, IntTableArena &el_table)
 
template<unsigned int dim>
static void ptop_vector_shape_grads (PatchOp< 3 > *result_op, IntTableArena &el_table)
 
template<unsigned int dim>
static void ptop_vector_contravariant_shape_grads (FMT_UNUSED PatchOp< 3 > *result_op, FMT_UNUSED IntTableArena &el_table)
 
template<unsigned int dim>
static void ptop_vector_piola_shape_grads (FMT_UNUSED PatchOp< 3 > *result_op, FMT_UNUSED IntTableArena &el_table)
 
template<>
void elop_sd_jac (FMT_UNUSED PatchOp< 3 > *result_op, FMT_UNUSED IntTableArena &el_table)
 
template<>
void elop_sd_jac_det (PatchOp< 3 > *result_op, FMT_UNUSED IntTableArena &el_table)
 

Detailed Description

Defines reinit operations on side points.

Definition at line 958 of file patch_point_values.hh.

Member Function Documentation

◆ elop_el_inv_jac()

template<unsigned int dim>
static void side_reinit::elop_el_inv_jac ( PatchOp< 3 > *  result_op,
FMT_UNUSED IntTableArena el_table 
)
inlinestatic

Definition at line 965 of file patch_point_values.hh.

◆ elop_el_jac()

template<unsigned int dim>
static void side_reinit::elop_el_jac ( PatchOp< 3 > *  result_op,
FMT_UNUSED IntTableArena el_table 
)
inlinestatic

Definition at line 961 of file patch_point_values.hh.

◆ elop_sd_jac() [1/2]

template<>
void side_reinit::elop_sd_jac ( FMT_UNUSED PatchOp< 3 > *  result_op,
FMT_UNUSED IntTableArena el_table 
)
inlinestatic

Definition at line 1127 of file patch_point_values.hh.

◆ elop_sd_jac() [2/2]

template<unsigned int dim>
static void side_reinit::elop_sd_jac ( PatchOp< 3 > *  result_op,
FMT_UNUSED IntTableArena el_table 
)
inlinestatic

Definition at line 969 of file patch_point_values.hh.

◆ elop_sd_jac_det() [1/2]

template<unsigned int dim>
static void side_reinit::elop_sd_jac_det ( PatchOp< 3 > *  result_op,
FMT_UNUSED IntTableArena el_table 
)
inlinestatic

Definition at line 974 of file patch_point_values.hh.

◆ elop_sd_jac_det() [2/2]

template<>
void side_reinit::elop_sd_jac_det ( PatchOp< 3 > *  result_op,
FMT_UNUSED IntTableArena el_table 
)
inlinestatic

Definition at line 1131 of file patch_point_values.hh.

◆ ptop_coords()

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

Definition at line 979 of file patch_point_values.hh.

Here is the caller graph for this function:

◆ ptop_JxW()

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

Definition at line 982 of file patch_point_values.hh.

Here is the caller graph for this function:

◆ ptop_normal_vec()

template<unsigned int dim>
static void side_reinit::ptop_normal_vec ( PatchOp< 3 > *  result_op,
IntTableArena el_table 
)
inlinestatic

Definition at line 986 of file patch_point_values.hh.

◆ ptop_scalar_shape()

static void side_reinit::ptop_scalar_shape ( PatchOp< 3 > *  result_op,
IntTableArena el_table 
)
inlinestatic

Definition at line 1004 of file patch_point_values.hh.

Here is the caller graph for this function:

◆ ptop_scalar_shape_grads()

template<unsigned int dim>
static void side_reinit::ptop_scalar_shape_grads ( PatchOp< 3 > *  result_op,
IntTableArena el_table 
)
inlinestatic

Definition at line 1039 of file patch_point_values.hh.

◆ ptop_vector_contravariant_shape()

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

Definition at line 1018 of file patch_point_values.hh.

Here is the caller graph for this function:

◆ ptop_vector_contravariant_shape_grads()

template<unsigned int dim>
static void side_reinit::ptop_vector_contravariant_shape_grads ( FMT_UNUSED PatchOp< 3 > *  result_op,
FMT_UNUSED IntTableArena el_table 
)
inlinestatic

Definition at line 1119 of file patch_point_values.hh.

◆ ptop_vector_piola_shape()

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

Definition at line 1019 of file patch_point_values.hh.

Here is the caller graph for this function:

◆ ptop_vector_piola_shape_grads()

template<unsigned int dim>
static void side_reinit::ptop_vector_piola_shape_grads ( FMT_UNUSED PatchOp< 3 > *  result_op,
FMT_UNUSED IntTableArena el_table 
)
inlinestatic

Definition at line 1121 of file patch_point_values.hh.

◆ ptop_vector_shape()

static void side_reinit::ptop_vector_shape ( PatchOp< 3 > *  result_op,
IntTableArena el_table 
)
inlinestatic

Definition at line 1020 of file patch_point_values.hh.

Here is the caller graph for this function:

◆ ptop_vector_shape_grads()

template<unsigned int dim>
static void side_reinit::ptop_vector_shape_grads ( PatchOp< 3 > *  result_op,
IntTableArena el_table 
)
inlinestatic

Definition at line 1077 of file patch_point_values.hh.


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