Reference documentation for deal.II version 8.5.1
List of all members
internal::SymmetricTensorAccessors::double_contraction_result< rank1, rank2, dim, Number > Struct Template Reference

#include <deal.II/base/symmetric_tensor.h>

Detailed Description

template<int rank1, int rank2, int dim, typename Number>
struct internal::SymmetricTensorAccessors::double_contraction_result< rank1, rank2, dim, Number >

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.

Author
Wolfgang Bangerth, 2005

Definition at line 123 of file symmetric_tensor.h.


The documentation for this struct was generated from the following file: