template<int dim>
class aspect::Postprocess::VisualizationPostprocessors::SPD_Factor< dim >
A class derived from DataPostprocessor that takes an output vector and computes a variable that represents the spd factor at every point. The spd factor is a factor which scales a part of the Jacobian used for the Newton solver to make sure that the Jacobian remains positive definite.
The member functions are all implementations of those declared in the base class. See there for their meaning.
Definition at line 48 of file spd_factor.h.