Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Lambert Theisen
fenicsR13
Commits
82159bb6
Commit
82159bb6
authored
Aug 02, 2019
by
Lambert Theisen
Browse files
Change convplot output name to haev case name in it
parent
0b41f1f6
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
82159bb6
...
...
@@ -37,4 +37,4 @@
*.ip
# ignore convergence plots
*convergence_plot.pdf
\ No newline at end of file
*convergence_plot*.pdf
\ No newline at end of file
src/postprocessor.py
View file @
82159bb6
...
...
@@ -27,7 +27,7 @@ class Postprocessor:
import matplotlib.pyplot as plt # pylint: disable=C0413
"""
filename
=
"convergence_plot.pdf"
filename
=
"convergence_plot
_"
+
self
.
output_folder
+
"
.pdf"
plt
.
figure
(
num
=
None
,
figsize
=
(
16
,
9
),
dpi
=
100
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment