History log of /honee/doc/ (Results 1 – 25 of 37)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
0c608af526-Aug-2025 James Wright <james@jameswright.xyz>

Merge MR !142, 'jrwrigh/smartsim_solution', into 'main'

feat(smarsim): Add solution writing for smartsim

See merge request phypid/honee!142


/honee/CHANGELOG.md
auxiliary.md
/honee/include/honee.h
/honee/include/log_events.h
/honee/include/navierstokes.h
/honee/include/smartsim-impl.h
/honee/include/smartsim.h
/honee/problems/bc_freestream.c
/honee/problems/bc_outflow.c
/honee/problems/blasius.c
/honee/problems/channel.c
/honee/problems/densitycurrent.c
/honee/problems/newtonian.c
/honee/problems/sgs_dd_model.c
/honee/problems/stg_shur14.c
/honee/problems/taylorgreen.c
/honee/qfunctions/advection.h
/honee/qfunctions/bc_freestream.h
/honee/qfunctions/bc_freestream_type.h
/honee/qfunctions/bc_outflow.h
/honee/qfunctions/bc_slip.h
/honee/qfunctions/blasius.h
/honee/qfunctions/channel.h
/honee/qfunctions/densitycurrent.h
/honee/qfunctions/differential_filter.h
/honee/qfunctions/gaussianwave.h
/honee/qfunctions/monitor_cfl.h
/honee/qfunctions/monitor_totalkineticenergy.h
/honee/qfunctions/newtonian.h
/honee/qfunctions/newtonian_state.h
/honee/qfunctions/newtonian_types.h
/honee/qfunctions/riemann_solver.h
/honee/qfunctions/sgs_dd_model.h
/honee/qfunctions/sgs_dd_training.h
/honee/qfunctions/spanstats/cflpe.h
/honee/qfunctions/spanstats/turbulence.h
/honee/qfunctions/stabilization.h
/honee/qfunctions/stabilization_types.h
/honee/qfunctions/stg_shur14.h
/honee/qfunctions/stg_shur14_type.h
/honee/qfunctions/taylorgreen.h
/honee/qfunctions/velocity_gradient_projection.h
/honee/src/differential_filter.c
/honee/src/log_events.c
/honee/src/setuplibceed.c
/honee/src/setupts.c
/honee/src/smartsim/sgs_dd_training.c
/honee/src/smartsim/smartsim.c
/honee/src/smartsim/solution.c
/honee/src/smartsim_weak.c
/honee/src/spanstats/cflpe.c
/honee/src/spanstats/turbulence.c
/honee/tests/output/y0flow_solution_output.npy
/honee/tests/smartsim_regression_framework.py
8fc6ab9819-Aug-2025 James Wright <james@jameswright.xyz>

doc(smartsim): Documentation

f0df98c022-Aug-2025 James Wright <james@jameswright.xyz>

refactor: Remove c_tau from Newtonian options

It isn't implemented anyways.

TODO: Need to edit documentation to reflect the change (if Newtonian has
any lingering references to c_tau)

b30619f630-Mar-2025 James Wright <james@jameswright.xyz>

feat: Add spanstats for CFL and Peclet number

- Add CalculatePe* to numerics.h


