Lines Matching refs:remoteOffsets

238 …scSFDistributeSection(PetscSF sf, PetscSection rootSection, PetscInt *remoteOffsets[], PetscSectio…  in PetscSFDistributeSection()  argument
249 if (remoteOffsets) PetscAssertPointer(remoteOffsets, 3); in PetscSFDistributeSection()
332 if (remoteOffsets) { in PetscSFDistributeSection()
333 PetscCall(PetscMalloc1(lpEnd - lpStart, remoteOffsets)); in PetscSFDistributeSection()
334 …sOffset(rootSection->atlasOff, -rpStart), PetscSafePointerPlusOffset(*remoteOffsets, -lpStart), MP… in PetscSFDistributeSection()
335 …sOffset(rootSection->atlasOff, -rpStart), PetscSafePointerPlusOffset(*remoteOffsets, -lpStart), MP… in PetscSFDistributeSection()
393 …eOffsets(PetscSF sf, PetscSection rootSection, PetscSection leafSection, PetscInt *remoteOffsets[]) in PetscSFCreateRemoteOffsets() argument
404 PetscAssertPointer(remoteOffsets, 4); in PetscSFCreateRemoteOffsets()
405 *remoteOffsets = NULL; in PetscSFCreateRemoteOffsets()
416 PetscCall(PetscCalloc1(lpEnd - lpStart, remoteOffsets)); in PetscSFCreateRemoteOffsets()
417 …sOffset(rootSection->atlasOff, -rpStart), PetscSafePointerPlusOffset(*remoteOffsets, -lpStart), MP… in PetscSFCreateRemoteOffsets()
418 …sOffset(rootSection->atlasOff, -rpStart), PetscSafePointerPlusOffset(*remoteOffsets, -lpStart), MP… in PetscSFCreateRemoteOffsets()
445 PetscErrorCode PetscSFCreateSectionSF(PetscSF sf, PetscSection rootSection, PetscInt remoteOffsets[… in PetscSFCreateSectionSF() argument
486 PetscInt remoteOffset = remoteOffsets[localPoint - lpStart]; in PetscSFCreateSectionSF()