| /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() 116 PetscErrorCode IFunction_NS(TS ts, PetscReal t, Vec Q, Vec Q_dot, Vec G, void *user_data) { 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() 254 PetscErrorCode TSMonitor_WallForce(TS ts, PetscInt step_no, PetscReal time, Vec Q, void *ctx) { in TSMonitor_WallForce() 295 PetscErrorCode TSMonitor_NS(TS ts, PetscInt step_no, PetscReal time, Vec Q, void *ctx) { in TSMonitor_NS() 309 PetscErrorCode TSPostStep_CheckStep(TS ts) { in TSPostStep_CheckStep() 328 PetscErrorCode TSPostStep_MaxWallTime(TS ts) { in TSPostStep_MaxWallTime() 359 PetscErrorCode TSPostStep_Honee(TS ts) { in TSPostStep_Honee() 377 static PetscErrorCode HoneeTSEvaluationSolutions(TS ts) { in HoneeTSEvaluationSolutions() 410 …nee honee, AppCtx app_ctx, Physics phys, ProblemData problem, Vec Q, PetscScalar *f_time, TS *ts) { in TSSolve_NS()
|
| H A D | monitor_cfl.c | 26 PetscErrorCode SetupMontiorCfl(TS ts, PetscViewerAndFormat *ctx) { in SetupMontiorCfl() 138 PetscErrorCode TSMonitor_Cfl(TS ts, PetscInt step, PetscReal solution_time, Vec Q, PetscViewerAndFo… in TSMonitor_Cfl()
|
| H A D | monitor_totalkineticenergy.c | 47 PetscErrorCode SetupMontiorTotalKineticEnergy(TS ts, PetscViewerAndFormat *ctx) { in SetupMontiorTotalKineticEnergy() 132 PetscErrorCode TSMonitor_TotalKineticEnergy(TS ts, PetscInt step, PetscReal solution_time, Vec Q, P… in TSMonitor_TotalKineticEnergy()
|
| H A D | differential_filter.c | 328 PetscErrorCode TSMonitor_DifferentialFilterSetup(TS ts, PetscViewerAndFormat *ctx) { in TSMonitor_DifferentialFilterSetup() 342 PetscErrorCode TSMonitor_DifferentialFilter(TS ts, PetscInt steps, PetscReal solution_time, Vec Q, … in TSMonitor_DifferentialFilter()
|
| H A D | misc.c | 150 PetscErrorCode PostProcess(TS ts, DM dm, ProblemData problem, Honee honee, Vec Q, PetscScalar final… in PostProcess() 264 PetscErrorCode PrintRunInfo(Honee honee, Physics phys_ctx, ProblemData problem, TS ts) { in PrintRunInfo()
|
| /honee/src/smartsim/ |
| H A D | solution.c | 13 PetscErrorCode TSMonitor_SmartSimSolutionSetup(TS ts, PetscViewerAndFormat *ctx) { in TSMonitor_SmartSimSolutionSetup() 46 PetscErrorCode TSMonitor_SmartSimSolution(TS ts, PetscInt step_num, PetscReal solution_time, Vec Q,… 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() 390 PetscErrorCode TSPostStep_SGS_DD_Training(TS ts) { in TSPostStep_SGS_DD_Training()
|
| /honee/src/spanstats/ |
| H A D | cflpe.c | 147 PetscErrorCode SpanwiseStatisticsSetup_CflPe(TS ts, PetscViewerAndFormat *ctx) { in SpanwiseStatisticsSetup_CflPe() 186 PetscErrorCode TSMonitor_SpanwiseStatisticsCflPe(TS ts, PetscInt steps, PetscReal solution_time, Ve… in TSMonitor_SpanwiseStatisticsCflPe()
|
| H A D | turbulence.c | 149 PetscErrorCode SpanwiseStatisticsSetup_Turbulence(TS ts, PetscViewerAndFormat *ctx) { in SpanwiseStatisticsSetup_Turbulence() 209 PetscErrorCode TSMonitor_SpanwiseStatisticsTurbulence(TS ts, PetscInt steps, PetscReal solution_tim… in TSMonitor_SpanwiseStatisticsTurbulence()
|
| H A D | spanstats.c | 383 PetscErrorCode SpanwiseStatisticsSetupFinalize(TS ts, Honee honee, SpanStatsCtx spanstats, PetscVie… in SpanwiseStatisticsSetupFinalize()
|
| /honee/examples/ |
| H A D | navierstokes.c | 157 TS ts; in main() local
|