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

uiae

parent f01d6204
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ lambda_nw = 4 ...@@ -54,7 +54,7 @@ lambda_nw = 4
include_gravity = False include_gravity = False
debugflag = False debugflag = False
analyse_condition = False analyse_condition = True
if mesh_study: if mesh_study:
output_string = "./output/{}-{}_timesteps{}_P{}".format(datestr, use_case, number_of_timesteps, FEM_Lagrange_degree) output_string = "./output/{}-{}_timesteps{}_P{}".format(datestr, use_case, number_of_timesteps, FEM_Lagrange_degree)
...@@ -69,7 +69,7 @@ if mesh_study: ...@@ -69,7 +69,7 @@ if mesh_study:
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