10 #ifndef STOKHOS_PSEUDO_SPECTRAL_OPERATOR_FACTORY_HPP
11 #define STOKHOS_PSEUDO_SPECTRAL_OPERATOR_FACTORY_HPP
20 template <
typename ordinal_type,
typename value_type>
52 #endif // STOKHOS_PSEUDO_SPECTRAL_OPERATOR_FACTORY_HPP
static Teuchos::RCP< const psop_type > create(Teuchos::ParameterList &sgParams)
Generate pseudospectral operator object.
An operator interface for building pseudo-spectral approximations.
Factory for building multivariate quadrature strategies.
virtual ~PseudoSpectralOperatorFactory()
Destructor.
PseudoSpectralOperatorFactory & operator=(const PseudoSpectralOperatorFactory &b)
PseudoSpectralOperatorFactory()
Constructor.
Stokhos::PseudoSpectralOperator< ordinal_type, value_type > psop_type
Typename of generated pseudospectral operator.