Advanced Multi-Physics (AMP)
On-Line Documentation
Static Public Member Functions | List of all members
AMP::LinearAlgebra::VectorDataFactory Class Reference

VectorData factory class. More...

#include <VectorDataFactory.h>

Static Public Member Functions

static std::shared_ptr< VectorDatacreate (int64_t fid, AMP::IO::RestartManager *manager)
 Create the vector data from the restart file.
 
static VectorDataFactorygetFactory ()
 get a singleton instance of the factory
 
template<class VECTORDATA >
static void registerVectorData (const std::string &name)
 Register vector data with the factory.
 

Detailed Description

VectorData factory class.

Definition at line 25 of file VectorDataFactory.h.

Member Function Documentation

◆ create()

static std::shared_ptr< VectorData > AMP::LinearAlgebra::VectorDataFactory::create ( int64_t  fid,
AMP::IO::RestartManager manager 
)
static

Create the vector data from the restart file.

◆ getFactory()

static VectorDataFactory & AMP::LinearAlgebra::VectorDataFactory::getFactory ( )
inlinestatic

get a singleton instance of the factory

Definition at line 29 of file VectorDataFactory.h.

◆ registerVectorData()

template<class VECTORDATA >
static void AMP::LinearAlgebra::VectorDataFactory::registerVectorData ( const std::string &  name)
inlinestatic

Register vector data with the factory.

Definition at line 40 of file VectorDataFactory.h.


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:43.
Comments on this page