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 4 or 9 components (in 2d and 3d, respectively) of the strain rate tensor at every point. The strain rate is defined as \(\varepsilon(\mathbf u)\) in the incompressible case and as \(\varepsilon(\mathbf u) - \tfrac 13 (\textrm{trace}\ \varepsilon(\mathbf u)) \mathbf I\) in the compressible case.
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.