26 virtual void execute()
override;
Computes the average of a material property over a volume.
virtual void finalize() override
This is called after execute() and after threadJoin()! This is probably where you want to do MPI comm...
virtual void execute() override
Execute method.
static InputParameters validParams()
ElementAverageMaterialPropertyTempl< false > ElementAverageMaterialProperty
Real _volume
Domain volume.
ElementAverageMaterialPropertyTempl(const InputParameters ¶meters)
virtual void threadJoin(const UserObject &y) override
Must override.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual void initialize() override
Called before execute() is ever called so that data can be cleared.
ElementAverageMaterialPropertyTempl< true > ADElementAverageMaterialProperty
const InputParameters & parameters() const
Get the parameters of the object.
Base class for user-specific data.
virtual Real getValue() const override
This will get called to actually grab the final value the postprocessor has calculated.