Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
src
Stokhos_ExpansionFactory.hpp
Go to the documentation of this file.
1
// @HEADER
2
// *****************************************************************************
3
// Stokhos Package
4
//
5
// Copyright 2009 NTESS and the Stokhos contributors.
6
// SPDX-License-Identifier: BSD-3-Clause
7
// *****************************************************************************
8
// @HEADER
9
10
#ifndef STOKHOS_EXPANSION_FACTORY_HPP
11
#define STOKHOS_EXPANSION_FACTORY_HPP
12
13
#include "
Teuchos_RCP.hpp
"
14
#include "
Teuchos_ParameterList.hpp
"
15
#include "
Stokhos_OrthogPolyExpansion.hpp
"
16
17
namespace
Stokhos {
18
20
template
<
typename
ordinal_type,
typename
value_type>
21
class
ExpansionFactory
{
22
public
:
23
25
ExpansionFactory
() {};
26
28
virtual
~ExpansionFactory
() {};
29
31
static
Teuchos::RCP<Stokhos::OrthogPolyExpansion<ordinal_type, value_type>
>
32
create
(
Teuchos::ParameterList
& sgParams);
33
34
private
:
35
36
// Prohibit copying
37
ExpansionFactory
(
const
ExpansionFactory
&);
38
39
// Prohibit Assignment
40
ExpansionFactory
&
operator=
(
const
ExpansionFactory
& b);
41
42
};
// class ExpansionFactory
43
44
}
// Namespace Stokhos
45
46
// Include template definitions
47
#include "
Stokhos_ExpansionFactoryImp.hpp
"
48
49
#endif // STOKHOS_EXPANSION_FACTORY_HPP
Stokhos_OrthogPolyExpansion.hpp
Stokhos::ExpansionFactory::ExpansionFactory
ExpansionFactory()
Constructor.
Definition:
Stokhos_ExpansionFactory.hpp:25
Stokhos::ExpansionFactory::operator=
ExpansionFactory & operator=(const ExpansionFactory &b)
Stokhos::ExpansionFactory::~ExpansionFactory
virtual ~ExpansionFactory()
Destructor.
Definition:
Stokhos_ExpansionFactory.hpp:28
Stokhos::ExpansionFactory::create
static Teuchos::RCP< Stokhos::OrthogPolyExpansion< ordinal_type, value_type > > create(Teuchos::ParameterList &sgParams)
Generate multivariate expansion.
Definition:
Stokhos_ExpansionFactoryImp.hpp:25
Teuchos_ParameterList.hpp
Teuchos::ParameterList
Stokhos_ExpansionFactoryImp.hpp
Teuchos::RCP
Stokhos::ExpansionFactory
Factory for building multivariate expansion strategies.
Definition:
Stokhos_ExpansionFactory.hpp:21
Teuchos_RCP.hpp
Generated on Fri Nov 22 2024 09:18:11 for Stokhos Package Browser (Single Doxygen Collection) by
1.8.5