Lines Matching full:ts
108 "Current timestep taken by TS")); in CreateStatisticCollectionOperator()
147 PetscErrorCode SpanwiseStatisticsSetup_CflPe(TS ts, PetscViewerAndFormat *ctx) { in SpanwiseStatisticsSetup_CflPe() argument
155 PetscCall(TSGetApplicationContext(ts, &honee)); in SpanwiseStatisticsSetup_CflPe()
157 …cii || honee->app_ctx->test_type != TESTTYPE_NONE, PetscObjectComm((PetscObject)ts), PETSC_ERR_SUP, in SpanwiseStatisticsSetup_CflPe()
181 PetscCall(SpanwiseStatisticsSetupFinalize(ts, honee, spanstats, ctx, &stats_setup_data)); in SpanwiseStatisticsSetup_CflPe()
186 PetscErrorCode TSMonitor_SpanwiseStatisticsCflPe(TS ts, PetscInt steps, PetscReal solution_time, Ve… in TSMonitor_SpanwiseStatisticsCflPe() argument
195 PetscCall(TSGetApplicationContext(ts, &honee)); in TSMonitor_SpanwiseStatisticsCflPe()
196 PetscCall(TSGetConvergedReason(ts, &reason)); in TSMonitor_SpanwiseStatisticsCflPe()
203 PetscCall(TSGetTimeStep(ts, ×tep)); in TSMonitor_SpanwiseStatisticsCflPe()
218 PetscViewer viewer = PETSC_VIEWER_STDOUT_(PetscObjectComm((PetscObject)ts)); in TSMonitor_SpanwiseStatisticsCflPe()
223 PetscCall(PetscObjectGetTabLevel((PetscObject)ts, &tab_level)); in TSMonitor_SpanwiseStatisticsCflPe()