44 #ifndef STOKHOS_QUADRATURE_FACTORY_HPP 45 #define STOKHOS_QUADRATURE_FACTORY_HPP 47 #include "Teuchos_RCP.hpp" 48 #include "Teuchos_ParameterList.hpp" 54 template <
typename ordinal_type,
typename value_type>
65 static Teuchos::RCP<const Stokhos::Quadrature<ordinal_type, value_type> >
66 create(Teuchos::ParameterList& sgParams);
83 #endif // STOKHOS_QUADRATURE_FACTORY_HPP Factory for building multivariate quadrature strategies.
QuadratureFactory()
Constructor.
QuadratureFactory & operator=(const QuadratureFactory &b)
Top-level namespace for Stokhos classes and functions.
static Teuchos::RCP< const Stokhos::Quadrature< ordinal_type, value_type > > create(Teuchos::ParameterList &sgParams)
Generate quadrature object.
virtual ~QuadratureFactory()
Destructor.