Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex45.c28 PetscBool expTS; /* Flag for explicit timestepping */ member
206 options->expTS = PETSC_FALSE; in ProcessOptions()
214 …nsBool("-explicit", "Use explicit timestepping", "ex45.c", options->expTS, &options->expTS, NULL)); in ProcessOptions()
308 if (ctx->expTS) { in SetupDiscretization()
465 if (ctx.expTS) { in main()
492 if (ctx.expTS) PetscCall(DMTSDestroyRHSMassMatrix(dm)); in main()