Commit 4adb45d5 authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Disable dynamic order runtime option for development cases

parent 4d69debb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ system_settings:

runtime:
  refinement   : 1
  # Dynamically adjust calculation order (0 is disabled)
  dyn_orders   : 0

input_settings:
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ system_settings:

runtime:
  refinement   : 1
  # Dynamically adjust calculation order (0 is disabled)
  dyn_orders   : 0

input_settings:
+4 −0
Original line number Diff line number Diff line
@@ -12,6 +12,10 @@ input_settings:
  # Name of the geometry description file
  geometry_file: "DSPH"

runtime:
  # Dynamically adjust calculation order (0 is disabled)
  dyn_orders   : 0
  
output_settings:
  # Index of the scale for transition matrix output
  jwtm         : 1