Skip to content
Snippets Groups Projects
Commit ebb11185 authored by David Seus's avatar David Seus
Browse files

remove debug flag

parent 352d62aa
Branches
No related tags found
No related merge requests found
...@@ -106,7 +106,7 @@ lambda56_w = 0.75 ...@@ -106,7 +106,7 @@ lambda56_w = 0.75
lambda56_nw = 0.75 lambda56_nw = 0.75
include_gravity = False include_gravity = False
debugflag = True debugflag = False
analyse_condition = False analyse_condition = False
# I/O CONFIG ################################################################# # I/O CONFIG #################################################################
...@@ -147,7 +147,7 @@ else: ...@@ -147,7 +147,7 @@ else:
write_to_file = { write_to_file = {
'space_errornorms': True, 'space_errornorms': True,
'meshes_and_markers': True, 'meshes_and_markers': True,
'L_iterations_per_timestep': False, 'L_iterations_per_timestep': True,
'solutions': True, 'solutions': True,
'absolute_differences': True, 'absolute_differences': True,
'condition_numbers': analyse_condition, 'condition_numbers': analyse_condition,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment