History log of /honee/tests/ (Results 26 – 46 of 46)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
481d14cb17-Nov-2024 James Wright <james@jameswright.xyz>

refactor: Remove -continue, add use_continue_file internally


/honee/doc/runtime_options.md
/honee/examples/advection.yaml
/honee/examples/advection_wave.yaml
/honee/examples/navierstokes.c
/honee/include/honee-file.h
/honee/include/mat-ceed-impl.h
/honee/include/mat-ceed.h
/honee/include/navierstokes.h
/honee/include/petsc-ceed-utils.h
/honee/problems/advection.c
/honee/problems/sgs_dd_model.c
/honee/qfunctions/advection.h
/honee/qfunctions/advection_types.h
/honee/qfunctions/blasius.h
/honee/qfunctions/channel.h
/honee/qfunctions/densitycurrent.h
/honee/qfunctions/diff_flux_projection.h
/honee/qfunctions/differential_filter.h
/honee/qfunctions/eulervortex.h
/honee/qfunctions/gaussianwave.h
/honee/qfunctions/grid_anisotropy_tensor.h
/honee/qfunctions/inverse_multiplicity.h
/honee/qfunctions/mass.h
/honee/qfunctions/newtonian.h
/honee/qfunctions/newtonian_state.h
/honee/qfunctions/newtonian_types.h
/honee/qfunctions/setupgeo.h
/honee/qfunctions/setupgeo2d.h
/honee/qfunctions/setupgeo_helpers.h
/honee/qfunctions/sgs_dd_model.h
/honee/qfunctions/sgs_dd_training.h
/honee/qfunctions/sgs_dd_utils.h
/honee/qfunctions/shocktube.h
/honee/qfunctions/stabilization.h
/honee/qfunctions/stg_shur14.h
/honee/qfunctions/stg_shur14_type.h
/honee/qfunctions/strong_boundary_conditions.h
/honee/qfunctions/taylorgreen.h
/honee/qfunctions/turb_spanstats.h
/honee/qfunctions/utils.h
/honee/qfunctions/utils_eigensolver_jacobi.h
/honee/qfunctions/velocity_gradient_projection.h
/honee/src/cloptions.c
/honee/src/honee-file.c
/honee/src/mat-ceed.c
/honee/src/misc.c
/honee/src/petsc_ops.c
/honee/src/setupts.c
/honee/src/smartsim/sgs_dd_training.c
/honee/src/turb_spanstats.c
stats_test.yaml
b4fd18df14-Oct-2024 James Wright <james@jameswright.xyz>

feat(advdif): Add bl_height_factor option

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

fix(tests): Update tests for fixed ts_type alpha

The startup logic for `ts_type: alpha` was fixed in petsc/petsc!7816, so
the reference solutions needed to be fixed as well.

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

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

feat: Add flatplate STG yaml and setup files

Needed for reframe testing on Aurora, offers "real" test of turbulent
flat plate simulations

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

feat(advdif): Add BL yaml file, use in test

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

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

test(advdif): Add tests for div(F_diff) projection

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

feat(advdif): Add diffusion tau coefficient

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

tests(advdif): Add square IC test

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

test(advdif): Add test for sine wave IC

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

feat: Implement divergence of diffusive flux


