Searched refs:ilocal_new (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/is/sf/interface/ |
| H A D | sf.c | 2455 PetscInt *ilocal_new; in PetscSFConcatenate() local 2561 ilocal_new = NULL; in PetscSFConcatenate() 2563 PetscCall(PetscMalloc1(nLeaves, &ilocal_new)); in PetscSFConcatenate() 2564 for (i = 0; i < nLeaves; i++) ilocal_new[i] = -1; in PetscSFConcatenate() 2567 PetscInt *ilocal_l = PetscSafePointerPlusOffset(ilocal_new, leafArrayOffsets[s]); in PetscSFConcatenate() 2618 …PetscCall(PetscSFSetGraph(*newsf, nRoots, nLeaves, ilocal_new, PETSC_OWN_POINTER, iremote_new, PET… in PetscSFConcatenate() 2622 …PetscCall(PetscSFSetGraphLayout(*newsf, glayout, nLeaves, ilocal_new, PETSC_OWN_POINTER, gremote)); in PetscSFConcatenate()
|