Searched refs:lilocal (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/is/sf/interface/ |
| H A D | sf.c | 2245 PetscInt i, j, nroots, nleaves, lnleaves, *lilocal; in PetscSFCreateLocalSF_Private() local 2265 PetscCall(PetscMalloc1(lnleaves, &lilocal)); in PetscSFCreateLocalSF_Private() 2271 lilocal[j] = ilocal ? ilocal[i] : i; /* ilocal=NULL for contiguous storage */ in PetscSFCreateLocalSF_Private() 2279 …PetscCall(PetscSFSetGraph(lsf, nroots, lnleaves, lilocal, PETSC_OWN_POINTER, liremote, PETSC_OWN_P… in PetscSFCreateLocalSF_Private()
|