Searched refs:ts_nrl (Results 1 – 1 of 1) sorted by relevance
225 TS ts_nrl = (TS)ctx->data; in Monitor() local299 if (n_cm3[NUM_TEMPS / 2 - 1] < 0 && ts_nrl) { in Monitor()300 PetscCall(TSDestroy(&ts_nrl)); in Monitor()303 } else if (ts_nrl) { in Monitor()309 PetscCall(TSGetSolution(ts_nrl, &U)); in Monitor()319 PetscCall(TSSetTimeStep(ts_nrl, dt_real)); in Monitor()320 PetscCall(TSSetMaxSteps(ts_nrl, stepi + 1)); // next step in Monitor()321 PetscCall(TSSolve(ts_nrl, NULL)); in Monitor()332 TS ts, ts_nrl = NULL; in main() local409 ts_nrl = (TS)ctx->data; in main()[all …]