27 virtual void execute()
override;
41 std::vector<PODReducedBasisSurrogate *>
_model;
const InputParameters & parameters() const
A tool for output Sampler data.
std::string _variable_name
Name of the variable this tester operates on.
std::vector< VectorPostprocessorValue * > _sample_vector
Vector containing all the sample points for each parameter.
Sampler & _sampler
Sampler for evaluating surrogate model.
const bool _output_samples
Where or not to output all the samples used.
MultiMooseEnum _to_compute
The type of the post-processor value which needs to be extracted.
virtual void finalize() override
virtual void execute() override
std::vector< VectorPostprocessorValue * > _value_vector
Vectors containing results of sampling model.
virtual void initialize() override
static InputParameters validParams()
std::vector< PODReducedBasisSurrogate * > _model
Pointers to surrogate model.
Interface for objects that need to use samplers.