A Control object for receiving data from a master application Sampler object. More...
#include <SamplerReceiver.h>
Public Member Functions | |
SamplerReceiver (const InputParameters ¶meters) | |
virtual void | execute () override |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Member Functions | |
void | transfer (const std::vector< std::string > &names, const std::vector< Real > &values) |
Update the parameter names and associated values. More... | |
Protected Attributes | |
std::vector< std::string > | _parameters |
Parameter names to modify. More... | |
std::vector< Real > | _values |
Values to use when modifying parameters. More... | |
Friends | |
class | SamplerParameterTransfer |
Allows the SamplerParameterTransfer to call the transfer method, which should only be called by that object so making it public is dangerous. More... | |
A Control object for receiving data from a master application Sampler object.
Definition at line 25 of file SamplerReceiver.h.
SamplerReceiver::SamplerReceiver | ( | const InputParameters & | parameters | ) |
Definition at line 28 of file SamplerReceiver.C.
|
overridevirtual |
Definition at line 31 of file SamplerReceiver.C.
|
protected |
Update the parameter names and associated values.
Definition at line 105 of file SamplerReceiver.C.
Referenced by SamplerParameterTransfer::executeToMultiapp().
|
static |
Definition at line 19 of file SamplerReceiver.C.
|
friend |
Allows the SamplerParameterTransfer to call the transfer method, which should only be called by that object so making it public is dangerous.
Definition at line 47 of file SamplerReceiver.h.
|
protected |
Parameter names to modify.
Definition at line 40 of file SamplerReceiver.h.
Referenced by execute(), and transfer().
|
protected |
Values to use when modifying parameters.
Definition at line 43 of file SamplerReceiver.h.
Referenced by execute(), and transfer().