History log of /honee/ (Results 526 – 550 of 1514)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
179276a525-Jun-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Add LICENSE

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

Delete LICENSE


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

Update LICENSE


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

Remove build directory (before updated .gitignore)


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

chore: Get tests back up and running


.gitignore
Makefile
build/.DIR
build/navierstokes.d
build/navierstokes.o
build/problems/.DIR
build/problems/advection.d
build/problems/advection.o
build/problems/bc_freestream.d
build/problems/bc_freestream.o
build/problems/bc_slip.d
build/problems/bc_slip.o
build/problems/blasius.d
build/problems/blasius.o
build/problems/channel.d
build/problems/channel.o
build/problems/densitycurrent.d
build/problems/densitycurrent.o
build/problems/eulervortex.d
build/problems/eulervortex.o
build/problems/gaussianwave.d
build/problems/gaussianwave.o
build/problems/newtonian.d
build/problems/newtonian.o
build/problems/sgs_dd_model.d
build/problems/sgs_dd_model.o
build/problems/sgs_model_torch_weak.d
build/problems/sgs_model_torch_weak.o
build/problems/shocktube.d
build/problems/shocktube.o
build/problems/stg_shur14.d
build/problems/stg_shur14.o
build/problems/taylorgreen.d
build/problems/taylorgreen.o
build/src/.DIR
build/src/bc_definition.d
build/src/bc_definition.o
build/src/boundary_condition.d
build/src/boundary_condition.o
build/src/cloptions.d
build/src/cloptions.o
build/src/differential_filter.d
build/src/differential_filter.o
build/src/dm_utils.d
build/src/dm_utils.o
build/src/grid_anisotropy_tensor.d
build/src/grid_anisotropy_tensor.o
build/src/inverse_multiplicity.d
build/src/inverse_multiplicity.o
build/src/log_events.d
build/src/log_events.o
build/src/mat-ceed.d
build/src/mat-ceed.o
build/src/misc.d
build/src/misc.o
build/src/petsc_ops.d
build/src/petsc_ops.o
build/src/qdata.d
build/src/qdata.o
build/src/setupdm.d
build/src/setupdm.o
build/src/setuplibceed.d
build/src/setuplibceed.o
build/src/setupts.d
build/src/setupts.o
build/src/smartsim_weak.d
build/src/smartsim_weak.o
build/src/strong_boundary_conditions.d
build/src/strong_boundary_conditions.o
build/src/turb_spanstats.d
build/src/turb_spanstats.o
build/src/velocity_gradient_projection.d
build/src/velocity_gradient_projection.o
common.mk
navierstokes.c
smartsim_regression_framework.py
tests/__pycache__/junit_common.cpython-312.pyc
tests/blasius_stgtest.yaml
tests/blasius_test.yaml
tests/junit-xml/.gitignore
tests/junit-xml/LICENSE.txt
tests/junit-xml/README.rst
tests/junit-xml/junit_xml/__init__.py
tests/junit.py
tests/junit_common.py
tests/output/blasius_stgtest.yaml
tests/output/blasius_test.yaml
tests/output/createPyTorchModel/NNModel_HIT.pt
tests/output/createPyTorchModel/NNModel_HIT_fp64_jit.pt
tests/output/createPyTorchModel/README.md
tests/output/createPyTorchModel/update_weights.py
tests/output/diff_filter_mms_y_spacing.dat
tests/output/fluids-navierstokes-adv-rotation-cosine.bin
tests/output/fluids-navierstokes-adv-rotation-implicit-stab-supg.bin
tests/output/fluids-navierstokes-adv-skew.bin
tests/output/fluids-navierstokes-adv-translation-implicit-stab-su.bin
tests/output/fluids-navierstokes-adv2d-rotation-explicit-stab-supg-consistent-mass.bin
tests/output/fluids-navierstokes-adv2d-rotation-explicit-strong.bin
tests/output/fluids-navierstokes-adv2d-rotation-implicit-stab-supg.bin
tests/output/fluids-navierstokes-blasius-bc_slip.bin
tests/output/fluids-navierstokes-blasius-sgs-data-driven.bin
tests/output/fluids-navierstokes-blasius.bin
tests/output/fluids-navierstokes-blasius_STG.bin
tests/output/fluids-navierstokes-blasius_STG_strongBC.bin
tests/output/fluids-navierstokes-blasius_STG_weakT.bin
tests/output/fluids-navierstokes-blasius_diff_filter_aniso_vandriest.bin
tests/output/fluids-navierstokes-blasius_diff_filter_iso.bin
tests/output/fluids-navierstokes-channel-prim.bin
tests/output/fluids-navierstokes-channel.bin
tests/output/fluids-navierstokes-dc-explicit.bin
tests/output/fluids-navierstokes-dc-implicit-stab-none.bin
tests/output/fluids-navierstokes-euler-explicit.bin
tests/output/fluids-navierstokes-euler-implicit.bin
tests/output/fluids-navierstokes-gaussianwave-IDL-entropy.bin
tests/output/fluids-navierstokes-gaussianwave-IDL.bin
tests/output/fluids-navierstokes-gaussianwave-explicit.bin
tests/output/fluids-navierstokes-gaussianwave-shell.bin
tests/output/fluids-navierstokes-shocktube-explicit-su-yzb.bin
tests/output/fluids-navierstokes-taylor-green-IC.bin
tests/output/fluids-navierstokes-turb-spanstats-IC.bin
tests/output/fluids-navierstokes-turb-spanstats-stats.bin
tests/output/stats_test.yaml
tests/output/y00_output.npy
tests/output/y01_output.npy
tests/stats_test.yaml
abfdeb2425-Jun-2024 James Wright <james@jameswright.xyz>

