History log of /honee/tests/ (Results 1 – 25 of 46)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f5d9ab2009-Feb-2026 James Wright <james@jameswright.xyz>

test(junit): Remove unused parameter

Also causes issues with Python 3.14

8314b54109-Feb-2026 James Wright <james@jameswright.xyz>

fix(upstream): -ts_dt -> -ts_time_step

00359db421-Oct-2025 James Wright <james@jameswright.xyz>

Merge MR !161, 'jrwrigh/dm-utils-coords', into 'main'

feat(dm_utils): Add Coordinate-specific getter for CeedField values

See merge request phypid/honee!161

7e3656bd16-Oct-2025 James Wright <james@jameswright.xyz>

feat: Add dedicated mesh transform functionality

Mostly so that the mesh transformation can occur independently of the
coordinate scaling process.


/honee/.clang-format
/honee/.gitignore
/honee/.gitlab-ci.yml
/honee/CHANGELOG.md
/honee/Makefile
/honee/examples/blasius.yaml
/honee/examples/flatplate_STG.yaml
/honee/examples/navierstokes.c
/honee/include/bc_definition.h
/honee/include/differential_filter.h
/honee/include/dm-utils.h
/honee/include/honee-file.h
/honee/include/honee.h
/honee/include/log_events.h
/honee/include/mat-ceed-impl.h
/honee/include/mat-ceed.h
/honee/include/navierstokes.h
/honee/include/nodal_projection.h
/honee/include/sgs_model_torch.h
/honee/include/spanstats.h
/honee/problems/advection.c
/honee/problems/bc_outflow.c
/honee/problems/blasius.c
/honee/problems/channel.c
/honee/problems/densitycurrent.c
/honee/problems/eulervortex.c
/honee/problems/newtonian.c
/honee/problems/sgs_dd_model.c
/honee/problems/shocktube.c
/honee/problems/stg_shur14.c
/honee/qfunctions/advection.h
/honee/qfunctions/mass.h
/honee/qfunctions/newtonian.h
/honee/qfunctions/newtonian_state.h
/honee/qfunctions/setupgeo_helpers.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-file.c
/honee/src/honee-ksp.c
/honee/src/honee-mass.c
/honee/src/honee-meshtransform.c
/honee/src/honee.c
/honee/src/inverse_multiplicity.c
/honee/src/log_events.c
/honee/src/mat-ceed.c
/honee/src/misc.c
/honee/src/monitor_cfl.c
/honee/src/monitor_totalkineticenergy.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/solution.c
/honee/src/spanstats/cflpe.c
/honee/src/spanstats/spanstats.c
/honee/src/spanstats/turbulence.c
/honee/src/strong_boundary_conditions.c
/honee/src/velocity_gradient_projection.c
blasius_stgtest.yaml
blasius_test.yaml
smartsim_regression_framework.py
stats_test.yaml
da59998621-Oct-2025 James Wright <james@jameswright.xyz>

test: Upload smartsim data as failure artifacts


/honee/.clang-format
/honee/.gitignore
/honee/.gitlab-ci.yml
/honee/Makefile
/honee/include/bc_definition.h
/honee/include/differential_filter.h
/honee/include/dm-utils.h
/honee/include/honee-file.h
/honee/include/honee.h
/honee/include/log_events.h
/honee/include/mat-ceed-impl.h
/honee/include/mat-ceed.h
/honee/include/navierstokes.h
/honee/include/nodal_projection.h
/honee/include/sgs_model_torch.h
/honee/include/spanstats.h
/honee/problems/advection.c
/honee/problems/bc_outflow.c
/honee/problems/blasius.c
/honee/problems/densitycurrent.c
/honee/problems/newtonian.c
/honee/problems/sgs_dd_model.c
/honee/problems/stg_shur14.c
/honee/qfunctions/advection.h
/honee/qfunctions/mass.h
/honee/qfunctions/newtonian.h
/honee/qfunctions/newtonian_state.h
/honee/qfunctions/setupgeo_helpers.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-file.c
/honee/src/honee-ksp.c
/honee/src/honee-mass.c
/honee/src/honee.c
/honee/src/inverse_multiplicity.c
/honee/src/log_events.c
/honee/src/mat-ceed.c
/honee/src/misc.c
/honee/src/monitor_cfl.c
/honee/src/monitor_totalkineticenergy.c
/honee/src/qdata.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/spanstats/cflpe.c
/honee/src/spanstats/spanstats.c
/honee/src/spanstats/turbulence.c
/honee/src/strong_boundary_conditions.c
/honee/src/velocity_gradient_projection.c
junit.py
755bbe2504-Sep-2025 James Wright <james@jameswright.xyz>

