template<int dim>
class aspect::Postprocess::VisualizationPostprocessors::SurfaceStrainRateTensor< 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 of the surface of the domain. 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 51 of file surface_strain_rate_tensor.h.