Skip to content
Snippets Groups Projects

Exchange troubled cell

Merged Robert K requested to merge feature/exchange-troubled-cell into master
Compare and Show latest version
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
@@ -21,6 +21,11 @@ def run(Model, Stepper=None,
exact = Model.exact
except:
exact = None
if grid == "polygon":
subsamp=None
print('Disabling subsampling for PolygonGrid')
print("*************************************")
print("**** Running simulation",Model.name)
print("*************************************")
Loading