Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
ec3dde5e
Commit
ec3dde5e
authored
Mar 17, 2020
by
Timo Koch
Browse files
[test] Explicitly tell gmsh to mesh in msh2 format
parent
0fdfa612
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/multidomain/facet/1p_1p/analytical/convergencetest.py
View file @
ec3dde5e
...
...
@@ -49,7 +49,7 @@ for permIndex in range(0, len(k)):
geoFile
.
close
()
tmpGeoFile
.
close
()
subprocess
.
call
([
'gmsh'
,
'-2'
,
"grids/"
+
execName
+
".geo"
])
subprocess
.
call
([
'gmsh'
,
'-format'
,
'msh2'
,
'-2'
,
"grids/"
+
execName
+
".geo"
])
subprocess
.
call
([
'./'
+
execName
,
'params.input'
,
'-Vtk.OutputName'
,
execName
,
'-Grid.File'
,
"grids/"
+
execName
+
".msh"
,
...
...
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