Fork off from libCEED fluids example

All commits previous to this originate from the libCEED fluids example.

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

Merge pull request #1606 from CEED/jrwrigh/ken_stg_additions

fluids: Add dyScale and dz to STG options

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

Merge pull request #1609 from CEED/jrwrigh/fix_riemann_solvers

fluids: Fix Riemann solvers *_fwd mode functions

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

refactor(fluids): Rename norm -> normal in freestream

Also remove comment references to potential energy, which is no longer
included in the total energy definition.

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

fix(fluids): Correct Riemann HLL *_fwd functions

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

fluids: Add unit tests for Riemann solver functions

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

Merge pull request #1110 from CEED/zach/entropy-variables

Add Entropy Variables to libCEED fluids NS mini-app

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

fluids: Make commandline option arrays all upper case

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

fluids: Add h_scale_factor to STG options

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

fluids: Remove entropy variable from State struct

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

fluids: Proliferate entropy variables, add test

Co-authored-by: Zach Atkins <zacharyjayhawk@gmail.com>

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

fluids: Add Entropy state variable and tests

Co-authored-by: Zach Atkins <zacharyjayhawk@gmail.com>

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

Merge pull request #1600 from CEED/jrwrigh/refactor_bcs_essential

fluids: Introduce BCDefinition, refactor essential BCs

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

refactor(fluids): Rename some booleans

487a3b6e25-Apr-2024 James Wright <james@jameswright.xyz>

fluids: Create BCDefinition, use for essential BCs

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

Merge pull request #1581 from CEED/jrwrigh/pytorch_external_sgs

fluids: Add PyTorch external DD SGS evaluation

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

Merge pull request #1442 from CEED/jrwrigh/stats_docs

fluids: Add documentation for spanwise stats

0b4e9c1b24-May-2024 James Wright <james@jameswright.xyz>

test(fluids): Add SGS torch testing

029382a610-Jan-2024 James Wright <james@jameswright.xyz>

docs(fluids): Spanwise stats

b92b660d24-May-2024 James Wright <james@jameswright.xyz>

fluids: Force recompilation if Makefile changes

1...<<21222324252627282930>>...61