33 std::unique_ptr<const PolynomialQuadrature::Quadrature>
_grid;
A class used to produce samples based on quadrature for Polynomial Chaos.
static InputParameters validParams()
QuadratureSampler(const InputParameters ¶meters)
Real getQuadratureWeight(dof_id_type row_index) const
std::unique_ptr< const PolynomialQuadrature::Quadrature > _grid
Quadrature weights and points.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual Real computeSample(dof_id_type row_index, dof_id_type col_index) override
Return the sample for the given row and column.
const InputParameters & parameters() const