Home
last modified time | relevance | path

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

/petsc/src/vec/is/utils/ftn-custom/
H A Dzisltogf.c29 …calToGlobalMapping *mapping, PetscInt *size, PetscInt *procs, PetscInt *numprocs, PetscInt *indice… in islocaltoglobalmappinggetinfo_() argument
38 *ierr = PetscArraycpy(numprocs, snumprocs, *size); in islocaltoglobalmappinggetinfo_()
41 for (j = 0; j < numprocs[i]; j++) indices[i + (*size) * j] = sindices[i][j]; in islocaltoglobalmappinggetinfo_()
/petsc/src/vec/is/utils/
H A Disltog.c1102 …lToGlobalMapping mapping, PetscInt *nproc, PetscInt *procs[], PetscInt *numprocs[], PetscInt **ind… in ISLocalToGlobalMappingGetBlockInfo() argument
1109 if (numprocs) *numprocs = mapping->info_numprocs; in ISLocalToGlobalMappingGetBlockInfo()
1403 …lToGlobalMapping mapping, PetscInt *nproc, PetscInt *procs[], PetscInt *numprocs[], PetscInt **ind… in ISLocalToGlobalMappingRestoreBlockInfo() argument
1409 if (numprocs) *numprocs = NULL; in ISLocalToGlobalMappingRestoreBlockInfo()
1441 …lToGlobalMapping mapping, PetscInt *nproc, PetscInt *procs[], PetscInt *numprocs[], PetscInt **ind… in ISLocalToGlobalMappingGetInfo() argument
1451 if (numprocs) PetscCall(PetscCalloc1(n, numprocs)); in ISLocalToGlobalMappingGetInfo()
1452 if (indices || numprocs) { in ISLocalToGlobalMappingGetInfo()
1460 if (numprocs) (*numprocs)[i] = bnumprocs[i] * bs; in ISLocalToGlobalMappingGetInfo()
1464 if (numprocs) *numprocs = bnumprocs; in ISLocalToGlobalMappingGetInfo()
1489 …lToGlobalMapping mapping, PetscInt *nproc, PetscInt *procs[], PetscInt *numprocs[], PetscInt **ind… in ISLocalToGlobalMappingRestoreInfo() argument
[all …]
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DIS.pyx1428 cdef PetscInt *numprocs = NULL, **indices = NULL
1431 self.lgm, &nproc, &procs, &numprocs, &indices))
1434 neighs[toInt(procs[i])] = array_i(numprocs[i], indices[i])
1437 self.lgm, &nproc, &procs, &numprocs, &indices)
1457 cdef PetscInt *numprocs = NULL, **indices = NULL
1460 self.lgm, &nproc, &procs, &numprocs, &indices))
1463 neighs[toInt(procs[i])] = array_i(numprocs[i], indices[i])
1466 self.lgm, &nproc, &procs, &numprocs, &indices)