History log of /honee/problems/ (Results 76 – 100 of 262)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ae2b091f26-Jun-2024 James Wright <james@jameswright.xyz>

chore: Move to Apache-2.0 OR BSD-2-Clause


/honee/LICENSE-APACHE
/honee/LICENSE-BSD
/honee/common.mk
/honee/examples/conv_test.sh
/honee/examples/navierstokes.c
/honee/examples/stdoutParsing.py
/honee/include/bc_definition.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
advection.c
bc_freestream.c
bc_slip.c
blasius.c
channel.c
densitycurrent.c
eulervortex.c
gaussianwave.c
newtonian.c
sgs_dd_model.c
sgs_model_torch_weak.c
shocktube.c
stg_shur14.c
stg_shur14.h
taylorgreen.c
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/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
6466782509-Jul-2024 James Wright <james@jameswright.xyz>

qf: Add Norm3 utility function

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

bc: Implement 3D dXdx for strong STG

- Used for determining element size in STG calculation

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

fix: Clean up basis and restrictions for SGS and filtering

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

fix: Destroy array from PetscStrToArray

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

fix: Euler context memory leak

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

fix: Fix stabilized mass memory leak

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

misc: Formatting and other minor fixes

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

chore: Move navierstokes.* out of root directory

navierstokes.h to include and navierstokes.c into examples


/honee/.gitignore
/honee/.gitlab-ci.yml
/honee/.gitlab/issue_templates/bug_report.md
/honee/.gitlab/issue_templates/feature_request.md
/honee/.gitlab/merge_request_templates/default.md
/honee/AUTHORS
/honee/CHANGELOG.md
/honee/CONTRIBUTING.md
/honee/Doxyfile
/honee/Makefile
/honee/README.md
/honee/conf.py
/honee/doc/css/altair-plot.css
/honee/doc/intro.md
/honee/doc/references.bib
/honee/doc/requirements.txt
/honee/doc/runtime_options.md
/honee/doc/theory.md
/honee/examples/STGInflow_blasius.dat
/honee/examples/STGRand.dat
/honee/examples/advection.yaml
/honee/examples/blasius.yaml
/honee/examples/channel.yaml
/honee/examples/conv_plot.py
/honee/examples/conv_test.sh
/honee/examples/gaussianwave.yaml
/honee/examples/meshes/Makefile
/honee/examples/meshes/cylinder.geo
/honee/examples/navierstokes.c
/honee/examples/postprocess/vortexshedding.py
/honee/examples/stdoutParsing.py
/honee/examples/vortexshedding.yaml
/honee/include/navierstokes.h
/honee/include/petsc-ceed-utils.h
/honee/include/petsc-ceed.h
/honee/index.md
advection.c
bc_freestream.c
bc_slip.c
blasius.c
channel.c
densitycurrent.c
eulervortex.c
gaussianwave.c
newtonian.c
sgs_dd_model.c
shocktube.c
stg_shur14.c
stg_shur14.h
taylorgreen.c
/honee/qfunctions/blasius.h
/honee/qfunctions/channel.h
/honee/qfunctions/densitycurrent.h
/honee/qfunctions/gaussianwave.h
/honee/qfunctions/newtonian.h
/honee/qfunctions/newtonian_state.h
/honee/qfunctions/taylorgreen.h
/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/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/tests/blasius_stgtest.yaml
/honee/tests/createPyTorchModel/NNModel_HIT.pt
/honee/tests/createPyTorchModel/NNModel_HIT_fp64_jit.pt
/honee/tests/createPyTorchModel/README.md
/honee/tests/createPyTorchModel/update_weights.py
/honee/tests/junit.py
/honee/tests/smartsim_regression_framework.py
/honee/tests/stats_test.yaml
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
advection.c
blasius.c
/honee/smartsim_regression_framework.py
/honee/src/mat-ceed.c
/honee/src/petsc_ops.c
/honee/src/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
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

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>

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

refactor(fluids): Rename some booleans

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

fluids: Use TORCH_DEVICE_CPU for sycl backends

On Sunspot, on-device inference is not working reliably. I'm not sure
exactly why at the moment (whether it's a libCEED backend issue or
something else

fluids: Use TORCH_DEVICE_CPU for sycl backends

On Sunspot, on-device inference is not working reliably. I'm not sure
exactly why at the moment (whether it's a libCEED backend issue or
something else).

show more ...

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

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

fluids: Add check to blasius for state variable

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

fluids: Add QDataGet functions

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

fluids: Introduce -idl_pressure option

Also re-instates the old P0 behavior with regard to the idl_pressure

1234567891011