34 #ifndef NEKTAR_LIB_MULTIREGIONS_GLOBALLINSYSDIRECT_H
35 #define NEKTAR_LIB_MULTIREGIONS_GLOBALLINSYSDIRECT_H
42 namespace MultiRegions
53 const std::shared_ptr<AssemblyMap> &pLocToGloMap);
65 const int pNumDir)
override;
#define MULTI_REGIONS_EXPORT
DNekLinSysSharedPtr m_linSys
Basic linear system object.
GlobalLinSysDirect(const GlobalLinSysKey &pKey, const std::weak_ptr< ExpList > &pExp, const std::shared_ptr< AssemblyMap > &pLocToGloMap)
Constructor for full direct matrix solve.
virtual void v_SolveLinearSystem(const int pNumRows, const Array< OneD, const NekDouble > &pInput, Array< OneD, NekDouble > &pOutput, const AssemblyMapSharedPtr &locToGloMap, const int pNumDir) override
Solve the linear system for given input and output vectors.
virtual ~GlobalLinSysDirect()
Describe a linear system.
std::shared_ptr< AssemblyMap > AssemblyMapSharedPtr
The above copyright notice and this permission notice shall be included.
std::shared_ptr< DNekLinSys > DNekLinSysSharedPtr