| /honee/src/ |
| H A D | setupts.c | 30 PetscErrorCode RHS_NS(TS ts, PetscReal t, Vec Q, Vec G, void *user_data) { in RHS_NS() argument 42 PetscCall(TSGetTimeStep(ts, &dt)); in RHS_NS() 116 PetscErrorCode IFunction_NS(TS ts, PetscReal t, Vec Q, Vec Q_dot, Vec G, void *user_data) { in IFunction_NS() argument 130 PetscCall(TSGetTimeStep(ts, &dt)); in IFunction_NS() 169 PetscErrorCode FormIJacobian_NS(TS ts, PetscReal t, Vec Q, Vec Q_dot, PetscReal shift, Mat J, Mat J… in FormIJacobian_NS() argument 254 PetscErrorCode TSMonitor_WallForce(TS ts, PetscInt step_no, PetscReal time, Vec Q, void *ctx) { in TSMonitor_WallForce() argument 294 // User provided TS Monitor 295 PetscErrorCode TSMonitor_NS(TS ts, PetscInt step_no, PetscReal time, Vec Q, void *ctx) { in TSMonitor_NS() argument 309 PetscErrorCode TSPostStep_CheckStep(TS ts) { in TSPostStep_CheckStep() argument 316 PetscCall(TSGetApplicationContext(ts, &honee)); in TSPostStep_CheckStep() [all …]
|
| H A D | smartsim_weak.c | 17 SMARTSIM_WEAK(PetscErrorCode TSMonitor_SGS_DD_Training(TS ts, PetscInt step_num, PetscReal solution… 18 SMARTSIM_WEAK(PetscErrorCode TSPostStep_SGS_DD_Training(TS ts)) 20 SMARTSIM_WEAK(PetscErrorCode TSMonitor_SmartSimSolutionSetup(TS ts, PetscInt step_num, PetscReal so… 21 SMARTSIM_WEAK(PetscErrorCode TSMonitor_SmartSimSolution(TS ts, PetscInt step_num, PetscReal solutio…
|
| H A D | monitor_cfl.c | 26 PetscErrorCode SetupMontiorCfl(TS ts, PetscViewerAndFormat *ctx) { in SetupMontiorCfl() argument 42 …PetscCheck(is_ascii, PetscObjectComm((PetscObject)ts), PETSC_ERR_SUP, "Only supports ASCII viewers… in SetupMontiorCfl() 43 PetscCall(TSGetApplicationContext(ts, &honee)); in SetupMontiorCfl() 91 PetscCheck(qf_monitor, PetscObjectComm((PetscObject)ts), PETSC_ERR_SUP, in SetupMontiorCfl() 121 PetscCall(PetscObjectGetTabLevel((PetscObject)ts, &tab_level)); in SetupMontiorCfl() 138 PetscErrorCode TSMonitor_Cfl(TS ts, PetscInt step, PetscReal solution_time, Vec Q, PetscViewerAndFo… in TSMonitor_Cfl() argument 146 PetscCall(TSGetConvergedReason(ts, &reason)); in TSMonitor_Cfl() 148 PetscCall(TSGetApplicationContext(ts, &honee)); in TSMonitor_Cfl() 149 PetscCall(PetscObjectGetComm((PetscObject)ts, &comm)); in TSMonitor_Cfl() 160 PetscCall(TSGetTimeStep(ts, &dt)); in TSMonitor_Cfl()
|
| H A D | monitor_totalkineticenergy.c | 47 PetscErrorCode SetupMontiorTotalKineticEnergy(TS ts, PetscViewerAndFormat *ctx) { in SetupMontiorTotalKineticEnergy() argument 63 …PetscCheck(is_ascii, PetscObjectComm((PetscObject)ts), PETSC_ERR_SUP, "Only supports ASCII viewers… in SetupMontiorTotalKineticEnergy() 64 PetscCall(TSGetApplicationContext(ts, &honee)); in SetupMontiorTotalKineticEnergy() 115 PetscCall(PetscObjectGetTabLevel((PetscObject)ts, &tab_level)); in SetupMontiorTotalKineticEnergy() 132 PetscErrorCode TSMonitor_TotalKineticEnergy(TS ts, PetscInt step, PetscReal solution_time, Vec Q, P… in TSMonitor_TotalKineticEnergy() argument 141 PetscCall(TSGetConvergedReason(ts, &reason)); in TSMonitor_TotalKineticEnergy() 143 PetscCall(TSGetApplicationContext(ts, &honee)); in TSMonitor_TotalKineticEnergy() 144 PetscCall(PetscObjectGetComm((PetscObject)ts, &comm)); in TSMonitor_TotalKineticEnergy()
|
| H A D | misc.c | 150 PetscErrorCode PostProcess(TS ts, DM dm, ProblemData problem, Honee honee, Vec Q, PetscScalar final… in PostProcess() argument 161 PetscCall(TSGetStepNumber(ts, &steps)); in PostProcess() 162 PetscCall(TSGetConvergedReason(ts, &reason)); in PostProcess() 264 PetscErrorCode PrintRunInfo(Honee honee, Physics phys_ctx, ProblemData problem, TS ts) { in PrintRunInfo() argument 266 MPI_Comm comm = PetscObjectComm((PetscObject)ts); in PrintRunInfo() 318 PetscCall(TSGetIJacobian(ts, &Amat, &Pmat, &ijacob_function, NULL)); in PrintRunInfo()
|
| H A D | differential_filter.c | 328 PetscErrorCode TSMonitor_DifferentialFilterSetup(TS ts, PetscViewerAndFormat *ctx) { in TSMonitor_DifferentialFilterSetup() argument 333 PetscCall(TSGetApplicationContext(ts, &honee)); in TSMonitor_DifferentialFilterSetup() 342 PetscErrorCode TSMonitor_DifferentialFilter(TS ts, PetscInt steps, PetscReal solution_time, Vec Q, … in TSMonitor_DifferentialFilter() argument 348 PetscCall(TSGetApplicationContext(ts, &honee)); in TSMonitor_DifferentialFilter()
|
| /honee/include/ |
| H A D | spanstats.h | 35 PetscErrorCode SpanwiseStatisticsSetupFinalize(TS ts, Honee honee, SpanStatsCtx spanstats, PetscVie… 41 PetscErrorCode SpanwiseStatisticsSetup_Turbulence(TS ts, PetscViewerAndFormat *ctx); 42 PetscErrorCode TSMonitor_SpanwiseStatisticsTurbulence(TS ts, PetscInt steps, PetscReal solution_tim… 44 PetscErrorCode SpanwiseStatisticsSetup_CflPe(TS ts, PetscViewerAndFormat *ctx); 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, … 9 PetscErrorCode TSPostStep_SGS_DD_Training(TS ts); 11 PetscErrorCode TSMonitor_SmartSimSolutionSetup(TS ts, PetscViewerAndFormat *ctx); 12 PetscErrorCode TSMonitor_SmartSimSolution(TS ts, PetscInt step_num, PetscReal solution_time, Vec Q,…
|
| H A D | differential_filter.h | 25 PetscErrorCode TSMonitor_DifferentialFilterSetup(TS ts, PetscViewerAndFormat *ctx); 26 PetscErrorCode TSMonitor_DifferentialFilter(TS ts, PetscInt steps, PetscReal solution_time, Vec Q, …
|
| H A D | navierstokes.h | 267 PetscErrorCode PrintRunInfo(Honee honee, Physics phys_ctx, ProblemData problem, TS ts); 287 …onee honee, AppCtx app_ctx, Physics phys, ProblemData problem, Vec Q, PetscScalar *f_time, TS *ts); 316 PetscErrorCode PostProcess(TS ts, DM dm, ProblemData problem, Honee honee, Vec Q, PetscScalar final… 355 PetscErrorCode SetupMontiorTotalKineticEnergy(TS ts, PetscViewerAndFormat *ctx); 356 PetscErrorCode TSMonitor_TotalKineticEnergy(TS ts, PetscInt steps, PetscReal solution_time, Vec Q, … 358 PetscErrorCode SetupMontiorCfl(TS ts, PetscViewerAndFormat *ctx); 359 PetscErrorCode TSMonitor_Cfl(TS ts, PetscInt step, PetscReal solution_time, Vec Q, PetscViewerAndFo…
|
| /honee/src/smartsim/ |
| H A D | solution.c | 13 PetscErrorCode TSMonitor_SmartSimSolutionSetup(TS ts, PetscViewerAndFormat *ctx) { in TSMonitor_SmartSimSolutionSetup() argument 16 MPI_Comm comm = PetscObjectComm((PetscObject)ts); in TSMonitor_SmartSimSolutionSetup() 19 PetscCall(TSGetApplicationContext(ts, &honee)); in TSMonitor_SmartSimSolutionSetup() 33 PetscCall(TSGetDM(ts, &dm)); in TSMonitor_SmartSimSolutionSetup() 46 PetscErrorCode TSMonitor_SmartSimSolution(TS ts, PetscInt step_num, PetscReal solution_time, Vec Q,… in TSMonitor_SmartSimSolution() argument 55 PetscCall(TSGetApplicationContext(ts, &honee)); in TSMonitor_SmartSimSolution() 61 PetscCall(TSGetDM(ts, &dm)); 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 390 PetscErrorCode TSPostStep_SGS_DD_Training(TS ts) { in TSPostStep_SGS_DD_Training() argument 400 PetscCall(TSGetApplicationContext(ts, &honee)); in TSPostStep_SGS_DD_Training() 409 PetscCall(TSSetConvergedReason(ts, TS_CONVERGED_USER)); in TSPostStep_SGS_DD_Training()
|
| /honee/src/spanstats/ |
| H A D | cflpe.c | 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() [all …]
|
| H A D | turbulence.c | 149 PetscErrorCode SpanwiseStatisticsSetup_Turbulence(TS ts, PetscViewerAndFormat *ctx) { in SpanwiseStatisticsSetup_Turbulence() argument 157 PetscCall(TSGetApplicationContext(ts, &honee)); in SpanwiseStatisticsSetup_Turbulence() 159 …cii || honee->app_ctx->test_type != TESTTYPE_NONE, PetscObjectComm((PetscObject)ts), PETSC_ERR_SUP, in SpanwiseStatisticsSetup_Turbulence() 204 PetscCall(SpanwiseStatisticsSetupFinalize(ts, honee, spanstats, ctx, &stats_setup_data)); in SpanwiseStatisticsSetup_Turbulence() 209 PetscErrorCode TSMonitor_SpanwiseStatisticsTurbulence(TS ts, PetscInt steps, PetscReal solution_tim… in TSMonitor_SpanwiseStatisticsTurbulence() argument 217 PetscCall(TSGetApplicationContext(ts, &honee)); in TSMonitor_SpanwiseStatisticsTurbulence() 218 PetscCall(TSGetConvergedReason(ts, &reason)); in TSMonitor_SpanwiseStatisticsTurbulence() 237 PetscViewer viewer = PETSC_VIEWER_STDOUT_(PetscObjectComm((PetscObject)ts)); in TSMonitor_SpanwiseStatisticsTurbulence() 242 PetscCall(PetscObjectGetTabLevel((PetscObject)ts, &tab_level)); in TSMonitor_SpanwiseStatisticsTurbulence()
|
| /honee/tests/ |
| H A D | channel_divdiff_verify.yaml | 4 # ts: 11 ts:
|
| H A D | blasius_test.yaml | 4 ts:
|
| H A D | blasius_stgtest.yaml | 4 ts:
|
| H A D | gaussianwave_cgns_load.yaml | 18 ts:
|
| /honee/tests/junit-xml/ |
| H A D | README.rst | 48 ts = TestSuite("my test suite", test_cases) 50 print(TestSuite.to_xml_string([ts])) 76 TestSuite.to_file(f, [ts], prettyprint=False)
|
| /honee/examples/ |
| H A D | channel.yaml | 6 ts:
|
| H A D | advection_wave.yaml | 15 ts:
|
| H A D | advection.yaml | 25 ts:
|
| H A D | advection_bl.yaml | 11 ts:
|
| H A D | taylor_green_vortex.yaml | 34 ts:
|
| H A D | gaussianwave.yaml | 22 ts:
|