Searched refs:num_leaves_old (Results 1 – 1 of 1) sorted by relevance
1466 PetscInt num_leaves_old, n = 0; in DMPlexCGNS_MatchCGNSFacesToPlexFaces() local1467 … PetscCall(PetscSFGetGraph(*cg2plexSF, &num_roots, &num_leaves_old, NULL, &iremote_cg2plex_old)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()1469 …PetscAssert(num_leaves_old == numfdist, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Inconsistent leaves and … in DMPlexCGNS_MatchCGNSFacesToPlexFaces()1470 for (PetscInt o = 0; o < num_leaves_old; o++) { in DMPlexCGNS_MatchCGNSFacesToPlexFaces()