Nektar++
|
#include <CoupledLinearNS.h>
Public Attributes | |
DNekScalBlkMatSharedPtr | m_BCinv |
Boundary-interior Laplacian plus linearised convective terms pre-multiplying Cinv: . More... | |
DNekScalBlkMatSharedPtr | m_Btilde |
Interior-boundary Laplacian plus linearised convective terms . More... | |
DNekScalBlkMatSharedPtr | m_Cinv |
Interior-Interior Laplaican plus linearised convective terms inverted, i.e. the inverse of . More... | |
DNekScalBlkMatSharedPtr | m_D_bnd |
Inner product of pressure system with divergence of the boundary velocity space . More... | |
DNekScalBlkMatSharedPtr | m_D_int |
Inner product of pressure system with divergence of the interior velocity space . More... | |
MultiRegions::GlobalLinSysSharedPtr | m_CoupledBndSys |
Definition at line 51 of file CoupledLinearNS.h.
DNekScalBlkMatSharedPtr Nektar::coupledSolverMatrices::m_BCinv |
Boundary-interior Laplacian plus linearised convective terms pre-multiplying Cinv: .
Definition at line 59 of file CoupledLinearNS.h.
Referenced by Nektar::CoupledLinearNS::SetUpCoupledMatrix().
DNekScalBlkMatSharedPtr Nektar::coupledSolverMatrices::m_Btilde |
Interior-boundary Laplacian plus linearised convective terms .
Definition at line 65 of file CoupledLinearNS.h.
Referenced by Nektar::CoupledLinearNS::SetUpCoupledMatrix().
DNekScalBlkMatSharedPtr Nektar::coupledSolverMatrices::m_Cinv |
Interior-Interior Laplaican plus linearised convective terms inverted, i.e. the inverse of .
Definition at line 72 of file CoupledLinearNS.h.
Referenced by Nektar::CoupledLinearNS::SetUpCoupledMatrix().
MultiRegions::GlobalLinSysSharedPtr Nektar::coupledSolverMatrices::m_CoupledBndSys |
Definition at line 86 of file CoupledLinearNS.h.
Referenced by Nektar::CoupledLinearNS::SetUpCoupledMatrix().
DNekScalBlkMatSharedPtr Nektar::coupledSolverMatrices::m_D_bnd |
Inner product of pressure system with divergence of the boundary velocity space .
Definition at line 78 of file CoupledLinearNS.h.
Referenced by Nektar::CoupledLinearNS::SetUpCoupledMatrix().
DNekScalBlkMatSharedPtr Nektar::coupledSolverMatrices::m_D_int |
Inner product of pressure system with divergence of the interior velocity space .
Definition at line 84 of file CoupledLinearNS.h.
Referenced by Nektar::CoupledLinearNS::SetUpCoupledMatrix().