Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LDD-for-two-phase-flow-systems
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Seus
LDD-for-two-phase-flow-systems
Commits
785fda29
Commit
785fda29
authored
Oct 13, 2020
by
David Seus
Browse files
Options
Downloads
Patches
Plain Diff
comment output file string block
parent
3af3371c
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Usecases/README.md
+2
-1
2 additions, 1 deletion
Usecases/README.md
with
2 additions
and
1 deletion
Usecases/README.md
+
2
−
1
View file @
785fda29
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment