Go to the documentation of this file.
31 virtual void execute()
override;
37 void transfer(
const std::vector<std::string> & names,
const std::vector<Real> & values);
virtual void execute() override
Copy each row from each DenseMatrix to the sub-applications SamplerReceiver object.
std::vector< Real > _values
Values to use when modifying parameters.
void transfer(const std::vector< std::string > &names, const std::vector< Real > &values)
Update the parameter names and associated values.
SamplerReceiver(const InputParameters ¶meters)
InputParameters validParams< SamplerReceiver >()
A Control object for receiving data from a master application Sampler object.
std::vector< std::string > _parameters
Parameter names to modify.
static InputParameters validParams()