Searched refs:newilocal (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/is/sf/interface/ |
| H A D | sf.c | 671 PetscInt i, nroots, nleaves, maxlocal, count, *newilocal; in PetscSFCreateInverseSF() local 699 if (count == nroots) newilocal = NULL; in PetscSFCreateInverseSF() 701 PetscCall(PetscMalloc1(count, &newilocal)); in PetscSFCreateInverseSF() 704 newilocal[count] = i; in PetscSFCreateInverseSF() 713 …PetscCall(PetscSFSetGraph(*isf, maxlocal, count, newilocal, PETSC_OWN_POINTER, roots, PETSC_COPY_V… in PetscSFCreateInverseSF()
|