forked from AMReX-Fluids/incflo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Make first call to compute_vel_forces in ApplyPredictor safer for new forms of the forcing term. For the forcing terms currently in incflo, the old way was fine and this code change should not alter results. However, for restart, only old time data is guaranteed to be FillPatched at this point. So, since old and new represent the same data at this point in the code, this is a safer choice for more general forms of the forcing term that users may wish to introduce. 2. Add time step options to Docs 3. Add a comment, fix typo and outdated info in other comments.
- Loading branch information
Showing
3 changed files
with
8 additions
and
3 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