bool usesMooseAppCoordTransform() const override
Whether this transfer handles non-translation-based transformations, e.g.
Real _radius
Radius to consider for inverse interpolation.
MooseEnum _interp_type
Type of interpolation method.
Transfers from postprocessors in child apps of a MultiApp in different locations in parent app mesh...
virtual void execute() override
Execute the transfer.
AuxVariableName _to_var_name
Variable in the main application to fill with the interpolation of the postprocessors.
Real _power
Exponent for power-law decrease of the interpolation coefficients.
unsigned int _num_points
Number of points to consider for the interpolation.
PostprocessorName _postprocessor
Postprocessor in the child apps to transfer the data from.
static InputParameters validParams()
MultiAppPostprocessorInterpolationTransfer(const InputParameters ¶meters)
bool _nodal
Whether the target variable is nodal or elemental.