Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/hamiltonian/
H A Dex2.c120 PetscBool initial_monitor; // Flag to monitor the initial conditions member
172 options->initial_monitor = PETSC_FALSE; in ProcessOptions()
220 … show initial condition histograms", "ex2.c", options->initial_monitor, &options->initial_monitor,… in ProcessOptions()
264 if (ctx->initial_monitor) { in SetupContext()
2424 if (ctx.initial_monitor) PetscCall(TSMonitorSet(ts, MonitorInitialConditions, &ctx, NULL)); in main()
H A Dex4.c158 PetscBool initial_monitor; // Flag to monitor the initial conditions member
232 options->initial_monitor = PETSC_FALSE; in ProcessOptions()
298 …show initial condition histograms", __FILE__, options->initial_monitor, &options->initial_monitor,… in ProcessOptions()
349 if (ctx->initial_monitor) { in SetupContext()
3028 if (ctx.initial_monitor) PetscCall(TSMonitorSet(ts, MonitorInitialConditions, &ctx, NULL)); in main()