You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
recompute=30, # Number of iterations before recompute Jacobian.
54
56
recompute_tstep=10, # Number of time steps before recompute Jacobian.
55
57
save_step=1, # Save frequency of files for visualisation
56
-
folder="stenosis_test", # Folder where the results will be stored
58
+
folder="stenosis_2d", # Folder where the results will be stored
57
59
checkpoint_step=50, # checkpoint frequency
58
60
kill_time=100000, # in seconds, after this time start dumping checkpoints every timestep
59
61
save_deg=1# Default could be 1. 1 saves the nodal values only while 2 takes full advantage of the mide side nodes available in the P2 solution. P2 for nice visualisations
0 commit comments