Reference documentation for deal.II version 9.5.0
|
#include <deal.II/base/tensor_accessors.h>
Public Types | |
using | value_type = ReorderedIndexView< index - 1, rank - 1, typename ValueType< T >::value_type > |
Public Member Functions | |
constexpr | ReorderedIndexView (typename ReferenceType< T >::type t) |
constexpr value_type | operator[] (unsigned int j) const |
Private Attributes | |
ReferenceType< T >::type | t_ |
Definition at line 401 of file tensor_accessors.h.
using TensorAccessors::internal::ReorderedIndexView< index, rank, T >::value_type = ReorderedIndexView<index - 1, rank - 1, typename ValueType<T>::value_type> |
Definition at line 408 of file tensor_accessors.h.
|
inlineconstexpr |
Definition at line 404 of file tensor_accessors.h.
|
inlineconstexpr |
Definition at line 414 of file tensor_accessors.h.
|
private |
Definition at line 420 of file tensor_accessors.h.