/honee/.gitlab-ci.yml
/honee/CHANGELOG.md
/honee/LICENSE-APACHE
/honee/LICENSE-BSD
/honee/README.md
/honee/common.mk
/honee/doc/references.bib
/honee/doc/runtime_options.md
/honee/doc/theory.md
/honee/examples/conv_test.sh
/honee/examples/dd_sgs_data/OutScaling.dat
/honee/examples/dd_sgs_data/b1.dat
/honee/examples/dd_sgs_data/b2.dat
/honee/examples/dd_sgs_data/w1.dat
/honee/examples/dd_sgs_data/w2.dat
/honee/examples/navierstokes.c
/honee/examples/stdoutParsing.py
/honee/examples/vortexshedding.yaml
/honee/include/bc_definition.h
/honee/include/honee-file.h
/honee/include/log_events.h
/honee/include/mat-ceed-impl.h
/honee/include/mat-ceed.h
/honee/include/navierstokes.h
/honee/include/petsc-ceed-utils.h
/honee/include/petsc-ceed.h
/honee/include/petsc_ops.h
/honee/include/sgs_model_torch.h
/honee/include/smartsim.h
/honee/problems/advection.c
/honee/problems/bc_freestream.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/sgs_model_torch_weak.c
/honee/problems/shocktube.c
/honee/problems/stg_shur14.c
/honee/problems/stg_shur14.h
/honee/problems/taylorgreen.c
/honee/problems/torch/sgs_model_torch.cpp
/honee/pytorch_pkgconfig.py
/honee/qfunctions/advection.h
/honee/qfunctions/advection_types.h
/honee/qfunctions/bc_freestream.h
/honee/qfunctions/bc_freestream_type.h
/honee/qfunctions/bc_slip.h
/honee/qfunctions/blasius.h
/honee/qfunctions/channel.h
/honee/qfunctions/densitycurrent.h
/honee/qfunctions/diff_flux_projection.h
/honee/qfunctions/differential_filter.h
/honee/qfunctions/differential_filter_enums.h
/honee/qfunctions/eulervortex.h
/honee/qfunctions/gaussianwave.h
/honee/qfunctions/grid_anisotropy_tensor.h
/honee/qfunctions/inverse_multiplicity.h
/honee/qfunctions/mass.h
/honee/qfunctions/newtonian.h
/honee/qfunctions/newtonian_state.h
/honee/qfunctions/newtonian_types.h
/honee/qfunctions/riemann_solver.h
/honee/qfunctions/setupgeo.h
/honee/qfunctions/setupgeo2d.h
/honee/qfunctions/setupgeo_helpers.h
/honee/qfunctions/sgs_dd_model.h
/honee/qfunctions/sgs_dd_training.h
/honee/qfunctions/sgs_dd_utils.h
/honee/qfunctions/shocktube.h
/honee/qfunctions/stabilization.h
/honee/qfunctions/stabilization_types.h
/honee/qfunctions/stg_shur14.h
/honee/qfunctions/stg_shur14_type.h
/honee/qfunctions/strong_boundary_conditions.h
/honee/qfunctions/taylorgreen.h
/honee/qfunctions/turb_spanstats.h
/honee/qfunctions/turb_stats_types.h
/honee/qfunctions/utils.h
/honee/qfunctions/utils_eigensolver_jacobi.h
/honee/qfunctions/velocity_gradient_projection.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-file.c
/honee/src/inverse_multiplicity.c
/honee/src/log_events.c
/honee/src/mat-ceed.c
/honee/src/misc.c
/honee/src/petsc_ops.c
/honee/src/qdata.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/strong_boundary_conditions.c
/honee/src/turb_spanstats.c
/honee/src/velocity_gradient_projection.c
output/fluids-navierstokes-blasius-bc_slip.bin
output/fluids-navierstokes-blasius-bc_slip_indirect.bin
149fb53628-Jun-2024 James Wright <james@jameswright.xyz>

chore: Move navierstokes.* out of root directory

navierstokes.h to include and navierstokes.c into examples

fc37ad8c28-Jun-2024 James Wright <james@jameswright.xyz>

chore: Move yamls, etc to examples directory

67f3e65926-Jun-2024 James Wright <james@jameswright.xyz>

ci: Enable smartsim and PyTorch testing

aa34f9e726-Jun-2024 James Wright <james@jameswright.xyz>

chore: Move smartsim_regression_framework into tests

- Also some refactoring of the Makefile

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>

a32db64d26-Jun-2024 James Wright <james@jameswright.xyz>

chore: Move createPyTorchModel

e7ab8a0e25-Jun-2024 James Wright <james@jameswright.xyz>

chore: Remove erroneous .pyc file

d968817425-Jun-2024 Jeremy L Thompson <jeremy@jeremylt.org>

make - capture j correctly

0006be3324-Jun-2024 James Wright <james@jameswright.xyz>

chore: Get tests back up and running


