23 virtual void execute()
override;
44 std::vector<const MooseVariableField<Real> *>
_fv_vars;
const InputParameters & parameters() const
Get the parameters of the object.
Base class for VectorPostprocessors that need to do "sampling" of values in the domain.
virtual void threadJoin(const SamplerBase &y)
Join the values.
virtual void threadJoin(const UserObject &y) override
Must override.
std::vector< const MooseVariableField< Real > * > _fv_vars
Pointers to the FV variables to sample (if any)
std::vector< Real > _values
So we don't have to create and destroy this vector over and over again.
virtual void finalize() override
Finalize.
static InputParameters validParams()
bool _qp_sampling
Whether to sample over side quadrature points or FaceInfos.
virtual void execute() override
Execute method.
virtual void initialize() override
Called before execute() is ever called so that data can be cleared.
Base class for user-specific data.