Reference documentation for deal.II version 9.6.0
|
#include <deal.II/base/tensor_accessors.h>
Public Types | |
using | type = T & |
An internally used type trait to allow nested application of the function reordered_index_view(T &t).
The problem is that when working with the actual tensorial types, we have to return subtensors by reference - but sometimes, especially for StoreIndex and ReorderedIndexView that return rvalues, we have to return by value.
Definition at line 353 of file tensor_accessors.h.
using TensorAccessors::internal::ReferenceType< T >::type = T & |
Definition at line 355 of file tensor_accessors.h.