Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
3343
edge_opt
Commits
9fd67a2e
Commit
9fd67a2e
authored
Nov 17, 2020
by
Alexander Nikolas Breuer
Browse files
Fixed provided input mesh location in seismic continuity tests.
parent
ad447b1b
Changes
4
Hide whitespace changes
Inline
Side-by-side
cont/seismic/plane_waves/tet4_uns.xml
View file @
9fd67a2e
...
...
@@ -29,9 +29,10 @@
<cfr>
<mesh>
<files>
<in>
tet4.msh
</in>
</files>
<in>
<base>
tet4
</base>
<extension>
.msh
</extension>
</in>
<boundary>
<periodic>
106
</periodic>
</boundary>
...
...
cont/seismic/plane_waves/tet4_uns_mpi.xml
View file @
9fd67a2e
...
...
@@ -30,9 +30,10 @@
<cfr>
<mesh>
<files>
<in>
tet4_mpi.msh
</in>
</files>
<in>
<base>
tet4_mpi
</base>
<extension>
.msh
</extension>
</in>
<boundary>
<outflow>
105
</outflow>
</boundary>
...
...
cont/seismic/plane_waves/tria3_uns.xml
View file @
9fd67a2e
...
...
@@ -29,10 +29,10 @@
<cfr>
<mesh>
<
files
>
<
in
>
tria3
.msh
</in
>
<
out>
tria3_proc.vtk
</out
>
</
files
>
<
in
>
<
base
>
tria3
</base
>
<
extension>
.msh
</extension
>
</
in
>
<boundary>
<periodic>
106
</periodic>
</boundary>
...
...
cont/seismic/plane_waves/tria3_uns_mpi.xml
View file @
9fd67a2e
...
...
@@ -30,10 +30,10 @@
<cfr>
<mesh>
<
files
>
<
in
>
tria3_mpi
.msh
</in
>
<
out>
tria3_proc.vtk
</out
>
</
files
>
<
in
>
<
base
>
tria3_mpi
</base
>
<
extension>
.msh
</extension
>
</
in
>
<boundary>
<outflow>
105
</outflow>
</boundary>
...
...
Write
Preview
Markdown
is supported
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