Home
last modified time | relevance | path

Searched defs:nprow (Results 1 – 3 of 3) sorted by relevance

/petsc/include/petsc/private/
H A Dpetscscalapack.h8 PetscBLASInt nprow, npcol; /* number of process rows and columns */ member
/petsc/src/mat/impls/aij/mpi/superlu_dist/
H A Dsuperlu_dist.c93 int_t nprow, npcol, *row, *col; member
/petsc/src/mat/impls/scalapack/
H A Dmatscalapack.c1780 PetscBLASInt nprow, npcol, myrow, mycol; in MatCreate_ScaLAPACK() local