ElementExtremeMaterialPropertyTempl< false > ElementExtremeMaterialProperty
ElementExtremeMaterialPropertyTempl< true > ADElementExtremeMaterialProperty
Determines the minimum or maximum of a material property over a volume.
ExtremeType
Type of extreme value to compute.
unsigned int _qp
Current quadrature point.
static InputParameters validParams()
virtual void finalize() override
This is called after execute() and after threadJoin()! This is probably where you want to do MPI comm...
const GenericMaterialProperty< Real, is_ad > & _mat_prop
Material property for which to find extreme.
virtual void computeQpValue()
virtual void initialize() override
Called before execute() is ever called so that data can be cleared.
virtual Real getValue() const override
This will get called to actually grab the final value the postprocessor has calculated.
ExtremeType _type
Type of extreme value to compute.
virtual void threadJoin(const UserObject &y) override
Must override.
virtual void execute() override
Execute method.