Home
last modified time | relevance | path

Searched refs:Nfd (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/tests/
H A Dex17.c86 PetscInt cdim, Np = 1, Nfd; in TestCustomLocation() local
108 PetscCall(PetscSFGetGraph(cellSF, NULL, &Nfd, &found, &cells)); in TestCustomLocation()
111 PetscCall(PetscSynchronizedPrintf(comm, "[%d] Found %" PetscInt_FMT " particles\n", rank, Nfd)); in TestCustomLocation()
112 for (PetscInt p = 0; p < Nfd; ++p) { in TestCustomLocation()