|
| static void | read_value (const ScalarNumber vector_entry, const unsigned int, scalar_value_type &result) |
| |
| static void | write_value (VectorizedArrayType &vector_entry, const unsigned int, const vectorized_value_type &result) |
| |
| static void | set_gradient (const vectorized_gradient_type &value, const unsigned int vector_lane, scalar_gradient_type &result) |
| |
| static void | set_gradient (const vectorized_gradient_type &value, const unsigned int, vectorized_gradient_type &result) |
| |
| static void | get_gradient (vectorized_gradient_type &value, const unsigned int vector_lane, const scalar_gradient_type &result) |
| |
| static void | get_gradient (vectorized_gradient_type &value, const unsigned int, const vectorized_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, const ScalarNumber &shape_value) |
| |
| static ScalarNumber | access (const value_type &value, const unsigned int vector_lane, const unsigned int) |
| |
| static void | access (gradient_type &value, const unsigned int vector_lane, const unsigned int, const scalar_gradient_type &shape_gradient) |
| |
| static scalar_gradient_type | access (const gradient_type &value, const unsigned int vector_lane, const unsigned int) |
| |
template<
int dim,
typename Number>
struct internal::FEPointEvaluation::EvaluatorTypeTraits< dim, 1, Number >
Definition at line 217 of file fe_point_evaluation.h.