This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce the number of fillPatch operations (#191)
* Change signature of transport kernels to use Array4<const Real> on T. * Start reducing the number of FillPatch operation. Transport calc* now uses class state since only 1 ghost cell is needed. * Remove part of the FPI in compute_diffdiff_term. * Comb. through the code to remove some more FillPatch operations. Change _OPENMP to AMREX_USE_OMP. Use const_array as much as possible. * Forgot a couple of VisMF. * A couple more const Refs of state data. * Slight re-order of advance_setup operations.
Showing
3 changed files
with
936 additions
and
979 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
Large diffs are not rendered by default.
Oops, something went wrong.
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