28 virtual void execute()
override;
42 std::vector<PODReducedBasisSurrogate *>
_model;
std::vector< VectorPostprocessorValue * > _value_vector
Vectors containing results of sampling model.
static InputParameters validParams()
Sampler & _sampler
Sampler for evaluating surrogate model.
A tool for output Sampler data.
virtual void initialize() override
std::vector< VectorPostprocessorValue * > _sample_vector
Vector containing all the sample points for each parameter.
std::string _variable_name
Name of the variable this tester operates on.
virtual void execute() override
PODSurrogateTester(const InputParameters ¶meters)
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.
Interface for objects that need to use samplers.
virtual void finalize() override
const InputParameters & parameters() const
std::vector< PODReducedBasisSurrogate * > _model
Pointers to surrogate model.