Home
last modified time | relevance | path

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

/petsc/src/ts/interface/
H A Dtsmon.c79 char interval_key[1024]; in TSMonitorSetFromOptions() local
81 PetscCall(PetscSNPrintf(interval_key, sizeof interval_key, "%s_interval", name)); in TSMonitorSetFromOptions()
84 …cOptionsGetInt(((PetscObject)ts)->options, ((PetscObject)ts)->prefix, interval_key, &vf->view_inte… in TSMonitorSetFromOptions()
/petsc/src/tao/interface/
H A Dtaosolver.c374 char interval_key[1024]; in TaoMonitorSetFromOptions() local
376 PetscCall(PetscSNPrintf(interval_key, sizeof interval_key, "%s_interval", name)); in TaoMonitorSetFromOptions()
379 …ptionsGetInt(((PetscObject)tao)->options, ((PetscObject)tao)->prefix, interval_key, &vf->view_inte… in TaoMonitorSetFromOptions()