![]() |
deal.II version GIT relicensing-2888-ge8e3b84039 2025-03-21 18:30:00+00:00
|
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 360 of file symmetric_tensor.h.