Advanced Multi-Physics (AMP)
On-Line Documentation
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
AMP::LinearAlgebra::ArrayVectorFactory< TYPE > Class Template Reference

#include <VectorFactory.h>

Inheritance diagram for AMP::LinearAlgebra::ArrayVectorFactory< TYPE >:
Inheritance graph
[legend]

Public Member Functions

 ArrayVectorFactory (size_t d, size_t i, bool global)
 
AMP::LinearAlgebra::Vector::shared_ptr getVector () const override
 
std::string name () const override
 

Static Public Member Functions

static std::shared_ptr< Vectorcreate (int64_t fid, AMP::IO::RestartManager *manager)
 Create the vector from the restart file.
 
static VectorFactorygetFactory ()
 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

 ArrayVectorFactory ()=delete
 

Private Attributes

size_t D
 
bool GLOBAL
 
size_t I
 

Detailed Description

template<class TYPE = double>
class AMP::LinearAlgebra::ArrayVectorFactory< TYPE >

Definition at line 80 of file VectorFactory.h.

Constructor & Destructor Documentation

◆ ArrayVectorFactory() [1/2]

template<class TYPE = double>
AMP::LinearAlgebra::ArrayVectorFactory< TYPE >::ArrayVectorFactory ( size_t  d,
size_t  i,
bool  global 
)
inline

Definition at line 83 of file VectorFactory.h.

◆ ArrayVectorFactory() [2/2]

template<class TYPE = double>
AMP::LinearAlgebra::ArrayVectorFactory< TYPE >::ArrayVectorFactory ( )
privatedelete

Member Function Documentation

◆ create()

static std::shared_ptr< Vector > AMP::LinearAlgebra::VectorFactory::create ( int64_t  fid,
AMP::IO::RestartManager manager 
)
staticinherited

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()

template<class TYPE = double>
AMP::LinearAlgebra::Vector::shared_ptr AMP::LinearAlgebra::ArrayVectorFactory< TYPE >::getVector ( ) const
inlineoverridevirtual

◆ name()

template<class TYPE = double>
std::string AMP::LinearAlgebra::ArrayVectorFactory< TYPE >::name ( ) const
inlineoverridevirtual

Implements AMP::LinearAlgebra::VectorFactory.

Definition at line 95 of file VectorFactory.h.

◆ registerVector()

template<class VECTOR >
static void AMP::LinearAlgebra::VectorFactory::registerVector ( const std::string &  name)
inlinestaticinherited

Register a vector with the factory.

Definition at line 39 of file VectorFactory.h.

References AMP::LinearAlgebra::VectorFactory::name().

Member Data Documentation

◆ D

template<class TYPE = double>
size_t AMP::LinearAlgebra::ArrayVectorFactory< TYPE >::D
private

◆ GLOBAL

template<class TYPE = double>
bool AMP::LinearAlgebra::ArrayVectorFactory< TYPE >::GLOBAL
private

◆ I

template<class TYPE = double>
size_t AMP::LinearAlgebra::ArrayVectorFactory< TYPE >::I
private

The documentation for this class was generated from the following file:



Advanced Multi-Physics (AMP)
Oak Ridge National Laboratory
Idaho National Laboratory
Los Alamos National Laboratory
This page automatically produced from the
source code by doxygen
Last updated: Tue Mar 10 2026 13:06:42.
Comments on this page