|
static void | read_value (const Number vector_entry, const unsigned int component, value_type &result) |
|
static void | write_value (Number &vector_entry, const unsigned int component, const value_type &result) |
|
static void | set_gradient (const Tensor< 1, dim, Tensor< 1, dim, VectorizedArray< Number > > > &value, const unsigned int vector_lane, gradient_type &result) |
|
static void | get_gradient (Tensor< 1, dim, Tensor< 1, dim, VectorizedArray< Number > > > &value, const unsigned int vector_lane, const gradient_type &result) |
|
static void | set_value (const Tensor< 1, dim, VectorizedArray< Number > > &value, const unsigned int vector_lane, value_type &result) |
|
static void | get_value (Tensor< 1, dim, VectorizedArray< Number > > &value, const unsigned int vector_lane, const value_type &result) |
|
static Number & | access (value_type &value, const unsigned int component) |
|
static const Number & | access (const value_type &value, const unsigned int component) |
|
static Tensor< 1, dim, Number > & | access (gradient_type &value, const unsigned int component) |
|
static const Tensor< 1, dim, Number > & | access (const gradient_type &value, const unsigned int component) |
|
template<
int dim, typename Number>
struct internal::FEPointEvaluation::EvaluatorTypeTraits< dim, dim, Number >
Definition at line 202 of file fe_point_evaluation.h.