test: Add advection CFL/Pe spanstats test


/honee/.gitlab-ci.yml
/honee/Makefile
/honee/doc/examples.md
/honee/doc/runtime_options.md
/honee/examples/navierstokes.c
/honee/include/navierstokes.h
/honee/include/petsc-ceed-utils.h
/honee/problems/advection.c
/honee/problems/bc_freestream.c
/honee/problems/bc_outflow.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/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/utils.h
/honee/qfunctions/velocity_gradient_projection.h
/honee/src/diff_flux_projection.c
/honee/src/differential_filter.c
/honee/src/honee.c
/honee/src/mat-ceed.c
/honee/src/setupdm.c
/honee/src/setuplibceed.c
/honee/src/smartsim/sgs_dd_training.c
/honee/src/spanstats/cflpe.c
/honee/src/spanstats/spanstats.c
/honee/src/spanstats/turbulence.c
/honee/src/strong_boundary_conditions.c
output/cflpe-spanstats-stats-adv-rotation.bin
1fc84d6020-Aug-2025 James Wright <james@jameswright.xyz>

feat: Use SmartRedis DataSet to add solution data

Allows for adding metadata tagged with the actual data at the same time

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

test(smartsim): Add test for smartsim solution addition

e45c6f4021-Jul-2025 Zach Atkins <zach.atkins@colorado.edu>

feat(subsearch): Add subsearch option to test harness, update test harness for Ratel and libCEED parity

0aab724906-Jul-2025 James Wright <james@jameswright.xyz>

test: Add test for -ts_monitor_spanstats_cflpe


/honee/CHANGELOG.md
/honee/Makefile
/honee/conf.py
/honee/doc/auxiliary.md
/honee/doc/examples.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-file.c
/honee/src/honee-mass.c
/honee/src/honee.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
output/cflpe-spanstats-stats.bin
stats_test.yaml
a5677b8117-Jun-2025 Mohi <mohadese.khoshnevisan99@gmail.com>

(!109) Add HONEE Git and Version info commands

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

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

test: Modify TG test for background velocity

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
/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/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
output/adv-rotation-cosine.bin
output/adv-rotation-implicit-stab-supg.bin
output/adv-skew.bin
output/adv-translation-implicit-stab-su.bin
output/adv2d-boundary-layer-ic.bin
output/adv2d-rotation-explicit-stab-supg-consistent-mass.bin
output/adv2d-rotation-explicit-strong.bin
output/adv2d-rotation-implicit-stab-supg.bin
output/adv2d-wave-sine.bin
output/adv2d-wave-square-direct_divdiff.bin
output/adv2d-wave-square-indirect_divdiff.bin
output/blasius-bc_slip.bin
output/blasius-bc_slip_indirect.bin
output/blasius-sgs-data-driven.bin
output/blasius.bin
output/blasius_STG.bin
output/blasius_STG_strongBC.bin
output/blasius_STG_weakT.bin
output/blasius_diff_filter_aniso_vandriest.bin
output/blasius_diff_filter_iso.bin
output/channel-prim.bin
output/channel.bin
output/dc-explicit.bin
output/dc-implicit-stab-none.bin
output/euler-explicit.bin
output/euler-implicit.bin
output/flatplate-STG.bin
output/gaussianwave-IDL-entropy.bin
output/gaussianwave-IDL.bin
output/gaussianwave-cgns-load.bin
output/gaussianwave-explicit.bin
output/gaussianwave-shell.bin
output/shocktube-explicit-su-yzb.bin
output/taylor-green-IC.bin
output/taylor-green.bin
output/turb-spanstats-IC.bin
output/turb-spanstats-stats.bin
stats_test.yaml
87fd7f3307-Dec-2024 James Wright <james@jameswright.xyz>

feat: Add -ts_monitor_cfl

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

test: Add CGNS load IC test

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

chore: Cleanup junit.py from old libCEED vestiages

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

Merge MR !79, 'jrwrigh/monitor_dissipation', into 'main'

feat: Add ts_monitor_total_kinetic_energy

See merge request phypid/honee!79

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

test: Add test for total_ke csv monitor

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

test: Add diff_csv_comment_function, implement diff_csv_kwargs

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

test(common): Add comment feature to diff_csv

Also adds:
- `diff_csv_kwargs` to `SuiteSpec` to pass kwargs to diff_csv()
- Changes how csv reference file names are taken

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

test: Change test class name to HoneeSuiteSpec

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

test: Fail if output file not found

See ratel:!957

12