27 virtual Real
computeSample(dof_id_type row_index, dof_id_type col_index)
override;
32 std::unique_ptr<const StochasticTools::CartesianProduct<Real>>
_cp_ptr =
nullptr;
Creates samples based on the Cartesian product, see CartesianProduct in utils.
virtual Real computeSample(dof_id_type row_index, dof_id_type col_index) override
Return the sample for the given row and column.
static InputParameters validParams()
std::unique_ptr< const StochasticTools::CartesianProduct< Real > > _cp_ptr
Helper object for computing the CartesianProcduct values.
const InputParameters & parameters() const