![]() |
deal.II version 9.7.0
|
#include <deal.II/base/symmetric_tensor.h>
Specialization of StorageType for rank-2 tensors.
Definition at line 422 of file symmetric_tensor.h.

Public Types | |
| using | base_tensor_type = Tensor<1, n_independent_components, Number> |
Static Public Attributes | |
| static const unsigned int | n_independent_components |
| using internal::SymmetricTensorAccessors::StorageType< 2, dim, Number >::base_tensor_type = Tensor<1, n_independent_components, Number> |
Declare the type in which we actually store the data.
Definition at line 434 of file symmetric_tensor.h.
|
static |
Number of independent components of a symmetric tensor of rank 2. We store only the upper right half of it.
Definition at line 428 of file symmetric_tensor.h.