35 #ifndef NEKTAR_LIB_MULTIREGIONS_GLOBALLINSYSITERATIVESTATICCOND_H
36 #define NEKTAR_LIB_MULTIREGIONS_GLOBALLINSYSITERATIVESTATICCOND_H
46 namespace MultiRegions
53 typedef boost::shared_ptr<GlobalLinSysXxtStaticCond>
64 const boost::weak_ptr<ExpList> &pExpList,
65 const boost::shared_ptr<AssemblyMap>
70 pLinSysKey, pExpList, pLocToGloMap);
82 const boost::weak_ptr<ExpList> &pExpList,
83 const boost::shared_ptr<AssemblyMap>
89 const boost::weak_ptr<ExpList> &pExpList,
94 const boost::shared_ptr<AssemblyMap>
100 void CreateMap(
const boost::shared_ptr<AssemblyMap> &pLocToGloMap);
104 boost::shared_ptr<AssemblyMap> locToGloMap);
108 const boost::weak_ptr<ExpList> &pExpList,
113 const boost::shared_ptr<AssemblyMap> &locToGloMap);
virtual ~GlobalLinSysXxtStaticCond()
General purpose memory allocation routines with the ability to allocate from thread specific memory p...
boost::shared_ptr< GlobalLinSysXxtStaticCond > GlobalLinSysXxtStaticCondSharedPtr
static GlobalLinSysSharedPtr create(const GlobalLinSysKey &pLinSysKey, const boost::weak_ptr< ExpList > &pExpList, const boost::shared_ptr< AssemblyMap > &pLocToGloMap)
Creates an instance of this class.
static std::string className
Name of class.
virtual void v_AssembleSchurComplement(boost::shared_ptr< AssemblyMap > locToGloMap)
Assemble the Schur complement matrix.
static std::string className2
boost::shared_ptr< DNekScalBlkMat > DNekScalBlkMatSharedPtr
Describe a linear system.
GlobalLinSysXxtStaticCond(const GlobalLinSysKey &mkey, const boost::weak_ptr< ExpList > &pExpList, const boost::shared_ptr< AssemblyMap > &locToGloMap)
Constructor for full direct matrix solve.
virtual GlobalLinSysStaticCondSharedPtr v_Recurse(const GlobalLinSysKey &mkey, const boost::weak_ptr< ExpList > &pExpList, const DNekScalBlkMatSharedPtr pSchurCompl, const DNekScalBlkMatSharedPtr pBinvD, const DNekScalBlkMatSharedPtr pC, const DNekScalBlkMatSharedPtr pInvD, const boost::shared_ptr< AssemblyMap > &locToGloMap)
boost::shared_ptr< GlobalLinSys > GlobalLinSysSharedPtr
Pointer to a GlobalLinSys object.
void CreateMap(const boost::shared_ptr< AssemblyMap > &pLocToGloMap)
boost::shared_ptr< GlobalLinSysStaticCond > GlobalLinSysStaticCondSharedPtr