#include <VectorTests.h>

Public Member Functions | |
| virtual AMP::LinearAlgebra::Vector::shared_ptr | getVector () const =0 |
| virtual std::string | name () const =0 |
| virtual | ~VectorFactory () |
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. | |
Protected Member Functions | |
| VectorFactory () | |
| VectorFactory (const VectorFactory &) | |
Vector factory class.
A helper class to generate vectors.
Definition at line 20 of file VectorTests.h.
|
inlinevirtual |
Definition at line 23 of file VectorTests.h.
|
inlineprotected |
Definition at line 28 of file VectorTests.h.
|
protected |
|
static |
Create the vector from the restart file.
|
inlinestatic |
get a singleton instance of the factory
Definition at line 28 of file VectorFactory.h.
|
pure virtual |
Implemented in AMP::LinearAlgebra::AmpInterfaceLeftVectorFactory, AMP::LinearAlgebra::AmpInterfaceRightVectorFactory, AMP::LinearAlgebra::PETScInterfaceLeftVectorFactory, AMP::LinearAlgebra::PETScInterfaceRightVectorFactory, AMP::Mesh::meshTests::MeshVectorFactory, AMP::LinearAlgebra::PetscCloneFactory, AMP::LinearAlgebra::PetscViewFactory, AMP::LinearAlgebra::NativePetscVectorFactory, AMP::LinearAlgebra::StridedVectorFactory, AMP::LinearAlgebra::NativeSundialsVectorFactory, AMP::LinearAlgebra::NullVectorFactory, AMP::LinearAlgebra::NullVectorDataFactory, AMP::LinearAlgebra::CloneFactory, AMP::LinearAlgebra::SimpleVectorFactory< TYPE, VecOps, VecData >, AMP::LinearAlgebra::ArrayVectorFactory< TYPE >, AMP::LinearAlgebra::ViewFactory< TYPE >, and AMP::LinearAlgebra::MultiVectorFactory.
|
pure virtual |
Implemented in AMP::LinearAlgebra::AmpInterfaceLeftVectorFactory, AMP::LinearAlgebra::AmpInterfaceRightVectorFactory, AMP::LinearAlgebra::PETScInterfaceLeftVectorFactory, AMP::LinearAlgebra::PETScInterfaceRightVectorFactory, AMP::Mesh::meshTests::MeshVectorFactory, AMP::LinearAlgebra::PetscCloneFactory, AMP::LinearAlgebra::PetscViewFactory, AMP::LinearAlgebra::NativePetscVectorFactory, AMP::LinearAlgebra::StridedVectorFactory, AMP::LinearAlgebra::NativeSundialsVectorFactory, AMP::LinearAlgebra::NullVectorFactory, AMP::LinearAlgebra::NullVectorDataFactory, AMP::LinearAlgebra::CloneFactory, AMP::LinearAlgebra::SimpleVectorFactory< TYPE, VecOps, VecData >, AMP::LinearAlgebra::ArrayVectorFactory< TYPE >, AMP::LinearAlgebra::CubeMeshVectorFactory, AMP::LinearAlgebra::ViewFactory< TYPE >, and AMP::LinearAlgebra::MultiVectorFactory.
Referenced by registerVector().
|
inlinestatic |
Register a vector with the factory.
Definition at line 39 of file VectorFactory.h.
References 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 |