![]() |
deal.II version GIT relicensing-2581-gae2745de1b 2025-02-07 22:30:00+00:00
|
#include <deal.II/base/symmetric_tensor.h>
Public Types | |
using | type = typename ProductType< Number, OtherNumber >::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 338 of file symmetric_tensor.h.
using internal::SymmetricTensorAccessors::double_contraction_result< 2, 2, dim, Number, OtherNumber >::type = typename ProductType<Number, OtherNumber>::type |
Definition at line 340 of file symmetric_tensor.h.