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

Defines reinit operations on bulk points. More...

#include <patch_point_values.hh>

Static Public Member Functions

template<unsigned int dim>
static void elop_jac (std::vector< ElOp< 3 >> &operations, FMT_UNUSED IntTableArena &el_table)
 
template<unsigned int dim>
static void elop_inv_jac (std::vector< ElOp< 3 >> &operations, FMT_UNUSED IntTableArena &el_table)
 
template<unsigned int dim>
static void elop_jac_det (std::vector< ElOp< 3 >> &operations, FMT_UNUSED IntTableArena &el_table)
 
static void ptop_coords (FMT_UNUSED std::vector< ElOp< 3 >> &operations, FMT_UNUSED IntTableArena &el_table)
 
static void ptop_weights (std::vector< ElOp< 3 >> &operations, PatchArena *arena, const std::vector< double > &point_weights)
 
static void ptop_JxW (std::vector< ElOp< 3 >> &operations, FMT_UNUSED IntTableArena &el_table)
 
static void ptop_scalar_shape (std::vector< ElOp< 3 >> &operations, std::vector< std::vector< double > > shape_values, uint scalar_shape_op_idx)
 
static void ptop_vector_shape (std::vector< ElOp< 3 >> &operations, std::vector< std::vector< arma::vec3 > > shape_values, uint vector_shape_op_idx)
 
static void ptop_vector_contravariant_shape (FMT_UNUSED std::vector< ElOp< 3 >> &operations, FMT_UNUSED std::vector< std::vector< arma::vec3 > > shape_values, FMT_UNUSED uint vector_shape_op_idx)
 
static void ptop_vector_piola_shape (FMT_UNUSED std::vector< ElOp< 3 >> &operations, FMT_UNUSED std::vector< std::vector< arma::vec3 > > shape_values, FMT_UNUSED uint vector_shape_op_idx)
 
template<unsigned int dim>
static void ptop_scalar_shape_grads (std::vector< ElOp< 3 >> &operations, std::vector< std::vector< arma::mat > > ref_shape_grads, uint scalar_shape_grads_op_idx)
 
template<unsigned int dim>
static void ptop_vector_shape_grads (std::vector< ElOp< 3 >> &operations, std::vector< std::vector< arma::mat > > ref_shape_grads, uint vector_shape_grads_op_idx)
 
template<unsigned int dim>
static void ptop_vector_contravariant_shape_grads (FMT_UNUSED std::vector< ElOp< 3 >> &operations, FMT_UNUSED std::vector< std::vector< arma::mat > > ref_shape_grads, FMT_UNUSED uint vector_shape_grads_op_idx)
 
template<unsigned int dim>
static void ptop_vector_piola_shape_grads (FMT_UNUSED std::vector< ElOp< 3 >> &operations, FMT_UNUSED std::vector< std::vector< arma::mat > > ref_shape_grads, FMT_UNUSED uint vector_shape_grads_op_idx)
 

Detailed Description

Defines reinit operations on bulk points.

Definition at line 641 of file patch_point_values.hh.

Member Function Documentation

◆ elop_inv_jac()

template<unsigned int dim>
static void bulk_reinit::elop_inv_jac ( std::vector< ElOp< 3 >> &  operations,
FMT_UNUSED IntTableArena el_table 
)
inlinestatic

Definition at line 654 of file patch_point_values.hh.

◆ elop_jac()

template<unsigned int dim>
static void bulk_reinit::elop_jac ( std::vector< ElOp< 3 >> &  operations,
FMT_UNUSED IntTableArena el_table 
)
inlinestatic

Definition at line 644 of file patch_point_values.hh.

◆ elop_jac_det()

template<unsigned int dim>
static void bulk_reinit::elop_jac_det ( std::vector< ElOp< 3 >> &  operations,
FMT_UNUSED IntTableArena el_table 
)
inlinestatic

Definition at line 662 of file patch_point_values.hh.

◆ ptop_coords()

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

Definition at line 671 of file patch_point_values.hh.

Here is the caller graph for this function:

◆ ptop_JxW()

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

Definition at line 681 of file patch_point_values.hh.

Here is the caller graph for this function:

◆ ptop_scalar_shape()

static void bulk_reinit::ptop_scalar_shape ( std::vector< ElOp< 3 >> &  operations,
std::vector< std::vector< double > >  shape_values,
uint  scalar_shape_op_idx 
)
inlinestatic

Definition at line 691 of file patch_point_values.hh.

Here is the caller graph for this function:

◆ ptop_scalar_shape_grads()

template<unsigned int dim>
static void bulk_reinit::ptop_scalar_shape_grads ( std::vector< ElOp< 3 >> &  operations,
std::vector< std::vector< arma::mat > >  ref_shape_grads,
uint  scalar_shape_grads_op_idx 
)
inlinestatic

Definition at line 753 of file patch_point_values.hh.

◆ ptop_vector_contravariant_shape()

static void bulk_reinit::ptop_vector_contravariant_shape ( FMT_UNUSED std::vector< ElOp< 3 >> &  operations,
FMT_UNUSED std::vector< std::vector< arma::vec3 > >  shape_values,
FMT_UNUSED uint  vector_shape_op_idx 
)
inlinestatic

Definition at line 738 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 bulk_reinit::ptop_vector_contravariant_shape_grads ( FMT_UNUSED std::vector< ElOp< 3 >> &  operations,
FMT_UNUSED std::vector< std::vector< arma::mat > >  ref_shape_grads,
FMT_UNUSED uint  vector_shape_grads_op_idx 
)
inlinestatic

Definition at line 811 of file patch_point_values.hh.

◆ ptop_vector_piola_shape()

static void bulk_reinit::ptop_vector_piola_shape ( FMT_UNUSED std::vector< ElOp< 3 >> &  operations,
FMT_UNUSED std::vector< std::vector< arma::vec3 > >  shape_values,
FMT_UNUSED uint  vector_shape_op_idx 
)
inlinestatic

Definition at line 745 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 bulk_reinit::ptop_vector_piola_shape_grads ( FMT_UNUSED std::vector< ElOp< 3 >> &  operations,
FMT_UNUSED std::vector< std::vector< arma::mat > >  ref_shape_grads,
FMT_UNUSED uint  vector_shape_grads_op_idx 
)
inlinestatic

Definition at line 840 of file patch_point_values.hh.

◆ ptop_vector_shape()

static void bulk_reinit::ptop_vector_shape ( std::vector< ElOp< 3 >> &  operations,
std::vector< std::vector< arma::vec3 > >  shape_values,
uint  vector_shape_op_idx 
)
inlinestatic

Definition at line 712 of file patch_point_values.hh.

Here is the caller graph for this function:

◆ ptop_vector_shape_grads()

template<unsigned int dim>
static void bulk_reinit::ptop_vector_shape_grads ( std::vector< ElOp< 3 >> &  operations,
std::vector< std::vector< arma::mat > >  ref_shape_grads,
uint  vector_shape_grads_op_idx 
)
inlinestatic

Definition at line 782 of file patch_point_values.hh.

Here is the caller graph for this function:

◆ ptop_weights()

static void bulk_reinit::ptop_weights ( std::vector< ElOp< 3 >> &  operations,
PatchArena arena,
const std::vector< double > &  point_weights 
)
inlinestatic

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