Home
last modified time | relevance | path

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

/petsc/src/sys/tests/
H A Dex68.c12 PetscBool main_visible = PETSC_FALSE; in main() local
26 …in_visible", "The logging visibility of the main stage", NULL, main_visible, &main_visible, NULL)); in main()
53 PetscCall(PetscLogStageSetVisible(main_stage, main_visible)); in main()
61 …PetscCheck(main_visible == get_main_visible, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Get/Set stage visib… in main()