Home
last modified time | relevance | path

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

/petsc/src/ts/interface/
H A Dtseig.c8 PetscBool computeexplicitly; member
69 (*ctx)->computeexplicitly = PETSC_FALSE; in TSMonitorSPEigCtxCreate()
71 …etscOptionsGetBool(NULL, NULL, "-ts_monitor_sp_eig_explicitly", &(*ctx)->computeexplicitly, NULL)); in TSMonitorSPEigCtxCreate()
141 if (ctx->computeexplicitly) { in TSMonitorSPEig()