Lines Matching refs:Nl
110 PetscInt Nl; in DMPlexCreateGlobalToNaturalSF() local
115 PetscCall(PetscSFGetGraph(sfMigration, NULL, &Nl, &leaves, NULL)); in DMPlexCreateGlobalToNaturalSF()
124 PetscCall(PetscMalloc3(ssize, &spoints, Nl, &sortleaves, Nl, &indices)); in DMPlexCreateGlobalToNaturalSF()
125 for (p = 0; p < Nl; ++p) { in DMPlexCreateGlobalToNaturalSF()
129 PetscCall(PetscSortIntWithArray(Nl, sortleaves, indices)); in DMPlexCreateGlobalToNaturalSF()
136 PetscCall(PetscFindInt(p, Nl, sortleaves, &loc)); in DMPlexCreateGlobalToNaturalSF()
310 PetscInt Nl, n; in DMPlexGlobalToNaturalBegin() local
312 PetscCall(PetscSFGetGraph(dm->sfNatural, NULL, &Nl, NULL, NULL)); in DMPlexGlobalToNaturalBegin()
314 …eck(n == Nl, comm, PETSC_ERR_ARG_INCOMP, "Natural vector local size %" PetscInt_FMT " != %" PetscI… in DMPlexGlobalToNaturalBegin()
317 PetscCall(PetscSectionGetConstrainedStorageSize(gs, &Nl)); in DMPlexGlobalToNaturalBegin()
319 …heck(n == Nl, comm, PETSC_ERR_ARG_INCOMP, "Global vector local size %" PetscInt_FMT " != %" PetscI… in DMPlexGlobalToNaturalBegin()