Home
last modified time | relevance | path

Searched refs:customView (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/tests/
H A Dex18.c206 PetscBool customView; /* Show results of DMPlexIsInterpolated() etc. */ member
261 options->customView = PETSC_FALSE; in ProcessOptions()
287 …ol("-custom_view", "Custom DMPlex view", "ex18.c", options->customView, &options->customView, NULL… in ProcessOptions()
757 if (user->customView) PetscCall(CustomView(*dm, PETSC_VIEWER_STDOUT_(comm))); in CreateMesh()
813 if (user->customView) PetscCall(CustomView(*dm, PETSC_VIEWER_STDOUT_(comm))); in CreateMesh()