/honee/.gitlab-ci.yml
/honee/AUTHORS
/honee/CHANGELOG.md
/honee/Makefile
/honee/conf.py
auxiliary.md
/honee/examples/navierstokes.c
/honee/include/bc_definition.h
/honee/include/differential_filter.h
/honee/include/honee.h
/honee/include/navierstokes.h
/honee/include/nodal_projection.h
/honee/include/petsc-ceed-utils.h
/honee/include/smartsim.h
/honee/include/spanstats.h
/honee/problems/advection.c
/honee/problems/bc_freestream.c
/honee/problems/bc_outflow.c
/honee/problems/bc_slip.c
/honee/problems/blasius.c
/honee/problems/channel.c
/honee/problems/densitycurrent.c
/honee/problems/eulervortex.c
/honee/problems/gaussianwave.c
/honee/problems/newtonian.c
/honee/problems/sgs_dd_model.c
/honee/problems/shocktube.c
/honee/problems/stg_shur14.c
/honee/problems/stg_shur14.h
/honee/problems/taylorgreen.c
/honee/qfunctions/advection_types.h
/honee/qfunctions/bc_freestream.h
/honee/qfunctions/bc_slip.h
/honee/qfunctions/blasius.h
/honee/qfunctions/differential_filter.h
/honee/qfunctions/mass.h
/honee/qfunctions/monitor_cfl.h
/honee/qfunctions/newtonian_types.h
/honee/qfunctions/numerics.h
/honee/qfunctions/setupgeo_helpers.h
/honee/qfunctions/spanstats/cflpe.h
/honee/qfunctions/spanstats/turbulence.h
/honee/qfunctions/stabilization_types.h
/honee/qfunctions/utils.h
/honee/src/bc_definition.c
/honee/src/boundary_condition.c
/honee/src/cloptions.c
/honee/src/diff_flux_projection.c
/honee/src/differential_filter.c
/honee/src/dm_utils.c
/honee/src/grid_anisotropy_tensor.c
/honee/src/honee-config.c
/honee/src/honee-mass.c
/honee/src/honee.c
/honee/src/honee_versioning.c
/honee/src/mat-ceed.c
/honee/src/misc.c
/honee/src/monitor_cfl.c
/honee/src/monitor_totalkineticenergy.c
/honee/src/setupdm.c
/honee/src/setuplibceed.c
/honee/src/setupts.c
/honee/src/smartsim/sgs_dd_training.c
/honee/src/smartsim/smartsim.c
/honee/src/smartsim_weak.c
/honee/src/spanstats/cflpe.c
/honee/src/spanstats/spanstats.c
/honee/src/spanstats/turbulence.c
/honee/src/strong_boundary_conditions.c
/honee/tests/output/taylorgreen_totalke.csv
43f5052d11-Jun-2025 James Wright <james@jameswright.xyz>

fix(doc): Missing parathesis

And also demonstration for how to do an MR

c52fa18531-Mar-2025 James Wright <james@jameswright.xyz>

Merge MR !108, 'jrwrigh/spanstats_tsmonitor', into 'main'

refactor: Make spanwise statistics generic

See merge request phypid/honee!108

78c5b8e530-Mar-2025 James Wright <james@jameswright.xyz>

refactor: Use TSMonitorSetFromOptions for spanstats

d9f57b1c25-Mar-2025 James Wright <james@jameswright.xyz>

tg: Add background_velocity option for TaylorGreen IC

881dd9b728-Mar-2025 James Wright <james@jameswright.xyz>

fix: Documentation formatting error

0fb1909e24-Mar-2025 James Wright <james@jameswright.xyz>

doc: Rearrange documentation

7c69a22924-Mar-2025 James Wright <james@jameswright.xyz>

doc: Convert docs to single sentence-per-line

ef55efad24-Mar-2025 James Wright <james@jameswright.xyz>

feat: Change default checkpoint_interval to 0

Binary files are no longer the standard restart file format (CGNS is),
therefore this should be avoided.

4e1dcb9916-Feb-2025 James Wright <james@jameswright.xyz>

feat: Add -ts_eval_solutions_view for -ts_eval_times

Writes out intermediate solutions specified by `-ts_eval_times`

71f2ed2912-Dec-2024 James Wright <james@jameswright.xyz>

feat: Add -mass_ksp_view_pre_ts_solve

Views mass ksp once before solve. Also sets up the KSP so that the
information is complete.

16cb6b6b09-Dec-2024 James Wright <james@jameswright.xyz>

feat: Add -ksp_post_solve_residual


