Searched refs:NpA (Results 1 – 1 of 1) sorted by relevance
4496 PetscInt pStartA, pEndA, pStartB, pEndB, NpA, NpB; in DMGetEnclosureRelation() local4518 NpA = pEndA - pStartA; 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()