![]() |
Reference documentation for deal.II version GIT 9042b9283b 2023-12-02 14:50:02+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 365 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 377 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 371 of file symmetric_tensor.h.