34 #ifndef NEKTAR_LIB_MULTIREGIONS_GLOBALLINSYSIterativeCG_H 35 #define NEKTAR_LIB_MULTIREGIONS_GLOBALLINSYSIterativeCG_H 41 namespace MultiRegions
53 const std::weak_ptr<ExpList> &pExpList,
54 const std::shared_ptr<AssemblyMap>
67 const std::weak_ptr<ExpList> &pExpList,
68 const std::shared_ptr<AssemblyMap>
static Array< OneD, NekDouble > NullNekDouble1DArray
virtual void v_UniqueMap()
#define MULTI_REGIONS_EXPORT
std::shared_ptr< GlobalLinSys > GlobalLinSysSharedPtr
Pointer to a GlobalLinSys object.
static std::string className
Name of class.
std::shared_ptr< AssemblyMap > AssemblyMapSharedPtr
GlobalLinSysIterativeFull(const GlobalLinSysKey &pLinSysKey, const std::weak_ptr< ExpList > &pExpList, const std::shared_ptr< AssemblyMap > &pLocToGloMap)
Constructor for full direct matrix solve.
virtual ~GlobalLinSysIterativeFull()
static std::shared_ptr< DataType > AllocateSharedPtr(const Args &...args)
Allocate a shared pointer from the memory pool.
static GlobalLinSysSharedPtr create(const GlobalLinSysKey &pLinSysKey, const std::weak_ptr< ExpList > &pExpList, const std::shared_ptr< AssemblyMap > &pLocToGloMap)
Creates an instance of this class.
Describe a linear system.
virtual void v_Solve(const Array< OneD, const NekDouble > &in, Array< OneD, NekDouble > &out, const AssemblyMapSharedPtr &locToGloMap, const Array< OneD, const NekDouble > &dirForcing=NullNekDouble1DArray)
Solve the linear system for given input and output vectors using a specified local to global map...
std::weak_ptr< AssemblyMap > m_locToGloMap
virtual void v_DoMatrixMultiply(const Array< OneD, NekDouble > &pInput, Array< OneD, NekDouble > &pOutput)