Home
last modified time | relevance | path

Searched refs:nmaps (Results 1 – 2 of 2) sorted by relevance

/petsc/src/vec/is/utils/
H A Disltog.c457 PetscInt tr[3], nold = mapping->n, *sizes, nmaps = PETSC_DECIDE, st = 0; in ISLocalToGlobalMappingLoad() local
467 PetscCall(PetscSplitOwnership(comm, &nmaps, &tr[2])); in ISLocalToGlobalMappingLoad()
468 PetscCallMPI(MPI_Exscan(&nmaps, &st, 1, MPIU_INT, MPI_SUM, comm)); in ISLocalToGlobalMappingLoad()
470 for (PetscInt i = st; i < st + nmaps; i++) mapping->n += sizes[i]; in ISLocalToGlobalMappingLoad()
/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c946 …PetscLayoutFindOwnerIndex_CGNSSectionLayouts(PetscLayout maps[], PetscInt nmaps, PetscInt idx, Pet… in PetscLayoutFindOwnerIndex_CGNSSectionLayouts() argument
949 for (PetscInt m = 0; m < nmaps; m++) { in PetscLayoutFindOwnerIndex_CGNSSectionLayouts()