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

fix solver tol in dir name in mesh studies

parent 293f1b25
No related branches found
No related tags found
No related merge requests found
......@@ -1563,7 +1563,7 @@ class LDDsimulation(object):
# if we want to investigate the EOC and mesh dependence, we do not want
# to put all data files with different grids in different directories.
if self.mesh_study:
dirname = "dt" + "{}".format(self.timestep_size)+ "solver_tol{}".format(self.LDDsolver_tol) + "mesh_study_t0-{}".format(self.starttime) + gravity_string + "/"
dirname = "dt" + "{}".format(self.timestep_size)+ "mesh_study_on-[{1:.2f},{1:.2f}]".format(self.starttime,self.endtime) + gravity_string + "/"
else:
dirname = "mesh_res" + "{}_".format(self.mesh_resolution)\
+ "dt" + "{}".format(self.timestep_size)\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment