Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex30.c890 PetscBool test_restart; member
932 options->test_restart = PETSC_FALSE; in ProcessOptions()
960 …est_restart", "test restarting files", __FILE__, options->test_restart, &options->test_restart, NU… in ProcessOptions()
961 if (!options->test_restart) { in ProcessOptions()
2186 if (ctx->test_restart) PetscFunctionReturn(PETSC_SUCCESS); in PostStage()
2250 if (ctx->test_restart) { in Run()
2289 if (!ctx->test_restart) PetscCall(PetscLogStagePush(SetupStage)); in Run()
2297 if (ctx->test_restart) { in Run()
2310 if (ctx->test_restart) PetscCall(TSSetMaxSteps(ts, 1)); in Run()
2313 if (!ctx->test_restart) PetscCall(TSMonitorSet(ts, Monitor, NULL, NULL)); in Run()
[all …]