Searched refs:enable_boundary (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexglvis.c | 460 PetscBool enable_mfem, enable_boundary, enable_ncmesh, view_ovl = PETSC_FALSE; in DMPlexView_GLVis_ASCII() local 543 enable_boundary = PETSC_FALSE; in DMPlexView_GLVis_ASCII() 550 …y", "Enable boundary section in mesh representation", NULL, enable_boundary, &enable_boundary, NUL… in DMPlexView_GLVis_ASCII() 557 if (enable_bmark) enable_boundary = PETSC_TRUE; in DMPlexView_GLVis_ASCII() 561 …PetscCheck(!enable_boundary || depth < 0 || dim == depth, PetscObjectComm((PetscObject)dm), PETSC_… in DMPlexView_GLVis_ASCII() 713 if (hovec && dim == 3) enable_boundary = PETSC_TRUE; in DMPlexView_GLVis_ASCII() 759 if (!enable_boundary) { in DMPlexView_GLVis_ASCII()
|