Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c4496 PetscInt pStartA, pEndA, pStartB, pEndB, NpA, NpB; in DMGetEnclosureRelation() local
4519 NpB = pEndB - pStartB; in DMGetEnclosureRelation()
4520 if (NpA == NpB) goto end; in DMGetEnclosureRelation()
4521 sdm = NpA > NpB ? plexB : plexA; /* The other is the original, enclosing dm */ in DMGetEnclosureRelation()
4525 if (NpA > NpB) { in DMGetEnclosureRelation()