#include <VectorFactory.h>

Public Member Functions | |
| AMP::LinearAlgebra::Vector::shared_ptr | getVector () const override |
| std::string | name () const override |
| SimpleVectorFactory (int i, bool global, std::string name="SimpleVectorFactory") | |
Static Public Member Functions | |
| static std::shared_ptr< Vector > | create (int64_t fid, AMP::IO::RestartManager *manager) |
| Create the vector from the restart file. | |
| static VectorFactory & | getFactory () |
| get a singleton instance of the factory | |
| template<class VECTOR > | |
| static void | registerVector (const std::string &name) |
| Register a vector with the factory. | |
Private Member Functions | |
| SimpleVectorFactory ()=delete | |
Private Attributes | |
| bool | GLOBAL |
| int | I |
| std::string | NAME |
Definition at line 52 of file VectorFactory.h.
|
inline |
Definition at line 55 of file VectorFactory.h.
|
privatedelete |
|
staticinherited |
Create the vector from the restart file.
|
inlinestaticinherited |
get a singleton instance of the factory
Definition at line 28 of file VectorFactory.h.
|
inlineoverridevirtual |
Implements AMP::LinearAlgebra::VectorFactory.
Definition at line 59 of file VectorFactory.h.
References AMP_COMM_WORLD, AMP::LinearAlgebra::SimpleVectorFactory< TYPE, VecOps, VecData >::GLOBAL, and AMP::LinearAlgebra::SimpleVectorFactory< TYPE, VecOps, VecData >::I.
|
inlineoverridevirtual |
Implements AMP::LinearAlgebra::VectorFactory.
Definition at line 68 of file VectorFactory.h.
References AMP::LinearAlgebra::SimpleVectorFactory< TYPE, VecOps, VecData >::NAME.
|
inlinestaticinherited |
Register a vector with the factory.
Definition at line 39 of file VectorFactory.h.
References AMP::LinearAlgebra::VectorFactory::name().
|
private |
Definition at line 73 of file VectorFactory.h.
Referenced by AMP::LinearAlgebra::SimpleVectorFactory< TYPE, VecOps, VecData >::getVector().
|
private |
Definition at line 72 of file VectorFactory.h.
Referenced by AMP::LinearAlgebra::SimpleVectorFactory< TYPE, VecOps, VecData >::getVector().
|
private |
Definition at line 74 of file VectorFactory.h.
Referenced by AMP::LinearAlgebra::SimpleVectorFactory< TYPE, VecOps, VecData >::name().
|
Advanced Multi-Physics (AMP) Oak Ridge National Laboratory Idaho National Laboratory Los Alamos National Laboratory |
This page automatically produced from the source code by Last updated: Tue Mar 10 2026 13:06:43. Comments on this page |