-
Notifications
You must be signed in to change notification settings - Fork 355
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow hidden dimension when calling FFlux routines (#4162)
The FFlux routines in AMReX_MLPoisson.H and AMReX_MLALaplacian.H previously had assertions that there were no hidden directions. We have replaced that by if tests that only compute the fluxes if the direction is not hidden and otherwise fill the flux array with 0.
- Loading branch information
Showing
2 changed files
with
222 additions
and
146 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
Oops, something went wrong.