Searched defs:_n_TSMonitorLGCtx (Results 1 – 1 of 1) sorted by relevance
530 struct _n_TSMonitorLGCtx { struct531 PetscDrawLG lg;532 PetscBool semilogy;533 …etscInt howoften; /* when > 0 uses step % howoften, when negative only final solution plotted */534 PetscInt ksp_its, snes_its;535 char **names;536 char **displaynames;537 PetscInt ndisplayvariables;538 PetscInt *displayvariables;539 PetscReal *displayvalues;[all …]