|
Nektar++
|
A global linear system. More...
#include <GlobalLinSysXxtFull.h>


Public Member Functions | |
| GlobalLinSysXxtFull (const GlobalLinSysKey &pLinSysKey, const boost::weak_ptr< ExpList > &pExpList, const boost::shared_ptr< AssemblyMap > &pLocToGloMap) | |
| Constructor for full direct matrix solve. More... | |
| virtual | ~GlobalLinSysXxtFull () |
Public Member Functions inherited from Nektar::MultiRegions::GlobalLinSysXxt | |
| GlobalLinSysXxt (const GlobalLinSysKey &pKey, const boost::weak_ptr< ExpList > &pExp, const boost::shared_ptr< AssemblyMap > &pLocToGloMap) | |
| Constructor for full direct matrix solve. More... | |
| virtual | ~GlobalLinSysXxt () |
Public Member Functions inherited from Nektar::MultiRegions::GlobalLinSys | |
| GlobalLinSys (const GlobalLinSysKey &pKey, const boost::weak_ptr< ExpList > &pExpList, const boost::shared_ptr< AssemblyMap > &pLocToGloMap) | |
| Constructor for full direct matrix solve. More... | |
| virtual | ~GlobalLinSys () |
| const GlobalLinSysKey & | GetKey (void) const |
| Returns the key associated with the system. More... | |
| const boost::weak_ptr< ExpList > & | GetLocMat (void) const |
| void | InitObject () |
| void | Initialise (const boost::shared_ptr< AssemblyMap > &pLocToGloMap) |
| void | 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. More... | |
| boost::shared_ptr< GlobalLinSys > | GetSharedThisPtr () |
| Returns a shared pointer to the current object. More... | |
| int | GetNumBlocks () |
| DNekScalMatSharedPtr | GetBlock (unsigned int n) |
| DNekScalBlkMatSharedPtr | GetStaticCondBlock (unsigned int n) |
| void | DropStaticCondBlock (unsigned int n) |
| void | SolveLinearSystem (const int pNumRows, const Array< OneD, const NekDouble > &pInput, Array< OneD, NekDouble > &pOutput, const AssemblyMapSharedPtr &locToGloMap, const int pNumDir=0) |
| Solve the linear system for given input and output vectors. More... | |
Static Public Member Functions | |
| static GlobalLinSysSharedPtr | create (const GlobalLinSysKey &pLinSysKey, const boost::weak_ptr< ExpList > &pExpList, const boost::shared_ptr< AssemblyMap > &pLocToGloMap) |
| Creates an instance of this class. More... | |
Static Public Attributes | |
| static std::string | className |
| Name of class. More... | |
Private Member Functions | |
| 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. More... | |
| void | CreateMap (const boost::shared_ptr< AssemblyMap > &pLocToGloMap) |
| void | AssembleMatrixArrays (const boost::shared_ptr< AssemblyMap > &pLocToGloMap) |
Additional Inherited Members | |
Protected Member Functions inherited from Nektar::MultiRegions::GlobalLinSysXxt | |
| virtual void | v_SolveLinearSystem (const int pNumRows, const Array< OneD, const NekDouble > &pInput, Array< OneD, NekDouble > &pOutput, const AssemblyMapSharedPtr &locToGloMap, const int pNumDir=0) |
| Solve the linear system for given input and output vectors. More... | |
| void | GlobalToLocalNoSign (const Array< OneD, const NekDouble > &global, Array< OneD, NekDouble > &local) |
| void | LocalToGlobalNoSign (const Array< OneD, const NekDouble > &local, Array< OneD, NekDouble > &global) |
Protected Member Functions inherited from Nektar::MultiRegions::GlobalLinSys | |
| virtual int | v_GetNumBlocks () |
| Get the number of blocks in this system. More... | |
| virtual DNekScalMatSharedPtr | v_GetBlock (unsigned int n) |
| Retrieves the block matrix from n-th expansion using the matrix key provided by the m_linSysKey. More... | |
| virtual DNekScalBlkMatSharedPtr | v_GetStaticCondBlock (unsigned int n) |
| Retrieves a the static condensation block matrices from n-th expansion using the matrix key provided by the m_linSysKey. More... | |
| virtual void | v_DropStaticCondBlock (unsigned int n) |
| Releases the static condensation block matrices from NekManager of n-th expansion using the matrix key provided by the m_linSysKey. More... | |
| PreconditionerSharedPtr | CreatePrecon (AssemblyMapSharedPtr asmMap) |
| Create a preconditioner object from the parameters defined in the supplied assembly map. More... | |
Protected Attributes inherited from Nektar::MultiRegions::GlobalLinSysXxt | |
| struct Xxt::crs_data * | m_crsData |
| Array< OneD, unsigned int > | m_Ai |
| Array< OneD, unsigned int > | m_Aj |
| Array< OneD, double > | m_Ar |
| Array< OneD, NekDouble > | m_locToGloSignMult |
| Array< OneD, int > | m_map |
Protected Attributes inherited from Nektar::MultiRegions::GlobalLinSys | |
| const GlobalLinSysKey | m_linSysKey |
| Key associated with this linear system. More... | |
| const boost::weak_ptr< ExpList > | m_expList |
| Local Matrix System. More... | |
| const map< int, RobinBCInfoSharedPtr > | m_robinBCInfo |
| Robin boundary info. More... | |
A global linear system.
Definition at line 51 of file GlobalLinSysXxtFull.h.
| Nektar::MultiRegions::GlobalLinSysXxtFull::GlobalLinSysXxtFull | ( | const GlobalLinSysKey & | pLinSysKey, |
| const boost::weak_ptr< ExpList > & | pExpList, | ||
| const boost::shared_ptr< AssemblyMap > & | pLocToGloMap | ||
| ) |
Constructor for full direct matrix solve.
Definition at line 59 of file GlobalLinSysXxtFull.cpp.
References AssembleMatrixArrays(), ASSERTL1, CreateMap(), Nektar::MultiRegions::eXxtFullMatrix, Nektar::MultiRegions::GlobalLinSysKey::GetGlobalSysSolnType(), and Nektar::MultiRegions::GlobalLinSys::m_linSysKey.
|
virtual |
Definition at line 77 of file GlobalLinSysXxtFull.cpp.
|
private |
Construct the local matrix row index, column index and value index arrays and initialize the XXT data structure with this information.
| locToGloMap | Local to global mapping information. |
Definition at line 186 of file GlobalLinSysXxtFull.cpp.
References Nektar::StdRegions::ePreconLinearSpace, Nektar::StdRegions::ePreconLinearSpaceMass, Nektar::MultiRegions::GlobalLinSys::GetBlock(), Nektar::MultiRegions::GlobalMatrixKey::GetMatrixType(), Xxt::Init(), Nektar::MultiRegions::GlobalLinSysXxt::m_Ai, Nektar::MultiRegions::GlobalLinSysXxt::m_Aj, Nektar::MultiRegions::GlobalLinSysXxt::m_Ar, Nektar::MultiRegions::GlobalLinSysXxt::m_crsData, Nektar::MultiRegions::GlobalLinSys::m_expList, Nektar::MultiRegions::GlobalLinSys::m_linSysKey, and Xxt::nektar_crs_stats().
Referenced by GlobalLinSysXxtFull().
|
inlinestatic |
Creates an instance of this class.
Definition at line 56 of file GlobalLinSysXxtFull.h.
References Nektar::MemoryManager< DataType >::AllocateSharedPtr().
|
private |
Create the inverse multiplicity map.
| locToGloMap | Local to global mapping information. |
Definition at line 151 of file GlobalLinSysXxtFull.cpp.
References Nektar::MultiRegions::GlobalLinSysXxt::m_locToGloSignMult, and Nektar::MultiRegions::GlobalLinSysXxt::m_map.
Referenced by GlobalLinSysXxtFull().
|
privatevirtual |
Solve the linear system for given input and output vectors using a specified local to global map.
Solve the linear system using a full global matrix system.
Implements Nektar::MultiRegions::GlobalLinSys.
Definition at line 86 of file GlobalLinSysXxtFull.cpp.
References Nektar::MultiRegions::eGlobal, Nektar::MultiRegions::GlobalLinSys::m_expList, Nektar::MultiRegions::GlobalLinSys::m_linSysKey, Nektar::MultiRegions::GlobalLinSys::SolveLinearSystem(), Vmath::Vadd(), Vmath::Vcopy(), and Vmath::Vsub().
|
static |
Name of class.
Registers the class with the Factory.
Definition at line 65 of file GlobalLinSysXxtFull.h.
1.8.8