Home
last modified time | relevance | path

Searched refs:rhs_recvcounts (Results 1 – 3 of 3) sorted by relevance

/dports/science/PETSc/petsc-3.14.1/src/mat/impls/aij/mpi/mumps/
H A Dmumps.c166 PetscMPIInt *rhs_recvcounts,*rhs_disps; member
1003 ierr = PetscFree3(mumps->rhs_nrow,mumps->rhs_recvcounts,mumps->rhs_disps);CHKERRQ(ierr); in MatDestroy_MUMPS()
1062 …ierr = PetscMalloc3(ompsize,&mumps->rhs_nrow,ompsize,&mumps->rhs_recvcounts,ompsize,&mumps->rhs_di… in MatMumpsSetUpDistRHSInfo()
1093 …mpsize; j++) {ierr = PetscMPIIntCast(mumps->rhs_nrow[j]*nrhs,&mumps->rhs_recvcounts[j]);CHKERRQ(ie… in MatMumpsSetUpDistRHSInfo()
1096 mumps->rhs_disps[j] = mumps->rhs_disps[j-1] + mumps->rhs_recvcounts[j-1]; in MatMumpsSetUpDistRHSInfo()
1103 …ierr = MPI_Gatherv(array,sendcount,MPIU_SCALAR,recvbuf,mumps->rhs_recvcounts,mumps->rhs_disps,MPIU… in MatMumpsSetUpDistRHSInfo()
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS35511 PetscMPIInt *rhs_recvcounts,rhs_recvcounts166,6285
35512 PetscMPIInt *rhs_recvcounts,*rhs_disps;rhs_disps166,6285
H A DCTAGS76794 rhs_disps src/mat/impls/aij/mpi/mumps/mumps.c /^ PetscMPIInt *rhs_recvcounts,*rhs_disps;$/;" m …
76803 rhs_recvcounts src/mat/impls/aij/mpi/mumps/mumps.c /^ PetscMPIInt *rhs_recvcounts,*rhs_disps;$/…