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