Commit 5bd9494
authored
Account for metric term in fluxes due to inhomogeneous Neumann boundary conditions (#4579)
This fix targets the calculation of fluxes following a linear solve
using an MLCellABecLapT linear operator with a metric term. Previously,
there was an inconsistency between fluxes within the domain and at the
domain boundaries - the presence of the metric term was only accounted
for in the calculation of fluxes within the domain but not in the
calculation of fluxes at the domain boundary. By changing the order of
operations in the MLCellABecLapT::getFluxes method, this fix solves that
issue and fluxes are calculated consistently across the domain.1 parent ccc9119 commit 5bd9494
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
289 | 288 | | |
290 | 289 | | |
291 | 290 | | |
292 | 291 | | |
293 | 292 | | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
294 | 296 | | |
295 | 297 | | |
296 | 298 | | |
| |||
0 commit comments