-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modgenstat: use 0-fields instead of m-fields for statistics
The statistics routines are run at the end of a full RK time step, after the tstep_integrate routine. The m-fields and 0-fields are equal at this point. But the halo cells of m-fields are not exchanged, which matters for some calculations involving interpolated velocities. For consistency, use 0-fields for everything.
- Loading branch information
Showing
1 changed file
with
33 additions
and
33 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