Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexfem.c5384 const PetscInt *scells; in DMPlexComputeResidualByKey() local
5392 PetscCall(DMPlexGetSupport(dm, face, &scells)); in DMPlexComputeResidualByKey()
5393 PetscCall(DMLabelGetValue(ghostLabel, scells[0], &ghost)); in DMPlexComputeResidualByKey()
5394 if (ghost <= 0) PetscCall(DMPlexPointLocalFieldRef(dm, scells[0], f, fa, &fL)); in DMPlexComputeResidualByKey()
5395 PetscCall(DMLabelGetValue(ghostLabel, scells[1], &ghost)); in DMPlexComputeResidualByKey()
5396 if (ghost <= 0) PetscCall(DMPlexPointLocalFieldRef(dm, scells[1], f, fa, &fR)); in DMPlexComputeResidualByKey()