-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improvements on the adaptive time step calculation (#884)
* cleaning, first test looks ok * fix compilation issue on GPU and add input parameter for tolerance * predict next time step for better behavior in parallel simulations * bit of cleaning * further clarification * cleaning * add doc and comments and minor cleaning * fix 1 compilation issue on GPU * update benchmark * fix benchmarks * fix doc * use the appropriate shape factor * not in a kernel, let's use std::min/max * updates from review * improve init and adds flexibility * proper init and remove flexibility in phase advance * further init cleanup * fix checksum
- Loading branch information
1 parent
a9316e1
commit abf6f20
Showing
8 changed files
with
264 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.