Lines Matching refs:remoteOffsets
75 PetscInt *spoints, *remoteOffsets; in DMPlexCreateGlobalToNaturalSF() local
100 PetscCall(PetscSFDistributeSection(sfMigration, section, &remoteOffsets, sectionDist)); in DMPlexCreateGlobalToNaturalSF()
149 PetscCall(PetscSFCreateSectionSF(sfEmbed, section, remoteOffsets, gLocSection, &sfField)); in DMPlexCreateGlobalToNaturalSF()
165 PetscCall(PetscFree(remoteOffsets)); in DMPlexCreateGlobalToNaturalSF()
198 PetscInt *remoteOffsets; in DMPlexMigrateGlobalToNaturalSF() local
243 PetscCall(PetscMalloc1(lpEnd - lpStart, &remoteOffsets)); in DMPlexMigrateGlobalToNaturalSF()
244 …set(oldGlobalSection->atlasOff, -rpStart), PetscSafePointerPlusOffset(remoteOffsets, -lpStart), MP… in DMPlexMigrateGlobalToNaturalSF()
245 …set(oldGlobalSection->atlasOff, -rpStart), PetscSafePointerPlusOffset(remoteOffsets, -lpStart), MP… in DMPlexMigrateGlobalToNaturalSF()
251 PetscCall(PetscIntView(lpEnd - lpStart, remoteOffsets, viewer)); in DMPlexMigrateGlobalToNaturalSF()
258 …PetscCall(PetscSFCreateSectionSF(sfMigration, oldGlobalSection, remoteOffsets, newGlobalSection, &… in DMPlexMigrateGlobalToNaturalSF()
273 PetscCall(PetscFree(remoteOffsets)); in DMPlexMigrateGlobalToNaturalSF()