Skip to content

Commit e7bfe3e

Browse files
committed
Merge branch 'baagaard/update-tests'
* baagaard/update-tests: Add missing matprops.spatialdb.
2 parents e56d602 + ef8d7ba commit e7bfe3e

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ examples/2d/*/*/output/*.h5
3737
examples/2d/*/*/output/*.xmf
3838
tests_auto/*/*/*.h5
3939
tests_auto/*/*/*.xmf
40-
tests_auto/*/*/*.spatialdb
40+
tests_auto/*/*/*_disp.spatialdb
4141
examples/3d/hex8/output
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#SPATIAL.ascii 1
2+
SimpleDB {
3+
num-values = 3
4+
value-names = density vs vp
5+
value-units = kg/m**3 m/s m/s
6+
num-locs = 1
7+
data-dim = 0
8+
space-dim = 2
9+
cs-data = cartesian {
10+
to-meters = 1.0
11+
space-dim = 2
12+
}
13+
}
14+
0.0 0.0 2500.0 3000.0 5291.502622129181

0 commit comments

Comments
 (0)