32 virtual void execute()
override;
OutputTools< Real >::VariableValue VariableValue
std::vector< Real > VectorPostprocessorValue
Finds the largest difference between two variable fields.
std::vector< Real > _all
Collection of all the items so only one MPI call is required, these will be spread to the actual Vect...
VectorPostprocessorValue & _a_value
The value of _a that produced the maximum difference.
const bool _furthest_from_zero
Internal flag to indicate we are seeking the largest absolute value.
VectorPostprocessorValue & _position_y
The y position of the associated quadrature point.
VectorPostprocessorValue & _position_z
The z position of the associated quadrature point.
VectorPostprocessorValue & _max_difference
The actual maximum difference.
virtual void threadJoin(const UserObject &s) override
Must override.
static InputParameters validParams()
const VariableValue & _b
The second variable, operated to produce a difference as: _a - _b.
virtual void execute() override
Execute method.
virtual void initialize() override
Called before execute() is ever called so that data can be cleared.
const VariableValue & _a
The first variable, operated to produce a difference as: _a - _b.
virtual void finalize() override
Finalize.
VectorPostprocessorValue & _b_value
The value of _b that produced the maximum difference.
VectorPostprocessorValue & _position_x
The x position of the associated quadrature point.
const InputParameters & parameters() const
Get the parameters of the object.
Base class for user-specific data.