#include <VectorFactory.h>

Public Member Functions | |
| CubeMeshVectorFactory (int N) | |
| AMP::LinearAlgebra::Vector::shared_ptr | getVector () const override |
| Get the Vector. | |
| std::string | name () const override |
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 std::shared_ptr< AMP::Mesh::Mesh > | generateMesh (int N) |
| 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 | |
| CubeMeshVectorFactory ()=delete | |
Private Attributes | |
| std::shared_ptr< AMP::Discretization::DOFManager > | d_dofManager |
| bool | SPLIT |
Definition at line 105 of file VectorFactory.h.
| AMP::LinearAlgebra::CubeMeshVectorFactory::CubeMeshVectorFactory | ( | int | N | ) |
|
privatedelete |
|
staticinherited |
Create the vector from the restart file.
|
static |
|
inlinestaticinherited |
get a singleton instance of the factory
Definition at line 28 of file VectorFactory.h.
|
inlineoverridevirtualinherited |
Get the Vector.
Implements AMP::LinearAlgebra::VectorFactory.
Definition at line 286 of file meshTests.h.
References AMP::LinearAlgebra::createVector(), AMP::Mesh::meshTests::MeshVectorFactory::d_dofManager, and AMP::Mesh::meshTests::MeshVectorFactory::SPLIT.
|
inlineoverridevirtual |
Implements AMP::LinearAlgebra::VectorFactory.
Definition at line 109 of file VectorFactory.h.
|
inlinestaticinherited |
Register a vector with the factory.
Definition at line 39 of file VectorFactory.h.
References AMP::LinearAlgebra::VectorFactory::name().
|
privateinherited |
Definition at line 296 of file meshTests.h.
Referenced by AMP::Mesh::meshTests::MeshVectorFactory::getVector().
|
privateinherited |
Definition at line 297 of file meshTests.h.
Referenced by AMP::Mesh::meshTests::MeshVectorFactory::getVector().
|
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:42. Comments on this page |