/honee/.clang-format
/honee/.clang-tidy
/honee/.gitignore
/honee/LICENSE
/honee/Makefile
/honee/README.md
/honee/STGInflow_blasius.dat
/honee/STGRand.dat
/honee/advection.yaml
/honee/blasius.yaml
/honee/build/.DIR
/honee/build/navierstokes.d
/honee/build/navierstokes.o
/honee/build/problems/.DIR
/honee/build/problems/advection.d
/honee/build/problems/advection.o
/honee/build/problems/bc_freestream.d
/honee/build/problems/bc_freestream.o
/honee/build/problems/bc_slip.d
/honee/build/problems/bc_slip.o
/honee/build/problems/blasius.d
/honee/build/problems/blasius.o
/honee/build/problems/channel.d
/honee/build/problems/channel.o
/honee/build/problems/densitycurrent.d
/honee/build/problems/densitycurrent.o
/honee/build/problems/eulervortex.d
/honee/build/problems/eulervortex.o
/honee/build/problems/gaussianwave.d
/honee/build/problems/gaussianwave.o
/honee/build/problems/newtonian.d
/honee/build/problems/newtonian.o
/honee/build/problems/sgs_dd_model.d
/honee/build/problems/sgs_dd_model.o
/honee/build/problems/sgs_model_torch_weak.d
/honee/build/problems/sgs_model_torch_weak.o
/honee/build/problems/shocktube.d
/honee/build/problems/shocktube.o
/honee/build/problems/stg_shur14.d
/honee/build/problems/stg_shur14.o
/honee/build/problems/taylorgreen.d
/honee/build/problems/taylorgreen.o
/honee/build/src/.DIR
/honee/build/src/bc_definition.d
/honee/build/src/bc_definition.o
/honee/build/src/boundary_condition.d
/honee/build/src/boundary_condition.o
/honee/build/src/cloptions.d
/honee/build/src/cloptions.o
/honee/build/src/differential_filter.d
/honee/build/src/differential_filter.o
/honee/build/src/dm_utils.d
/honee/build/src/dm_utils.o
/honee/build/src/grid_anisotropy_tensor.d
/honee/build/src/grid_anisotropy_tensor.o
/honee/build/src/inverse_multiplicity.d
/honee/build/src/inverse_multiplicity.o
/honee/build/src/log_events.d
/honee/build/src/log_events.o
/honee/build/src/mat-ceed.d
/honee/build/src/mat-ceed.o
/honee/build/src/misc.d
/honee/build/src/misc.o
/honee/build/src/petsc_ops.d
/honee/build/src/petsc_ops.o
/honee/build/src/qdata.d
/honee/build/src/qdata.o
/honee/build/src/setupdm.d
/honee/build/src/setupdm.o
/honee/build/src/setuplibceed.d
/honee/build/src/setuplibceed.o
/honee/build/src/setupts.d
/honee/build/src/setupts.o
/honee/build/src/smartsim_weak.d
/honee/build/src/smartsim_weak.o
/honee/build/src/strong_boundary_conditions.d
/honee/build/src/strong_boundary_conditions.o
/honee/build/src/turb_spanstats.d
/honee/build/src/turb_spanstats.o
/honee/build/src/velocity_gradient_projection.d
/honee/build/src/velocity_gradient_projection.o
/honee/channel.yaml
/honee/common.mk
/honee/conv_plot.py
/honee/conv_test.sh
/honee/dd_sgs_data/OutScaling.dat
/honee/dd_sgs_data/b1.dat
/honee/dd_sgs_data/b2.dat
/honee/dd_sgs_data/w1.dat
/honee/dd_sgs_data/w2.dat
/honee/gaussianwave.yaml
/honee/include/bc_definition.h
/honee/include/log_events.h
/honee/include/mat-ceed-impl.h
/honee/include/mat-ceed.h
/honee/include/petsc-ceed-utils.h
/honee/include/petsc-ceed.h
/honee/include/petsc_ops.h
/honee/include/sgs_model_torch.h
/honee/include/smartsim.h
/honee/index.md
/honee/meshes/Makefile
/honee/meshes/cylinder.geo
/honee/navierstokes.c
/honee/navierstokes.h
/honee/postprocess/vortexshedding.py
/honee/problems/advection.c
/honee/problems/bc_freestream.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/sgs_model_torch_weak.c
/honee/problems/shocktube.c
/honee/problems/stg_shur14.c
/honee/problems/stg_shur14.h
/honee/problems/taylorgreen.c
/honee/problems/torch/sgs_model_torch.cpp
/honee/pytorch_pkgconfig.py
/honee/qfunctions/advection.h
/honee/qfunctions/advection_types.h
/honee/qfunctions/bc_freestream.h
/honee/qfunctions/bc_freestream_type.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/differential_filter_enums.h
/honee/qfunctions/eulervortex.h
/honee/qfunctions/gaussianwave.h
/honee/qfunctions/grid_anisotropy_tensor.h
/honee/qfunctions/inverse_multiplicity.h
/honee/qfunctions/mass.h
/honee/qfunctions/newtonian.h
/honee/qfunctions/newtonian_state.h
/honee/qfunctions/newtonian_types.h
/honee/qfunctions/riemann_solver.h
/honee/qfunctions/setupgeo.h
/honee/qfunctions/setupgeo2d.h
/honee/qfunctions/setupgeo_helpers.h
/honee/qfunctions/sgs_dd_model.h
/honee/qfunctions/sgs_dd_training.h
/honee/qfunctions/sgs_dd_utils.h
/honee/qfunctions/shocktube.h
/honee/qfunctions/stabilization.h
/honee/qfunctions/stabilization_types.h
/honee/qfunctions/stg_shur14.h
/honee/qfunctions/stg_shur14_type.h
/honee/qfunctions/strong_boundary_conditions.h
/honee/qfunctions/taylorgreen.h
/honee/qfunctions/turb_spanstats.h
/honee/qfunctions/turb_stats_types.h
/honee/qfunctions/utils.h
/honee/qfunctions/utils_eigensolver_jacobi.h
/honee/qfunctions/velocity_gradient_projection.h
/honee/smartsim_regression_framework.py
/honee/src/bc_definition.c
/honee/src/boundary_condition.c
/honee/src/cloptions.c
/honee/src/differential_filter.c
/honee/src/dm_utils.c
/honee/src/grid_anisotropy_tensor.c
/honee/src/inverse_multiplicity.c
/honee/src/log_events.c
/honee/src/mat-ceed.c
/honee/src/misc.c
/honee/src/petsc_ops.c
/honee/src/qdata.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/strong_boundary_conditions.c
/honee/src/turb_spanstats.c
/honee/src/velocity_gradient_projection.c
/honee/stdoutParsing.py
__pycache__/junit_common.cpython-312.pyc
blasius_stgtest.yaml
blasius_test.yaml
junit-xml/.gitignore
junit-xml/LICENSE.txt
junit-xml/README.rst
junit-xml/junit_xml/__init__.py
junit.py
junit_common.py
output/blasius_stgtest.yaml
output/blasius_test.yaml
output/createPyTorchModel/NNModel_HIT.pt
output/createPyTorchModel/NNModel_HIT_fp64_jit.pt
output/createPyTorchModel/README.md
output/createPyTorchModel/update_weights.py
output/diff_filter_mms_y_spacing.dat
output/fluids-navierstokes-adv-rotation-cosine.bin
output/fluids-navierstokes-adv-rotation-implicit-stab-supg.bin
output/fluids-navierstokes-adv-skew.bin
output/fluids-navierstokes-adv-translation-implicit-stab-su.bin
output/fluids-navierstokes-adv2d-rotation-explicit-stab-supg-consistent-mass.bin
output/fluids-navierstokes-adv2d-rotation-explicit-strong.bin
output/fluids-navierstokes-adv2d-rotation-implicit-stab-supg.bin
output/fluids-navierstokes-blasius-bc_slip.bin
output/fluids-navierstokes-blasius-sgs-data-driven.bin
output/fluids-navierstokes-blasius.bin
output/fluids-navierstokes-blasius_STG.bin
output/fluids-navierstokes-blasius_STG_strongBC.bin
output/fluids-navierstokes-blasius_STG_weakT.bin
output/fluids-navierstokes-blasius_diff_filter_aniso_vandriest.bin
output/fluids-navierstokes-blasius_diff_filter_iso.bin
output/fluids-navierstokes-channel-prim.bin
output/fluids-navierstokes-channel.bin
output/fluids-navierstokes-dc-explicit.bin
output/fluids-navierstokes-dc-implicit-stab-none.bin
output/fluids-navierstokes-euler-explicit.bin
output/fluids-navierstokes-euler-implicit.bin
output/fluids-navierstokes-gaussianwave-IDL-entropy.bin
output/fluids-navierstokes-gaussianwave-IDL.bin
output/fluids-navierstokes-gaussianwave-explicit.bin
output/fluids-navierstokes-gaussianwave-shell.bin
output/fluids-navierstokes-shocktube-explicit-su-yzb.bin
output/fluids-navierstokes-taylor-green-IC.bin
output/fluids-navierstokes-turb-spanstats-IC.bin
output/fluids-navierstokes-turb-spanstats-stats.bin
output/stats_test.yaml
output/y00_output.npy
output/y01_output.npy
stats_test.yaml
/honee/vortexshedding.yaml

12