deal.II version GIT relicensing-2167-g9622207b8f 2024-11-21 12:40:00+00:00
|
#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 400 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 407 of file tensor_accessors.h.
|
inlineconstexpr |
Definition at line 403 of file tensor_accessors.h.
|
inlineconstexpr |
Definition at line 413 of file tensor_accessors.h.
|
private |
Definition at line 419 of file tensor_accessors.h.