|
template<unsigned int dim> |
static void | elop_el_jac (std::vector< ElOp< 3 >> &operations, FMT_UNUSED IntTableArena &el_table) |
|
template<unsigned int dim> |
static void | elop_el_inv_jac (std::vector< ElOp< 3 >> &operations, FMT_UNUSED IntTableArena &el_table) |
|
template<unsigned int dim> |
static void | elop_sd_jac (std::vector< ElOp< 3 >> &operations, FMT_UNUSED IntTableArena &el_table) |
|
template<unsigned int dim> |
static void | elop_sd_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) |
|
template<unsigned int dim> |
static void | ptop_normal_vec (std::vector< ElOp< 3 >> &operations, IntTableArena &el_table) |
|
static void | ptop_scalar_shape (std::vector< ElOp< 3 >> &operations, IntTableArena &el_table, std::vector< std::vector< std::vector< double > > > shape_values, uint scalar_shape_op_idx) |
|
static void | ptop_vector_shape (std::vector< ElOp< 3 >> &operations, IntTableArena &el_table, std::vector< 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 IntTableArena &el_table, FMT_UNUSED std::vector< 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 IntTableArena &el_table, FMT_UNUSED std::vector< 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, IntTableArena &el_table, std::vector< 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, IntTableArena &el_table, std::vector< 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 IntTableArena &el_table, FMT_UNUSED std::vector< 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 IntTableArena &el_table, FMT_UNUSED std::vector< std::vector< std::vector< arma::mat > > > ref_shape_grads, FMT_UNUSED uint vector_shape_grads_op_idx) |
|
template<> |
void | elop_sd_jac (FMT_UNUSED std::vector< ElOp< 3 >> &operations, FMT_UNUSED IntTableArena &el_table) |
|
template<> |
void | elop_sd_jac_det (std::vector< ElOp< 3 >> &operations, FMT_UNUSED IntTableArena &el_table) |
|
Defines reinit operations on side points.
Definition at line 872 of file patch_point_values.hh.