Skip to content

Commit

Permalink
Remove local_tw_csv script (#292)
Browse files Browse the repository at this point in the history
* Remove local_tw_csv script

* Remove the wording of serial

* Add a draft for regression test

* Astyle

* Fix seg fault and potential memory leak

* Fix potential memory leak

* Modify regression tests to support custom files

* Fix bug that overwrites local branch

* Update regressiontest readme for FILES option

* Add regressiong tests (all passed)

* for the fixed time step case, the DMD default option is reset (regression test will fail, as it produces better results.)

* Fix typo

---------

Co-authored-by: Cole Kendrick <[email protected]>
  • Loading branch information
siuwuncheung and ckendrick authored Aug 8, 2024
1 parent 98eda96 commit 1133af0
Show file tree
Hide file tree
Showing 7 changed files with 112 additions and 920 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ if (ENABLE_EXAMPLES)
de_dg_advection_greedy
wave_equation
dg_euler
local_tw_csv
local_dw_csv
parametric_tw_csv
parametric_dw_csv
Expand Down Expand Up @@ -187,7 +186,6 @@ if (ENABLE_EXAMPLES)
dmd
dmd
dmd
dmd
dmd)

list(LENGTH examples len1)
Expand Down
Loading

0 comments on commit 1133af0

Please sign in to comment.