Searched refs:maxRanksPerVert (Results 1 – 1 of 1) sorted by relevance
1210 PetscInt maxRanksPerVert; in DMPlexCGNS_MatchCGNSFacesToPlexFaces() local1216 PetscCall(PetscSectionGetMaxDof(fvert2mvertSection, &maxRanksPerVert)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()1217 PetscCall(PetscMalloc1(maxRanksPerVert, &face_ranks)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()