History log of /honee/qfunctions/ (Results 26 – 50 of 290)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
b3b2482810-Dec-2024 James Wright <james@jameswright.xyz>

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

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

refactor(newtonian): Small refactor to IFunction

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

style: Refactor fluids -> HONEE


/honee/examples/navierstokes.c
/honee/include/log_events.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
advection.h
blasius.h
channel.h
densitycurrent.h
eulervortex.h
mass.h
newtonian.h
setupgeo.h
setupgeo2d.h
setupgeo_helpers.h
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

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

feat: Add monitor for total kinetic energy balance

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

chore: Cleanup stray commented lines

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

fix: Change QFunctions to account for libCEED#1696

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

feat(advdif): Add bl_height_factor option

5239d4bb23-Sep-2024 James Wright <james@jameswright.xyz>

Merge MR !51, 'jrwrigh/fix_advdiff_tau', into 'main'

fix(advdif): Correct gij size, square Ctau_{a,d}

See merge request phypid/honee!51

db7fbcd219-Sep-2024 James Wright <james@jameswright.xyz>

fix(utils): ocloc (SYCL) claims 'local' as keyword

4ca5135b07-Sep-2024 James Wright <james@jameswright.xyz>

fix(advdif): Correct gij size, square Ctau_{a,d}

- Correct gij size based on reference element size
- Ctau_{a,d} should be squared to align with 1D minreg definitions

3d1afcc119-Aug-2024 James Wright <james@jameswright.xyz>

feat(advdif): Add Boundary Layer IC, wind type

71acc5ee18-Aug-2024 James Wright <james@jameswright.xyz>

style: Misc formatting changes

97cfd71418-Aug-2024 James Wright <james@jameswright.xyz>

style: Return int for paramaterized QFs

i.e. for QF helpers that are just surrogates for an actual QF, they
should return int so that the actual QFs can simply return the value of
the function.

40b7851116-Aug-2024 James Wright <james@jameswright.xyz>

feat(advdif): Implement indirect div(F_diff) projection

5f952e8d16-Aug-2024 James Wright <james@jameswright.xyz>

feat(advdif): Add div F_diff into RHS

4c5ab12f12-Aug-2024 James Wright <james@jameswright.xyz>

feat(advdif): Add div F_diff into IFunction

17cb71b012-Aug-2024 James Wright <james@jameswright.xyz>

fix: Move DivDiffFluxProjectionMethod location

Should be in stabilization_types since it needs to be accessible to
multiple governing equations and the entire point of the projection is
for stabiliz

fix: Move DivDiffFluxProjectionMethod location

Should be in stabilization_types since it needs to be accessible to
multiple governing equations and the entire point of the projection is
for stabilization.

show more ...

c2d9082926-Jul-2024 James Wright <james@jameswright.xyz>

feat(advdif): Direct projection of div diff implemented

da8b59d627-Jul-2024 James Wright <james@jameswright.xyz>

feat(qdata): Add BoundaryGradient for 2D

fbabb36513-Aug-2024 James Wright <james@jameswright.xyz>

feat(advdif): Add diffusion tau coefficient

5f636aea29-Jul-2024 James Wright <james@jameswright.xyz>

style(advdif): Add prefix to typedef enums

a62be6ba27-Jul-2024 James Wright <james@jameswright.xyz>

feat(advdif): Add sine and square wave IC

89c65c6f27-Jul-2024 James Wright <james@jameswright.xyz>

Merge branch 'jrwrigh/div_diff_flux_func_ptr' into 'main'

refactor: Make Divergence of Diffusive Flux flexible with governing equations

See merge request phypid/honee!36

74960ff527-Jul-2024 James Wright <james@jameswright.xyz>

style: Use Square() instead of repeated multiplication

12345678910>>...12