![]() |
deal.II version GIT relicensing-2645-g9d42f38b55 2025-02-15 04:20:00+00:00
|
#include <deal.II/base/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 |
Specialization of StorageType for rank-2 tensors.
Definition at line 366 of file symmetric_tensor.h.
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 378 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 372 of file symmetric_tensor.h.