|
| static void | read_value (const ScalarNumber vector_entry, const unsigned int component, scalar_value_type &result) |
| |
| static void | write_value (VectorizedArrayType &vector_entry, const unsigned int component, const vectorized_value_type &result) |
| |
| static void | set_gradient (const interface_vectorized_gradient_type &value, const unsigned int vector_lane, gradient_type &result) |
| |
| static void | get_gradient (interface_vectorized_gradient_type &value, const unsigned int vector_lane, const gradient_type &result) |
| |
| static void | set_zero_gradient (gradient_type &value, const unsigned int vector_lane) |
| |
| static void | set_value (const vectorized_value_type &value, const unsigned int vector_lane, scalar_value_type &result) |
| |
| static void | set_value (const vectorized_value_type &value, const unsigned int, vectorized_value_type &result) |
| |
| static void | get_value (vectorized_value_type &value, const unsigned int vector_lane, const scalar_value_type &result) |
| |
| static void | get_value (vectorized_value_type &value, const unsigned int, const vectorized_value_type &result) |
| |
| static void | set_zero_value (value_type &value, const unsigned int vector_lane) |
| |
| static void | access (value_type &value, const unsigned int vector_lane, const unsigned int component, const ScalarNumber &shape_value) |
| |
| static ScalarNumber | access (const value_type &value, const unsigned int vector_lane, const unsigned int component) |
| |
| static void | access (gradient_type &value, const unsigned int vector_lane, const unsigned int component, const Tensor< 1, dim, ScalarNumber > &shape_gradient) |
| |
| static Tensor< 1, dim, ScalarNumber > | access (const gradient_type &value, const unsigned int vector_lane, const unsigned int component) |
| |
template<
int dim,
typename Number>
struct internal::FEPointEvaluation::EvaluatorTypeTraits< dim, dim, Number >
Definition at line 371 of file fe_point_evaluation.h.