34 virtual Real
computeSample(dof_id_type row_index, dof_id_type col_index)
override;
const InputParameters & parameters() const
A class used to perform Monte Carlo sampling for performing Sobol sensitivity analysis.
bool resample() const
Resampling flag, see SobolStatistics.
Sampler & _sampler_a
Sampler matrix.
virtual LocalRankConfig constructRankConfig(bool batch_mode) const override
Sobol sampling should have a slightly different partitioning in order to keep the sample and resample...
const bool & _resample
Flag for building the re-sampling matrix for computing second order sensitivity indices.
std::vector< Real > _row_b
virtual Real computeSample(dof_id_type row_index, dof_id_type col_index) override
std::vector< Real > _row_a
Sampler & _sampler_b
Re-sample matrix.
const dof_id_type _num_matrices
Number of matrices.
static InputParameters validParams()