History log of /honee/src/ (Results 201 – 225 of 507)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
51a85e6c01-Jul-2024 James Wright <james@jameswright.xyz>

misc: Formatting and other minor fixes

397c018701-Jul-2024 Jeremy L Thompson <jeremy@jeremylt.org>

matceed - mark mat for reassembly when QF data stale

a39f38e001-Jul-2024 Jeremy L Thompson <jeremy@jeremylt.org>

matceed - drop extra header include

000d203201-Jul-2024 Jeremy L Thompson <jeremy@jeremylt.org>

matceed - sync Ratel and HONEE

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

chore: Move navierstokes.* out of root directory

navierstokes.h to include and navierstokes.c into examples

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

fix: Correct format globbing to include all files

Lack of `'` around globs results in shell substitution before it's
passed to `git ls-files`

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

fix: Address GCC compiler warnings

- GCC was concerned that `q` in the STG code was being used
uninitialized
- GCC was also concerned that PetscViewerBinaryRead doesn't guarantee
that the value

fix: Address GCC compiler warnings

- GCC was concerned that `q` in the STG code was being used
uninitialized
- GCC was also concerned that PetscViewerBinaryRead doesn't guarantee
that the value is being set (which is always is...)

show more ...

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

tidy - small fixes


/honee/.gitignore
/honee/.gitlab-ci.yml
/honee/CHANGELOG
/honee/CONTRIBUTING.md
/honee/Makefile
/honee/README.md
/honee/common.mk
/honee/navierstokes.c
/honee/problems/advection.c
/honee/problems/bc_freestream.c
/honee/problems/blasius.c
/honee/problems/stg_shur14.c
/honee/qfunctions/bc_freestream.h
/honee/qfunctions/newtonian_state.h
/honee/qfunctions/riemann_solver.h
/honee/qfunctions/stg_shur14.h
/honee/qfunctions/stg_shur14_type.h
/honee/smartsim_regression_framework.py
mat-ceed.c
petsc_ops.c
qdata.c
/honee/tests/__pycache__/junit_common.cpython-312.pyc
/honee/tests/blasius_stgtest.yaml
/honee/tests/blasius_test.yaml
/honee/tests/junit-xml/.gitignore
/honee/tests/junit-xml/LICENSE.txt
/honee/tests/junit-xml/README.rst
/honee/tests/junit-xml/junit_xml/__init__.py
/honee/tests/junit.py
/honee/tests/junit_common.py
/honee/tests/output/blasius_stgtest.yaml
/honee/tests/output/blasius_test.yaml
/honee/tests/output/createPyTorchModel/NNModel_HIT.pt
/honee/tests/output/createPyTorchModel/NNModel_HIT_fp64_jit.pt
/honee/tests/output/createPyTorchModel/README.md
/honee/tests/output/createPyTorchModel/update_weights.py
/honee/tests/output/diff_filter_mms_y_spacing.dat
/honee/tests/output/fluids-navierstokes-adv-rotation-cosine.bin
/honee/tests/output/fluids-navierstokes-adv-rotation-implicit-stab-supg.bin
/honee/tests/output/fluids-navierstokes-adv-skew.bin
/honee/tests/output/fluids-navierstokes-adv-translation-implicit-stab-su.bin
/honee/tests/output/fluids-navierstokes-adv2d-rotation-explicit-stab-supg-consistent-mass.bin
/honee/tests/output/fluids-navierstokes-adv2d-rotation-explicit-strong.bin
/honee/tests/output/fluids-navierstokes-adv2d-rotation-implicit-stab-supg.bin
/honee/tests/output/fluids-navierstokes-blasius-bc_slip.bin
/honee/tests/output/fluids-navierstokes-blasius-sgs-data-driven.bin
/honee/tests/output/fluids-navierstokes-blasius.bin
/honee/tests/output/fluids-navierstokes-blasius_STG.bin
/honee/tests/output/fluids-navierstokes-blasius_STG_strongBC.bin
/honee/tests/output/fluids-navierstokes-blasius_STG_weakT.bin
/honee/tests/output/fluids-navierstokes-blasius_diff_filter_aniso_vandriest.bin
/honee/tests/output/fluids-navierstokes-blasius_diff_filter_iso.bin
/honee/tests/output/fluids-navierstokes-channel-prim.bin
/honee/tests/output/fluids-navierstokes-channel.bin
/honee/tests/output/fluids-navierstokes-dc-explicit.bin
/honee/tests/output/fluids-navierstokes-dc-implicit-stab-none.bin
/honee/tests/output/fluids-navierstokes-euler-explicit.bin
/honee/tests/output/fluids-navierstokes-euler-implicit.bin
/honee/tests/output/fluids-navierstokes-gaussianwave-IDL-entropy.bin
/honee/tests/output/fluids-navierstokes-gaussianwave-IDL.bin
/honee/tests/output/fluids-navierstokes-gaussianwave-explicit.bin
/honee/tests/output/fluids-navierstokes-gaussianwave-shell.bin
/honee/tests/output/fluids-navierstokes-shocktube-explicit-su-yzb.bin
/honee/tests/output/fluids-navierstokes-taylor-green-IC.bin
/honee/tests/output/fluids-navierstokes-turb-spanstats-IC.bin
/honee/tests/output/fluids-navierstokes-turb-spanstats-stats.bin
/honee/tests/output/stats_test.yaml
/honee/tests/output/y00_output.npy
/honee/tests/output/y01_output.npy
/honee/tests/stats_test.yaml
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

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

fluids: Proliferate entropy variables, add test

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

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

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

fluids: Add log_events.c/h, PetscLogEvent for torch

To have the log_events accessbile to torch (in C++), I needed to
separate out the header file containing the extern PetscLogEvent
declarations. Wh

fluids: Add log_events.c/h, PetscLogEvent for torch

To have the log_events accessbile to torch (in C++), I needed to
separate out the header file containing the extern PetscLogEvent
declarations. While I was at it, I figured it'd be more clear to have a
separate log_events.c file as well to have the actual "storage" of the
PetscLogEvents and the RegisterLogEvents function itself.

show more ...

4c07ec2204-Oct-2023 James Wright <james@jameswright.xyz>

fluids: Add PyTorch external DD SGS evaluation

- Rename sequential_internal -> *_ceed

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

fix(fluids): Spanwise width miscalculated for statsitics

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

Merge pull request #1573 from CEED/jrwrigh/fix_fluids_printing

fluids: Correct printing of MatTypes

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

fluids: Print correct Mat Types

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

fluids: Add back CeedOperator PetscLogEvents

Remove the unused fluids-based ones in favor of the built-in MatCeed
ones

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

fix(fluids): Print info just before solving

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

fix(fluids): Add PCNONE to MatCeed solver selection

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

fluids: Demo MatCeed{Get,Set}ContextReal

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

fluids: Use new MatCeed/Ratel updates

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

fluids: Update MatCeed with Ratel updates

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

fluids: Add QDataGet functions

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

Merge pull request #1568 from CEED/jrwrigh/fix_blasius_state

fix: Correct P0 deprecation

12345678910>>...21