Reference documentation for deal.II version GIT relicensing-399-g79d89019c5 2024-04-16 15:00: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::Identity< T > Class Template Reference

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

Public Types

using return_type = typename ValueType< T >::value_type
 

Public Member Functions

constexpr Identity (typename ReferenceType< T >::type t)
 
constexpr ReferenceType< return_type >::type apply (unsigned int j) const
 

Private Attributes

ReferenceType< T >::type t_
 

Detailed Description

template<typename T>
class TensorAccessors::internal::Identity< T >

Definition at line 483 of file tensor_accessors.h.

Member Typedef Documentation

◆ return_type

template<typename T >
using TensorAccessors::internal::Identity< T >::return_type = typename ValueType<T>::value_type

Definition at line 490 of file tensor_accessors.h.

Constructor & Destructor Documentation

◆ Identity()

template<typename T >
constexpr TensorAccessors::internal::Identity< T >::Identity ( typename ReferenceType< T >::type  t)
inlineconstexpr

Definition at line 486 of file tensor_accessors.h.

Member Function Documentation

◆ apply()

template<typename T >
constexpr ReferenceType< return_type >::type TensorAccessors::internal::Identity< T >::apply ( unsigned int  j) const
inlineconstexpr

Definition at line 493 of file tensor_accessors.h.

Member Data Documentation

◆ t_

template<typename T >
ReferenceType<T>::type TensorAccessors::internal::Identity< T >::t_
private

Definition at line 499 of file tensor_accessors.h.


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