-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implement WENO limiter for DG method #5929
base: main
Are you sure you want to change the base?
Commits on Jun 21, 2024
-
implement WENO limiter for DG method
Yimin Jin committedJun 21, 2024 Configuration menu - View commit details
-
Copy full SHA for ce09083 - Browse repository at this point
Copy the full SHA ce09083View commit details
Commits on Jun 22, 2024
-
Yimin Jin committed
Jun 22, 2024 Configuration menu - View commit details
-
Copy full SHA for b6aaaca - Browse repository at this point
Copy the full SHA b6aaacaView commit details
Commits on Jul 4, 2024
-
add necessary headers for compilation without unity build
Yimin Jin committedJul 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 68e633c - Browse repository at this point
Copy the full SHA 68e633cView commit details -
reformat the .prm file for limiter settings
Yimin Jin committedJul 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 4bfb4a8 - Browse repository at this point
Copy the full SHA 4bfb4a8View commit details -
Update source/simulator/parameters.cc
Co-authored-by: Rene Gassmoeller <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 13ed3c4 - Browse repository at this point
Copy the full SHA 13ed3c4View commit details -
change boundary_preserving to bound_preserving
Yimin Jin committedJul 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 95edb8a - Browse repository at this point
Copy the full SHA 95edb8aView commit details
Commits on Jul 5, 2024
-
replace 'boundary preserving' by 'bound preserving'
Yimin Jin committedJul 5, 2024 Configuration menu - View commit details
-
Copy full SHA for b0c4e8f - Browse repository at this point
Copy the full SHA b0c4e8fView commit details
Commits on Jul 8, 2024
-
add citations for WENO limiter and KXRCF indicator
Yimin Jin committedJul 8, 2024 Configuration menu - View commit details
-
Copy full SHA for a53c298 - Browse repository at this point
Copy the full SHA a53c298View commit details -
scale the characteristic mesh spacing by the diameter of Omega
Yimin Jin committedJul 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 9d46a62 - Browse repository at this point
Copy the full SHA 9d46a62View commit details -
add viscoelastic_beam_modified benchmark with WENO limiter
Yimin Jin committedJul 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 06e7cb8 - Browse repository at this point
Copy the full SHA 06e7cb8View commit details -
add viscoelastic_bending_beam benchmark with WENO limiter
Yimin Jin committedJul 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 36ff891 - Browse repository at this point
Copy the full SHA 36ff891View commit details -
add rotate_shape benchmark with WENO limiter
Yimin Jin committedJul 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 0a25a71 - Browse repository at this point
Copy the full SHA 0a25a71View commit details -
add rotate_shape benchmark with bound-preserving limiter
Yimin Jin committedJul 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 7103a42 - Browse repository at this point
Copy the full SHA 7103a42View commit details
Commits on Jul 11, 2024
-
replace Patterns::Double() by Patterns::List(Patterns::Double()) for …
…Composition KXRCF indicator threshold
Yimin Jin committedJul 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 59f361b - Browse repository at this point
Copy the full SHA 59f361bView commit details -
supplement comments for KXRCF indicator and WENO limiter
Yimin Jin committedJul 11, 2024 Configuration menu - View commit details
-
Copy full SHA for d6a1a0e - Browse repository at this point
Copy the full SHA d6a1a0eView commit details -
supplement the documentation for KXRCF indicator
Yimin Jin committedJul 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 92b5d90 - Browse repository at this point
Copy the full SHA 92b5d90View commit details -
Update source/simulator/parameters.cc
Co-authored-by: Rene Gassmoeller <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e305776 - Browse repository at this point
Copy the full SHA e305776View commit details -
Update source/simulator/parameters.cc
Co-authored-by: Rene Gassmoeller <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f5cbc1c - Browse repository at this point
Copy the full SHA f5cbc1cView commit details -
reformat the .prm file for limiter settings
Yimin Jin committedJul 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 4667dbc - Browse repository at this point
Copy the full SHA 4667dbcView commit details
Commits on Jul 27, 2024
-
Yimin Jin committed
Jul 27, 2024 Configuration menu - View commit details
-
Copy full SHA for aea41a4 - Browse repository at this point
Copy the full SHA aea41a4View commit details -
fix bug: missing case: comments behind parameter value
Yimin Jin committedJul 27, 2024 Configuration menu - View commit details
-
Copy full SHA for fa78f1e - Browse repository at this point
Copy the full SHA fa78f1eView commit details -
correct the parameter entries related with DG limiter
Yimin Jin committedJul 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 3c8173e - Browse repository at this point
Copy the full SHA 3c8173eView commit details