Reference documentation for deal.II version 9.0.0
|
#include <deal.II/base/tensor_accessors.h>
This class provides a local typedef value_type
denoting the resulting type of an access with operator[](unsigned int). More precisely, value_type
will be
T::value_type
if T is a tensorial class providing a typedef value_type
and does not have a const qualifier.const T::value_type
if T is a tensorial class providing a typedef value_type
and does have a const qualifier.const T::value_type
if T is a tensorial class providing a typedef value_type
and does have a const qualifier.A
if T is of array type A[...]
const A
if T is of array type A[...]
and does have a const qualifier. Definition at line 100 of file tensor_accessors.h.