Skip to content

Commit

Permalink
Fixed Bug in 2nd order HPC SN solver (#47)
Browse files Browse the repository at this point in the history
* fix for unit tests?

* started hpc sn solver

* continue mem opt

* continue hpc sn solver

* continue hpc solver

* order 1 solver accellerated'

* lattice qois updated

* clean up of hpc examples

* started 2nd order solver

* added half lattice and 2nd order

* 2nd order solver ready with venkat limiter

* fix output bug

* added 2nd order in time (inefficiently)

* bugfixing 2nd order

* changed initial condiiton to 0

* arrg

* linesource 1st order paralelized

* compartmentalize fvm update and fluxes (10% performance loss)

* fixed lattice

* started 2nd order flux

* restore bs limiter

* fixed 2nd order lattice

* temp comment out hohlraum specific stuff

* fixed hohlraum 2nd order with all QOIS

---------

Co-authored-by: Steffen Schotthöfer <[email protected]>
  • Loading branch information
ScSteffen and Steffen Schotthöfer authored Apr 4, 2024
1 parent 7ee9d64 commit 1444272
Show file tree
Hide file tree
Showing 44 changed files with 1,689 additions and 4,593 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
- name: Run unit tests
run: |
cd build
./unit_tests
OMP_NUM_THREADS=1 ./unit_tests -r junit > unit_tests_report.xml
- name: Code coverage
Expand Down
48 changes: 0 additions & 48 deletions examples_hpc/lattice/lattice_S19_n10.cfg

This file was deleted.

48 changes: 0 additions & 48 deletions examples_hpc/lattice/lattice_S19_n20.cfg

This file was deleted.

48 changes: 0 additions & 48 deletions examples_hpc/lattice/lattice_S19_n40.cfg

This file was deleted.

48 changes: 0 additions & 48 deletions examples_hpc/lattice/lattice_S19_n80.cfg

This file was deleted.

48 changes: 0 additions & 48 deletions examples_hpc/lattice/lattice_S29_n20.cfg

This file was deleted.

48 changes: 0 additions & 48 deletions examples_hpc/lattice/lattice_S29_n40.cfg

This file was deleted.

48 changes: 0 additions & 48 deletions examples_hpc/lattice/lattice_S29_n80.cfg

This file was deleted.

Loading

0 comments on commit 1444272

Please sign in to comment.