Reference documentation for deal.II version GIT relicensing-437-g81ec864850 2024-04-19 07:30:02+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Private Attributes | List of all members
TensorAccessors::internal::ReorderedIndexView< index, rank, T > Class Template Reference

#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_
 

Detailed Description

template<int index, int rank, typename T>
class TensorAccessors::internal::ReorderedIndexView< index, rank, T >

Definition at line 400 of file tensor_accessors.h.

Member Typedef Documentation

◆ value_type

template<int index, int rank, typename T >
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.

Constructor & Destructor Documentation

◆ ReorderedIndexView()

template<int index, int rank, typename T >
constexpr TensorAccessors::internal::ReorderedIndexView< index, rank, T >::ReorderedIndexView ( typename ReferenceType< T >::type  t)
inlineconstexpr

Definition at line 403 of file tensor_accessors.h.

Member Function Documentation

◆ operator[]()

template<int index, int rank, typename T >
constexpr value_type TensorAccessors::internal::ReorderedIndexView< index, rank, T >::operator[] ( unsigned int  j) const
inlineconstexpr

Definition at line 413 of file tensor_accessors.h.

Member Data Documentation

◆ t_

template<int index, int rank, typename T >
ReferenceType<T>::type TensorAccessors::internal::ReorderedIndexView< index, rank, T >::t_
private

Definition at line 419 of file tensor_accessors.h.


The documentation for this class was generated from the following file: