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

comment output file string block

parent 3af3371c
No related branches found
No related tags found
No related merge requests found
...@@ -262,6 +262,7 @@ output_string = "./output/{}-{}_timesteps{}_P{}".format( ...@@ -262,6 +262,7 @@ output_string = "./output/{}-{}_timesteps{}_P{}".format(
datestr, use_case, number_of_timesteps, FEM_Lagrange_degree datestr, use_case, number_of_timesteps, FEM_Lagrange_degree
) )
~~~ ~~~
This block influences the naming of the output directory. Unless you are unhappy with the naming scheme of output directories, you don't need to touch this block on a per usecase basis.
### DOMAIN SUBSTRUCTURING ### DOMAIN SUBSTRUCTURING
~~~python ~~~python
...@@ -271,7 +272,7 @@ interface_def_points = substructuring.interface_def_points ...@@ -271,7 +272,7 @@ interface_def_points = substructuring.interface_def_points
adjacent_subdomains = substructuring.adjacent_subdomains adjacent_subdomains = substructuring.adjacent_subdomains
subdomain_def_points = substructuring.subdomain_def_points subdomain_def_points = substructuring.subdomain_def_points
outer_boundary_def_points = substructuring.outer_boundary_def_points outer_boundary_def_points = substructuring.outer_boundary_def_points
~~ ~~~
### MODEL CONFIGURATION ### MODEL CONFIGURATION
~~~python ~~~python
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment