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

init timestep analysis before output parameter name

parent b25c146e
No related branches found
No related tags found
No related merge requests found
...@@ -294,8 +294,8 @@ class LDDsimulation(object): ...@@ -294,8 +294,8 @@ class LDDsimulation(object):
raise RuntimeError('Parameters note set!\nYou forgott to run self.set_parameters(**kwds)') raise RuntimeError('Parameters note set!\nYou forgott to run self.set_parameters(**kwds)')
# The number of subdomains are counted by self.init_meshes_and_markers() # The number of subdomains are counted by self.init_meshes_and_markers()
self._number_of_subdomains = 0 self._number_of_subdomains = 0
self._add_parameters_to_output_dirname()
self._init_analyse_timesteps() self._init_analyse_timesteps()
self._add_parameters_to_output_dirname()
df.info(colored("initialise meshes and marker functions ...\n", "yellow")) df.info(colored("initialise meshes and marker functions ...\n", "yellow"))
self._init_meshes_and_markers() self._init_meshes_and_markers()
df.info(colored("initialise interfaces ...\n", "yellow")) df.info(colored("initialise interfaces ...\n", "yellow"))
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment