template<int dim>
class aspect::Postprocess::VisualizationPostprocessors::StrainRateTensor< dim >
A class derived from DataPostprocessor that takes an output vector and computes a variable that represents the 3 or 6 independent components (in 2d and 3d, respectively) of the strain rate tensor at every point. The strain rate is defined as \(\varepsilon(\mathbf u) - \tfrac 13 \textrm{trace}\ \varepsilon(\mathbf u) \mathbf 1 = \varepsilon(\mathbf u) - \frac 13 (\nabla \cdot \mathbf u) \mathbf I\). The second term is zero if the model is incompressible.
The member functions are all implementations of those declared in the base class. See there for their meaning.
Definition at line 50 of file strain_rate_tensor.h.