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

MatrixData factory class. More...

#include <MatrixDataFactory.h>

Static Public Member Functions

static std::shared_ptr< MatrixDatacreate (int64_t fid, AMP::IO::RestartManager *manager)
 Create the matrix data from the restart file.
 
static MatrixDataFactorygetFactory ()
 get a singleton instance of the factory
 
template<class MATRIXDATA >
static void registerMatrixData (const std::string &name)
 Register matrix data with the factory.
 

Detailed Description

MatrixData factory class.

Definition at line 25 of file MatrixDataFactory.h.

Member Function Documentation

◆ create()

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

Create the matrix data from the restart file.

◆ getFactory()

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

get a singleton instance of the factory

Definition at line 29 of file MatrixDataFactory.h.

◆ registerMatrixData()

template<class MATRIXDATA >
static void AMP::LinearAlgebra::MatrixDataFactory::registerMatrixData ( const std::string &  name)
inlinestatic

Register matrix data with the factory.

Definition at line 40 of file MatrixDataFactory.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:42.
Comments on this page