Reference documentation for deal.II version GIT relicensing-397-g31a1263477 2024-04-16 03: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
internal::SymmetricTensorAccessors::StorageType< rank, dim, Number > Struct Template Reference

Detailed Description

template<int rank, int dim, typename Number>
struct internal::SymmetricTensorAccessors::StorageType< rank, dim, Number >

Declaration of alias for the type of data structures which are used to store symmetric tensors. For example, for rank-2 symmetric tensors, we use a flat vector to store all the elements. On the other hand, symmetric rank-4 tensors are mappings from symmetric rank-2 tensors into symmetric rank-2 tensors, so they can be represented as matrices, etc.

This information is probably of little interest to all except the accessor classes that need it. In particular, you shouldn't make any assumptions about the storage format in your application programs.

Definition at line 358 of file symmetric_tensor.h.


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