![]() |
Reference documentation for deal.II version 8.5.1
|
#include <deal.II/base/symmetric_tensor.h>
Public Types | |
typedef Tensor< 1, n_independent_components, Number > | base_tensor_type |
Static Public Attributes | |
static const unsigned int | n_independent_components = (dim*dim + dim)/2 |
Specialization of StorageType for rank-2 tensors.
Definition at line 164 of file symmetric_tensor.h.
typedef Tensor<1,n_independent_components,Number> internal::SymmetricTensorAccessors::StorageType< 2, dim, Number >::base_tensor_type |
Declare the type in which we actually store the data.
Definition at line 176 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 171 of file symmetric_tensor.h.