Searched refs:view_connectivity (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 1380 PetscBool view_connectivity = PETSC_FALSE; in DMPlexCGNS_MatchCGNSFacesToPlexFaces() local 1381 …PetscOptionsGetBool(NULL, NULL, "-dm_plex_cgns_view_face_connectivity", &view_connectivity, NULL)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces() 1382 if (view_connectivity) { in DMPlexCGNS_MatchCGNSFacesToPlexFaces() 1823 PetscBool view_connectivity = PETSC_FALSE; in DMPlexCreateCGNS_Internal_Parallel() local 1824 …PetscOptionsGetBool(NULL, NULL, "-dm_plex_cgns_view_face_connectivity", &view_connectivity, NULL)); in DMPlexCreateCGNS_Internal_Parallel() 1825 if (view_connectivity) PetscCall(PetscSectionArrayView(connSection, conn, PETSC_INT, NULL)); in DMPlexCreateCGNS_Internal_Parallel()
|