Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/network/
H A Dex1.c466 …ribute = PETSC_TRUE, flg, printCoord = PETSC_FALSE, viewCSV = PETSC_FALSE, monitorIt = PETSC_FALSE; in main() local
770 PetscCall(PetscOptionsGetBool(NULL, NULL, "-monitorIteration", &monitorIt, NULL)); in main()
773 if (user.monitorColor) monitorIt = PETSC_TRUE; /* require installation of pandas and matplotlib */ in main()
774 if (monitorIt) { in main()