| /honee/src/ |
| H A D | smartsim_weak.c | 17 …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 D | monitor_cfl.c | 138 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 D | honee-file.c | 61 …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 D | monitor_totalkineticenergy.c | 132 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 D | differential_filter.c | 306 …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 D | spanstats.h | 38 …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 D | smartsim.h | 8 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 D | differential_filter.h | 23 …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 D | honee-file.h | 15 …InitialCondition(const char filename[], PetscInt *solution_steps, PetscReal *solution_time, Vec Q);
|
| H A D | navierstokes.h | 356 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 D | cflpe.c | 103 …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 D | turbulence.c | 67 … 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 D | spanstats.c | 404 … 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 D | solution.c | 46 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 D | sgs_dd_training.c | 291 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 D | cflpe.h | 11 CeedScalar solution_time; member 26 CeedScalar delta_t = context->solution_time - context->previous_time; in ChildStatsCollection_CflPe()
|
| H A D | turbulence.h | 36 CeedScalar solution_time; member 48 CeedScalar delta_t = context->solution_time - context->previous_time; in ChildStatsCollection()
|