#include <VectorFactory.h>
Definition at line 139 of file VectorFactory.h.
◆ MultiVectorFactory() [1/2]
| AMP::LinearAlgebra::MultiVectorFactory::MultiVectorFactory |
( |
std::shared_ptr< const VectorFactory > |
factory1, |
|
|
int |
N1, |
|
|
std::shared_ptr< const VectorFactory > |
factory2, |
|
|
int |
N2 |
|
) |
| |
◆ MultiVectorFactory() [2/2]
| AMP::LinearAlgebra::MultiVectorFactory::MultiVectorFactory |
( |
| ) |
|
|
privatedelete |
◆ create()
Create the vector from the restart file.
◆ getFactory()
| static VectorFactory & AMP::LinearAlgebra::VectorFactory::getFactory |
( |
| ) |
|
|
inlinestaticinherited |
get a singleton instance of the factory
Definition at line 28 of file VectorFactory.h.
◆ getVector()
◆ name()
| std::string AMP::LinearAlgebra::MultiVectorFactory::name |
( |
| ) |
const |
|
overridevirtual |
◆ registerVector()
template<class VECTOR >
| static void AMP::LinearAlgebra::VectorFactory::registerVector |
( |
const std::string & |
name | ) |
|
|
inlinestaticinherited |
◆ FACTORY1
| std::shared_ptr<const VectorFactory> AMP::LinearAlgebra::MultiVectorFactory::FACTORY1 |
|
private |
◆ FACTORY2
| std::shared_ptr<const VectorFactory> AMP::LinearAlgebra::MultiVectorFactory::FACTORY2 |
|
private |
◆ NUM1
| int AMP::LinearAlgebra::MultiVectorFactory::NUM1 |
|
private |
◆ NUM2
| int AMP::LinearAlgebra::MultiVectorFactory::NUM2 |
|
private |
The documentation for this class was generated from the following file: