History log of /honee/ (Results 226 – 250 of 1514)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
16cb6b6b09-Dec-2024 James Wright <james@jameswright.xyz>

feat: Add -ksp_post_solve_residual

1d64698107-Dec-2024 James Wright <james@jameswright.xyz>

Merge MR !92, 'jrwrigh/bc_logevent', into 'main'

feat(bc): Add log events for BCInsert and CeedOp

See merge request phypid/honee!92

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

Merge MR !91, 'jrwrigh/RHS_persistent_vec', into 'main'

feat(rhs): Use persistent RHS residual Vec

See merge request phypid/honee!91

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

feat(bc): Add log events for BCInsert and CeedOp

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

feat(ifunction): Move G2L Q_dot to before boundary value update

Really minor change here, but just in case STG calculation is
non-negligible

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

feat(rhs): Use persistent RHS residual Vec

This avoids a VecDuplicate and VecCopy within the mass matrix KSPSolve

0d0968c207-Dec-2024 James Wright <james@jameswright.xyz>

Merge MR !90, 'jrwrigh/renaming', into 'main'

style: Refactor fluids -> HONEE

See merge request phypid/honee!90


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

style: Refactor fluids -> HONEE


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

Merge MR !89, 'jrwrigh/check_step_inf', into 'main'

fix: Check step should check for infinities

See merge request phypid/honee!89

68e693e707-Dec-2024 James Wright <james@jameswright.xyz>

style: Remove extra line from monitor_cfl

827052a707-Dec-2024 James Wright <james@jameswright.xyz>

fix: Check step checks for infinities too

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

Merge MR !87, 'jrwrigh/cfl_monitor', into 'main'

feat: Add -ts_monitor_cfl

See merge request phypid/honee!87

87fd7f3307-Dec-2024 James Wright <james@jameswright.xyz>

feat: Add -ts_monitor_cfl

2a51b43207-Dec-2024 James Wright <james@jameswright.xyz>

feat: Monitor totalKE uses tabs

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

Merge MR !88, 'jrwrigh/quicker_preload', into 'main'

feat: -preload also truncates linear solve

See merge request phypid/honee!88

4f25acd907-Dec-2024 James Wright <james@jameswright.xyz>

feat: -preload also truncates linear solve

Particularly useful when SNES is forced to do some number of iterations

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

Merge MR !86, 'jrwrigh/fix_typos', into 'main'

style: MonitorDissipation -> MonitorTotalKE struct

See merge request phypid/honee!86

600dae7d07-Dec-2024 James Wright <james@jameswright.xyz>

style: MonitorDissipation -> MonitorTotalKE struct

923b3db907-Dec-2024 James Wright <james@jameswright.xyz>

Merge MR !85, 'jrwrigh/partition_balance', into 'main'

feat(dm): Set partition balance

See merge request phypid/honee!85

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

feat(dm): Set partition balance

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

Merge MR !75, 'jrwrigh/cgns_restart', into 'main'

feat: Enable CGNS restart

See merge request phypid/honee!75

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

doc: Rearrange runtime options documentation

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

test: Add CGNS load IC test

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

test: Check -options_left before checking options

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

feat: Enable CGNS restarts

12345678910>>...61