46 #ifndef _PEXSI_SUPERLUGRID_HPP_
47 #define _PEXSI_SUPERLUGRID_HPP_
62 class ComplexGridInfo;
71 void GridInit( MPI_Comm comm, Int nprow, Int npcol );
83 void GridInit( MPI_Comm comm, Int nprow, Int npcol );
97 SuperLUGrid( MPI_Comm comm,
int nprow,
int npcol ){};
107 SuperLUGrid( MPI_Comm comm,
int nprow,
int npcol );
117 SuperLUGrid( MPI_Comm comm,
int nprow,
int npcol );
126 #endif //_PEXSI_SUPERLUGRID_HPP_
Implementation of SuperLU processor grid.
Definition: superlu_dist_internal_real.cpp:65
Definition: SuperLUGrid.hpp:76
Definition: SuperLUGrid.hpp:64
RealGridData * ptrData
SuperLUMatrix can have access to the grid information.
Definition: SuperLUGrid.hpp:105
Definition: superlu_dist_internal_complex.cpp:67
void * ptrData
SuperLUMatrix can have access to the grid information.
Definition: SuperLUGrid.hpp:95
ComplexGridData * ptrData
SuperLUMatrix can have access to the grid information.
Definition: SuperLUGrid.hpp:115
A thin interface for the gridinfo_t structure in SuperLU.
Definition: SuperLUGrid.hpp:92