Searched refs:connDistSize (Results 1 – 1 of 1) sorted by relevance
1361 PetscInt connDistSize; in DMPlexCGNS_MatchCGNSFacesToPlexFaces() local1369 PetscCall(PetscSectionGetStorageSize(connDistSection, &connDistSize)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()1370 for (PetscInt v = 0; v < connDistSize; v++) { in DMPlexCGNS_MatchCGNSFacesToPlexFaces()