History log of /honee/problems/ (Results 26 – 50 of 262)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
8d78d7c818-Jun-2025 James Wright <james@jameswright.xyz>

feat: Move differential filtering into separate header

82baf96417-Jun-2025 James Wright <james@jameswright.xyz>

feat: Move sgs_dd_data into Honee container

8340219b16-Jun-2025 James Wright <james@jameswright.xyz>

feat: Move grad_velo_proj into Honee container

e5a8cae024-Jun-2025 James Wright <james@jameswright.xyz>

fix: Move enum strings to compilation units

1abc283711-Jun-2025 James Wright <james@jameswright.xyz>

style: jac_data_size -> num_comps_jac_data

Includes:
- jac_data_size_sur -> num_comps_jac_data
- jac_data_size_vol -> num_comps_jac_data
- jac_data_size -> num_comps_jac_data

ea091b8e11-Jun-2025 James Wright <james@jameswright.xyz>

feat(bc): Shrink jac_data_size to that being used

d3c60aff05-Jun-2025 James Wright <james@jameswright.xyz>

refactor: Delete SimpleBC struct

d6cac22005-Jun-2025 James Wright <james@jameswright.xyz>

bc(inflow): Convert inflow bc to use BCDef functions

f978755d05-Jun-2025 James Wright <james@jameswright.xyz>

bc(outflow): Convert outflow bc to use BCDef functions

d4e423e705-Jun-2025 James Wright <james@jameswright.xyz>

bc(freestream): Convert freestream bc to use BCDef functions

5e79d56211-Oct-2024 James Wright <james@jameswright.xyz>

bc(slip): Convert slip bc to use BCDef functions

224fc8c805-Jun-2025 James Wright <james@jameswright.xyz>

refactor(bc): Extract Outflow from freestream files

Outflow should be treated separately from freestream

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

tg: Add background_velocity option for TaylorGreen IC

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.

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

feat(newt): Add div(Fdiff) projection to RHS

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

style: Refactor fluids -> HONEE


/honee/examples/navierstokes.c
/honee/include/log_events.h
advection.c
densitycurrent.c
newtonian.c
sgs_dd_model.c
shocktube.c
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/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/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

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

fix(stg): Skip dx when using strong STG

Strong STG determines the element sizes based on the elements
themselves, therefore dx doesn't need to be calculated from the
box_faces flag (and it will erro

fix(stg): Skip dx when using strong STG

Strong STG determines the element sizes based on the elements
themselves, therefore dx doesn't need to be calculated from the
box_faces flag (and it will error out when it tries to do so)

show more ...

519781ae26-Oct-2024 James Wright <james@jameswright.xyz>

fix: Destroy Ceed objects due to libCEED #1702

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

refactor: Rename advection flags to `-advection_ic_*`

57bb6b2214-Oct-2024 James Wright <james@jameswright.xyz>

style(advdif): Use switch for IC-specific flags

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

feat(advdif): Add bl_height_factor option

48417fb712-Oct-2024 James Wright <james@jameswright.xyz>

style: Move Newtonian unit test to bottom of file

01e19bfa12-Oct-2024 James Wright <james@jameswright.xyz>

style: Use CeedOperatorFieldGetData

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

fix: Destroy objects from CeedOperatorFieldGet*

1234567891011