/honee/CHANGELOG.md
runtime_options.md
/honee/examples/navierstokes.c
/honee/include/log_events.h
/honee/include/navierstokes.h
/honee/problems/advection.c
/honee/problems/densitycurrent.c
/honee/problems/newtonian.c
/honee/problems/sgs_dd_model.c
/honee/problems/shocktube.c
/honee/problems/torch/sgs_model_torch.cpp
/honee/qfunctions/advection.h
/honee/qfunctions/blasius.h
/honee/qfunctions/channel.h
/honee/qfunctions/densitycurrent.h
/honee/qfunctions/eulervortex.h
/honee/qfunctions/mass.h
/honee/qfunctions/newtonian.h
/honee/qfunctions/setupgeo.h
/honee/qfunctions/setupgeo2d.h
/honee/qfunctions/setupgeo_helpers.h
/honee/qfunctions/shocktube.h
/honee/src/cloptions.c
/honee/src/diff_flux_projection.c
/honee/src/differential_filter.c
/honee/src/honee-file.c
/honee/src/honee-ksp.c
/honee/src/log_events.c
/honee/src/monitor_cfl.c
/honee/src/petsc_ops.c
/honee/src/setupdm.c
/honee/src/setuplibceed.c
/honee/src/setupts.c
/honee/src/smartsim/sgs_dd_training.c
/honee/src/smartsim/smartsim.c
/honee/src/strong_boundary_conditions.c
/honee/src/velocity_gradient_projection.c
/honee/tests/output/adv-rotation-cosine.bin
/honee/tests/output/adv-rotation-implicit-stab-supg.bin
/honee/tests/output/adv-skew.bin
/honee/tests/output/adv-translation-implicit-stab-su.bin
/honee/tests/output/adv2d-boundary-layer-ic.bin
/honee/tests/output/adv2d-rotation-explicit-stab-supg-consistent-mass.bin
/honee/tests/output/adv2d-rotation-explicit-strong.bin
/honee/tests/output/adv2d-rotation-implicit-stab-supg.bin
/honee/tests/output/adv2d-wave-sine.bin
/honee/tests/output/adv2d-wave-square-direct_divdiff.bin
/honee/tests/output/adv2d-wave-square-indirect_divdiff.bin
/honee/tests/output/blasius-bc_slip.bin
/honee/tests/output/blasius-bc_slip_indirect.bin
/honee/tests/output/blasius-sgs-data-driven.bin
/honee/tests/output/blasius.bin
/honee/tests/output/blasius_STG.bin
/honee/tests/output/blasius_STG_strongBC.bin
/honee/tests/output/blasius_STG_weakT.bin
/honee/tests/output/blasius_diff_filter_aniso_vandriest.bin
/honee/tests/output/blasius_diff_filter_iso.bin
/honee/tests/output/channel-prim.bin
/honee/tests/output/channel.bin
/honee/tests/output/dc-explicit.bin
/honee/tests/output/dc-implicit-stab-none.bin
/honee/tests/output/euler-explicit.bin
/honee/tests/output/euler-implicit.bin
/honee/tests/output/flatplate-STG.bin
/honee/tests/output/gaussianwave-IDL-entropy.bin
/honee/tests/output/gaussianwave-IDL.bin
/honee/tests/output/gaussianwave-cgns-load.bin
/honee/tests/output/gaussianwave-explicit.bin
/honee/tests/output/gaussianwave-shell.bin
/honee/tests/output/shocktube-explicit-su-yzb.bin
/honee/tests/output/taylor-green-IC.bin
/honee/tests/output/taylor-green.bin
/honee/tests/output/turb-spanstats-IC.bin
/honee/tests/output/turb-spanstats-stats.bin
/honee/tests/stats_test.yaml
87fd7f3307-Dec-2024 James Wright <james@jameswright.xyz>

feat: Add -ts_monitor_cfl

78a2675005-Dec-2024 James Wright <james@jameswright.xyz>

doc: Rearrange runtime options documentation

eb9b4fe118-Nov-2024 James Wright <james@jameswright.xyz>

feat: Enable CGNS restarts

354560d102-Dec-2024 James Wright <james@jameswright.xyz>

feat: Add max_wall_time PostStep

8b774af829-Nov-2024 James Wright <james@jameswright.xyz>

feat: Add -honee_check_step

2512513922-Nov-2024 James Wright <james@jameswright.xyz>

feat: Add monitor for total kinetic energy balance

481d14cb17-Nov-2024 James Wright <james@jameswright.xyz>

refactor: Remove -continue, add use_continue_file internally

2136baaa17-Nov-2024 James Wright <james@jameswright.xyz>

refactor: -continue_filename has no default value

ea2beb2d16-Nov-2024 James Wright <james@jameswright.xyz>

refactor: Remove -continue_time_filename option

80e9ac5b15-Oct-2024 James Wright <james@jameswright.xyz>

refactor: Rename advection flags to `-advection_ic_*`

12