Reference documentation for deal.II version 9.4.1
|
#include <deal.II/base/symmetric_tensor.h>
Public Types | |
using | value_type = typename ProductType< Number, OtherNumber >::type |
using | type = ::SymmetricTensor< rank1+rank2 - 4, dim, value_type > |
Typedef template magic denoting the result of a double contraction between two tensors or ranks rank1 and rank2. In general, this is a tensor of rank rank1+rank2-4
, but if this is zero it is a single scalar Number. For this case, we have a specialization.
Definition at line 313 of file symmetric_tensor.h.
using internal::SymmetricTensorAccessors::double_contraction_result< rank1, rank2, dim, Number, OtherNumber >::value_type = typename ProductType<Number, OtherNumber>::type |
Definition at line 315 of file symmetric_tensor.h.
using internal::SymmetricTensorAccessors::double_contraction_result< rank1, rank2, dim, Number, OtherNumber >::type = ::SymmetricTensor<rank1 + rank2 - 4, dim, value_type> |
Definition at line 316 of file symmetric_tensor.h.