GridType is the PSelInv way of defining the grid. More...
#include <pselinv.hpp>
Public Member Functions | |
GridType (MPI_Comm Bcomm, int nprow, int npcol) | |
Public Attributes | |
MPI_Comm | comm |
MPI_Comm | rowComm |
MPI_Comm | colComm |
Int | mpirank |
Int | mpisize |
Int | numProcRow |
Int | numProcCol |
GridType is the PSelInv way of defining the grid.
GridType should be consistent with the grid used by SuperLU.
NOTE: It is your responsibility to make sure that the SuperLUGrid and GridType used for SelInv are the same.