ElementExtremeMaterialPropertyTempl< true > ADElementExtremeMaterialProperty
unsigned int _qp
Current quadrature point.
virtual void computeQpValue()
virtual void initialize() override
Called before execute() is ever called so that data can be cleared.
ExtremeType _type
Type of extreme value to compute.
ExtremeType
Type of extreme value to compute.
virtual Real getValue() const override
This will get called to actually grab the final value the postprocessor has calculated.
ElementExtremeMaterialPropertyTempl< false > ElementExtremeMaterialProperty
virtual void execute() override
Execute method.
const GenericMaterialProperty< Real, is_ad > & _mat_prop
Material property for which to find extreme.
ElementExtremeMaterialPropertyTempl(const InputParameters ¶meters)
virtual void threadJoin(const UserObject &y) override
Must override.
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...
Determines the minimum or maximum of a material property over a volume.