Reference documentation for deal.II version GIT relicensing-426-g7976cfd195 2024-04-18 21: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< 1, S > Class Template Reference

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

Public Types

using return_type = typename ValueType< typename S::return_type >::value_type
 
using value_type = return_type
 

Public Member Functions

constexpr StoreIndex (S s, int i)
 
constexpr return_typeoperator[] (unsigned int j) const
 

Private Attributes

const S s_
 
const int i_
 

Detailed Description

template<typename S>
class TensorAccessors::internal::StoreIndex< 1, S >

Definition at line 546 of file tensor_accessors.h.

Member Typedef Documentation

◆ return_type

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

Definition at line 554 of file tensor_accessors.h.

◆ value_type

template<typename S >
using TensorAccessors::internal::StoreIndex< 1, S >::value_type = return_type

Definition at line 556 of file tensor_accessors.h.

Constructor & Destructor Documentation

◆ StoreIndex()

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

Definition at line 549 of file tensor_accessors.h.

Member Function Documentation

◆ operator[]()

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

Definition at line 559 of file tensor_accessors.h.

Member Data Documentation

◆ s_

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

Definition at line 565 of file tensor_accessors.h.

◆ i_

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

Definition at line 566 of file tensor_accessors.h.


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