Commit b84d7c0
authored
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.1 parent 5e84f43 commit b84d7c0
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
103 | 104 | | |
104 | 105 | | |
105 | 106 | | |
| |||
0 commit comments