Home
last modified time | relevance | path

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

/honee/src/
H A Dsmartsim_weak.c17 …rorCode TSMonitor_SGS_DD_Training(TS ts, PetscInt step_num, PetscReal solution_time, Vec Q, void *…
20 …e TSMonitor_SmartSimSolutionSetup(TS ts, PetscInt step_num, PetscReal solution_time, Vec Q, void *…
21 …orCode TSMonitor_SmartSimSolution(TS ts, PetscInt step_num, PetscReal solution_time, Vec Q, void *…
H A Dmonitor_cfl.c138 PetscErrorCode TSMonitor_Cfl(TS ts, PetscInt step, PetscReal solution_time, Vec Q, PetscViewerAndFo… in TSMonitor_Cfl() argument
151 PetscCall(UpdateBoundaryValues(honee, honee->Q_loc, solution_time)); in TSMonitor_Cfl()
195 … PetscCall(PetscViewerASCIIPrintf(ctx->viewer, "%" PetscInt_FMT ",%0.17e,", step, solution_time)); in TSMonitor_Cfl()
H A Dhonee-file.c61 …nitialCondition(const char filename[], PetscInt *solution_steps, PetscReal *solution_time, Vec Q) { in HoneeLoadInitialCondition() argument
73 PetscCall(HoneeLoadBinaryVec(viewer, Q, solution_time, solution_steps)); in HoneeLoadInitialCondition()
92 PetscCall(PetscViewerCGNSGetSolutionTime(viewer, solution_time, &set)); in HoneeLoadInitialCondition()
H A Dmonitor_totalkineticenergy.c132 PetscErrorCode TSMonitor_TotalKineticEnergy(TS ts, PetscInt step, PetscReal solution_time, Vec Q, P… in TSMonitor_TotalKineticEnergy() argument
147 PetscCall(UpdateBoundaryValues(honee, honee->Q_loc, solution_time)); in TSMonitor_TotalKineticEnergy()
202 … PetscCall(PetscViewerASCIIPrintf(ctx->viewer, "%" PetscInt_FMT ",%0.17e,", step, solution_time)); in TSMonitor_TotalKineticEnergy()
H A Ddifferential_filter.c306 …lFilterApply(Honee honee, DiffFilterData diff_filter, const PetscReal solution_time, const Vec Q, … in DifferentialFilterApply() argument
313 PetscCall(UpdateBoundaryValues(honee, diff_filter->op_rhs_ctx->X_loc, solution_time)); in DifferentialFilterApply()
342 PetscErrorCode TSMonitor_DifferentialFilter(TS ts, PetscInt steps, PetscReal solution_time, Vec Q, … in TSMonitor_DifferentialFilter() argument
351 PetscCall(DifferentialFilterApply(honee, diff_filter, solution_time, Q, Filtered_Field)); in TSMonitor_DifferentialFilter()
/honee/include/
H A Dspanstats.h38 …e SpanwiseStatisticsCollect(Honee honee, SpanStatsCtx spanstats, PetscScalar solution_time, Vec Q);
42 …Monitor_SpanwiseStatisticsTurbulence(TS ts, PetscInt steps, PetscReal solution_time, Vec Q, PetscV…
45 PetscErrorCode TSMonitor_SpanwiseStatisticsCflPe(TS ts, PetscInt steps, PetscReal solution_time, Ve…
H A Dsmartsim.h8 PetscErrorCode TSMonitor_SGS_DD_Training(TS ts, PetscInt step_num, PetscReal solution_time, Vec Q, …
12 PetscErrorCode TSMonitor_SmartSimSolution(TS ts, PetscInt step_num, PetscReal solution_time, Vec Q,…
H A Ddifferential_filter.h23 …lFilterApply(Honee honee, DiffFilterData diff_filter, const PetscReal solution_time, const Vec Q, …
26 PetscErrorCode TSMonitor_DifferentialFilter(TS ts, PetscInt steps, PetscReal solution_time, Vec Q, …
H A Dhonee-file.h15 …InitialCondition(const char filename[], PetscInt *solution_steps, PetscReal *solution_time, Vec Q);
H A Dnavierstokes.h356 PetscErrorCode TSMonitor_TotalKineticEnergy(TS ts, PetscInt steps, PetscReal solution_time, Vec Q, …
359 PetscErrorCode TSMonitor_Cfl(TS ts, PetscInt step, PetscReal solution_time, Vec Q, PetscViewerAndFo…
/honee/src/spanstats/
H A Dcflpe.c103 …rDouble(collect_qfctx, "solution time", offsetof(struct CflPe_SpanStatsContext_, solution_time), 1, in CreateStatisticCollectionOperator()
186 PetscErrorCode TSMonitor_SpanwiseStatisticsCflPe(TS ts, PetscInt steps, PetscReal solution_time, Ve… in TSMonitor_SpanwiseStatisticsCflPe() argument
205 PetscCall(SpanwiseStatisticsCollect(honee, spanstats, solution_time, Q)); in TSMonitor_SpanwiseStatisticsCflPe()
208 PetscCall(DMSetOutputSequenceNumber(spanstats->dm, steps, solution_time)); in TSMonitor_SpanwiseStatisticsCflPe()
228 …filename, spanstats->initial_solution_time / second, solution_time / second, spanstats->initial_so… in TSMonitor_SpanwiseStatisticsCflPe()
232 …spanstats->prefix, spanstats->initial_solution_time / second, solution_time / second, spanstats->i… in TSMonitor_SpanwiseStatisticsCflPe()
H A Dturbulence.c67 … offsetof(struct Turbulence_SpanStatsContext_, solution_time), 1, "Current solution time")); in CreateStatisticCollectionOperator()
209 …Monitor_SpanwiseStatisticsTurbulence(TS ts, PetscInt steps, PetscReal solution_time, Vec Q, PetscV… in TSMonitor_SpanwiseStatisticsTurbulence() argument
225 PetscCall(SpanwiseStatisticsCollect(honee, spanstats, solution_time, Q)); in TSMonitor_SpanwiseStatisticsTurbulence()
228 PetscCall(DMSetOutputSequenceNumber(spanstats->dm, steps, solution_time)); in TSMonitor_SpanwiseStatisticsTurbulence()
248 … filename, spanstats->initial_solution_time / second, solution_time / second, in TSMonitor_SpanwiseStatisticsTurbulence()
253 …spanstats->prefix, spanstats->initial_solution_time / second, solution_time / second, spanstats->i… in TSMonitor_SpanwiseStatisticsTurbulence()
H A Dspanstats.c404 … SpanwiseStatisticsCollect(Honee honee, SpanStatsCtx spanstats, PetscScalar solution_time, Vec Q) { in SpanwiseStatisticsCollect() argument
411 PetscCall(UpdateBoundaryValues(honee, honee->Q_loc, solution_time)); in SpanwiseStatisticsCollect()
412 …ontextDouble(spanstats->op_stats_collect_ctx->op, spanstats->solution_time_label, &solution_time)); in SpanwiseStatisticsCollect()
416 …ontextDouble(spanstats->op_stats_collect_ctx->op, spanstats->previous_time_label, &solution_time)); in SpanwiseStatisticsCollect()
453 PetscReal solution_time; in SpanwiseStatisticsProcess() local
454 PetscCall(DMGetOutputSequenceNumber(spanstats->dm, NULL, &solution_time)); in SpanwiseStatisticsProcess()
455 PetscReal summing_duration = solution_time - honee->app_ctx->cont_time; in SpanwiseStatisticsProcess()
/honee/src/smartsim/
H A Dsolution.c46 PetscErrorCode TSMonitor_SmartSimSolution(TS ts, PetscInt step_num, PetscReal solution_time, Vec Q,… in TSMonitor_SmartSimSolution() argument
65 PetscCall(UpdateBoundaryValues(honee, honee->Q_loc, solution_time)); in TSMonitor_SmartSimSolution()
93 …PetscCallSmartRedis(add_meta_scalar(dataset, "time", 4, (void *)&solution_time, SRMetadataTypeDoub… in TSMonitor_SmartSimSolution()
H A Dsgs_dd_training.c291 PetscErrorCode TSMonitor_SGS_DD_Training(TS ts, PetscInt step_num, PetscReal solution_time, Vec Q, … in TSMonitor_SGS_DD_Training() argument
328 …PetscCall(DifferentialFilterApply(honee, sgs_dd_train->diff_filter, solution_time, Q, FilteredFiel… in TSMonitor_SGS_DD_Training()
/honee/qfunctions/spanstats/
H A Dcflpe.h11 CeedScalar solution_time; member
26 CeedScalar delta_t = context->solution_time - context->previous_time; in ChildStatsCollection_CflPe()
H A Dturbulence.h36 CeedScalar solution_time; member
48 CeedScalar delta_t = context->solution_time - context->previous_time; in ChildStatsCollection()