#include <VectorFactory.h>
Definition at line 35 of file VectorFactory.h.
◆ CloneFactory() [1/2]
| AMP::LinearAlgebra::CloneFactory::CloneFactory |
( |
std::shared_ptr< const VectorFactory > |
factory | ) |
|
|
explicit |
◆ CloneFactory() [2/2]
| AMP::LinearAlgebra::CloneFactory::CloneFactory |
( |
| ) |
|
|
private |
◆ 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::CloneFactory::name |
( |
| ) |
const |
|
overridevirtual |
◆ registerVector()
template<class VECTOR >
| static void AMP::LinearAlgebra::VectorFactory::registerVector |
( |
const std::string & |
name | ) |
|
|
inlinestaticinherited |
◆ d_factory
| std::shared_ptr<const VectorFactory> AMP::LinearAlgebra::CloneFactory::d_factory |
|
private |
The documentation for this class was generated from the following file: