Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
edge_opt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
3343
edge_opt
Commits
9fd67a2e
Commit
9fd67a2e
authored
Nov 17, 2020
by
Alexander Nikolas Breuer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed provided input mesh location in seismic continuity tests.
parent
ad447b1b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
14 deletions
+16
-14
cont/seismic/plane_waves/tet4_uns.xml
cont/seismic/plane_waves/tet4_uns.xml
+4
-3
cont/seismic/plane_waves/tet4_uns_mpi.xml
cont/seismic/plane_waves/tet4_uns_mpi.xml
+4
-3
cont/seismic/plane_waves/tria3_uns.xml
cont/seismic/plane_waves/tria3_uns.xml
+4
-4
cont/seismic/plane_waves/tria3_uns_mpi.xml
cont/seismic/plane_waves/tria3_uns_mpi.xml
+4
-4
No files found.
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