Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix MLEBNodeFDLaplacian bottom solver (AMReX-Codes#2963)
MLEBNodeFDLaplacian is never singular because it has Dirichlet boundary on the EB surface. We did set the singular flag to false, but forgot about the bottom solver used a different function to query. This fixes it by overriding the isBottomSingular function.
- Loading branch information