Reference documentation for deal.II version GIT relicensing-214-g6e74dec06b 2024-03-27 18:10:01+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::StoreIndex< rank, S > Class Template Reference

#include <deal.II/base/tensor_accessors.h>

Public Types

using value_type = StoreIndex< rank - 1, StoreIndex< rank, S > >
 
using return_type = typename ValueType< typename S::return_type >::value_type
 

Public Member Functions

constexpr StoreIndex (S s, int i)
 
constexpr value_type operator[] (unsigned int j) const
 
constexpr ReferenceType< return_type >::type apply (unsigned int j) const
 

Private Attributes

const S s_
 
const int i_
 

Detailed Description

template<int rank, typename S>
class TensorAccessors::internal::StoreIndex< rank, S >

Definition at line 511 of file tensor_accessors.h.

Member Typedef Documentation

◆ value_type

template<int rank, typename S >
using TensorAccessors::internal::StoreIndex< rank, S >::value_type = StoreIndex<rank - 1, StoreIndex<rank, S> >

Definition at line 519 of file tensor_accessors.h.

◆ return_type

template<int rank, typename S >
using TensorAccessors::internal::StoreIndex< rank, S >::return_type = typename ValueType<typename S::return_type>::value_type

Definition at line 527 of file tensor_accessors.h.

Constructor & Destructor Documentation

◆ StoreIndex()

template<int rank, typename S >
constexpr TensorAccessors::internal::StoreIndex< rank, S >::StoreIndex ( s,
int  i 
)
inlineconstexpr

Definition at line 514 of file tensor_accessors.h.

Member Function Documentation

◆ operator[]()

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

Definition at line 522 of file tensor_accessors.h.

◆ apply()

template<int rank, typename S >
constexpr ReferenceType< return_type >::type TensorAccessors::internal::StoreIndex< rank, S >::apply ( unsigned int  j) const
inlineconstexpr

Definition at line 531 of file tensor_accessors.h.

Member Data Documentation

◆ s_

template<int rank, typename S >
const S TensorAccessors::internal::StoreIndex< rank, S >::s_
private

Definition at line 537 of file tensor_accessors.h.

◆ i_

template<int rank, typename S >
const int TensorAccessors::internal::StoreIndex< rank, S >::i_
private

Definition at line 538 of file tensor_accessors.h.


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