|
Template Numerical Library version\ main:351d08c5f
|
Public Types | |
| using | ConstLocalViewType = ConstVectorViewType |
| using | ConstVectorViewType |
| using | LocalVectorType = VectorType |
| using | LocalViewType = VectorViewType |
| using | VectorType = Containers::Vector< typename Matrix::RealType, typename Matrix::DeviceType, typename Matrix::IndexType > |
| using | VectorViewType |
Static Public Member Functions | |
| static MPI::Comm | getCommunicator (const Matrix &m) |
| static ConstLocalViewType | getConstLocalView (ConstVectorViewType v) |
| static ConstLocalViewType | getConstLocalViewWithGhosts (ConstVectorViewType v) |
| static const Matrix & | getLocalMatrix (const Matrix &m) |
| static LocalViewType | getLocalView (VectorViewType v) |
| static LocalViewType | getLocalViewWithGhosts (VectorViewType v) |
| static void | startSynchronization (VectorViewType v) |
| static void | waitForSynchronization (VectorViewType v) |
| using TNL::Solvers::Linear::Traits< Matrix >::ConstVectorViewType |
| using TNL::Solvers::Linear::Traits< Matrix >::VectorViewType |