34 #ifndef NEKTAR_LIB_MULTIREGIONS_GLOBALLINSYSDIRECTSTATICCOND_H
35 #define NEKTAR_LIB_MULTIREGIONS_GLOBALLINSYSDIRECTSTATICCOND_H
43 namespace MultiRegions
47 class GlobalLinSysDirectStaticCond;
49 typedef std::shared_ptr<GlobalLinSysDirectStaticCond>
60 const std::weak_ptr<ExpList> &pExpList,
61 const std::shared_ptr<AssemblyMap> &pLocToGloMap)
65 pLinSysKey, pExpList, pLocToGloMap);
77 const std::shared_ptr<AssemblyMap> &locToGloMap);
85 const std::shared_ptr<AssemblyMap> &locToGloMap);
91 std::shared_ptr<AssemblyMap> pLocToGloMap)
override;
97 const std::shared_ptr<AssemblyMap> &l2gMap)
override;
102 const std::shared_ptr<AssemblyMap> &locToGloMap);
#define MULTI_REGIONS_EXPORT
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.
static std::string className2
GlobalLinSysDirectStaticCond(const GlobalLinSysKey &mkey, const std::weak_ptr< ExpList > &pExpList, const std::shared_ptr< AssemblyMap > &locToGloMap)
Constructor for full direct matrix solve.
MatrixStorage DetermineMatrixStorage(const std::shared_ptr< AssemblyMap > &locToGloMap)
Matrix Storage type for known matrices.
static std::string className
Name of class.
virtual GlobalLinSysStaticCondSharedPtr v_Recurse(const GlobalLinSysKey &mkey, const std::weak_ptr< ExpList > &pExpList, const DNekScalBlkMatSharedPtr pSchurCompl, const DNekScalBlkMatSharedPtr pBinvD, const DNekScalBlkMatSharedPtr pC, const DNekScalBlkMatSharedPtr pInvD, const std::shared_ptr< AssemblyMap > &l2gMap) override
virtual ~GlobalLinSysDirectStaticCond()
virtual void v_AssembleSchurComplement(std::shared_ptr< AssemblyMap > pLocToGloMap) override
Describe a linear system.
std::shared_ptr< GlobalLinSysDirectStaticCond > GlobalLinSysDirectStaticCondSharedPtr
std::shared_ptr< GlobalLinSys > GlobalLinSysSharedPtr
Pointer to a GlobalLinSys object.
std::shared_ptr< GlobalLinSysStaticCond > GlobalLinSysStaticCondSharedPtr
The above copyright notice and this permission notice shall be included.
std::shared_ptr< DNekScalBlkMat > DNekScalBlkMatSharedPtr