Skip to content

Commit

Permalink
Update fsex4-submesh test output
Browse files Browse the repository at this point in the history
  • Loading branch information
jedbrown committed Mar 18, 2011
1 parent 480e3fc commit 2ea0d0c
Show file tree
Hide file tree
Showing 5 changed files with 470 additions and 455 deletions.
6 changes: 3 additions & 3 deletions src/fs/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ dohp_add_test (cunit-affine-0 1 cunit -dfs_ordering_type natural -deform_type af

dohp_add_test (bu-0 1 bu -dmesh_in "${Dohp_DATA_DIR}/dblock211.h5m" -dfs_ordering_type natural)

dohp_add_test (fsex4-submesh-p2 1 fs-ex4 -bdeg 2 -dfs_view -dfs_ordering_type natural)
dohp_add_test (fsex4-submesh-p2-read 1 fs-ex4 -bdeg 2 -dfs_view -dfs_ordering_type natural -read_back)
dohp_add_test (fsex4-submesh-p3-read 1 fs-ex4 -bdeg 3 -dfs_view -dfs_ordering_type natural -read_back -read_back_vec)
dohp_add_test (fsex4-submesh-p1 1 fs-ex4 -bdeg 1 -dfs_view -dfs_ordering_type natural)
dohp_add_test (fsex4-submesh-p1-read 1 fs-ex4 -bdeg 1 -dfs_view -dfs_ordering_type natural -read_back)
dohp_add_test (fsex4-submesh-p2-read 1 fs-ex4 -bdeg 2 -dfs_view -dfs_ordering_type natural -read_back -read_back_vec)

dohp_add_test (ellip-e0-b2-p16 1 ellip -dmesh_in "${Dohp_DATA_DIR}/dblock4.h5m" -snes_monitor_short -ksp_monitor_short -pc_type lu -exact_a 1.6 -exact_b 1.7 -exact_c 1.8 -exact 0 -const_bdeg 2 -ellip_p 1.6 -dfs_ordering_type natural)
dohp_add_test (ellip-e0-b4-p16 1 ellip -dmesh_in "${Dohp_DATA_DIR}/dblock4.h5m" -snes_monitor_short -ksp_monitor_short -pc_type lu -exact_a 1.6 -exact_b 1.7 -exact_c 1.8 -exact 0 -const_bdeg 4 -ellip_p 1.6 -djac_tensor_no_unroll -dfs_ordering_type natural)
Expand Down
113 changes: 113 additions & 0 deletions src/fs/tests/refout/fsex4-submesh-p1-read.refout
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
dFS object:(no prefix)
type: cont
General information about the mesh topology.
number of vertices=14 edges=25 faces=15 regions=3
On rank 0: 24/24 expanded nodes constrained against 14+0 / 14+0 real nodes, 14 / 14 closure
Block size 1: global dofs 14, ghost dofs 0, closure dofs 14
Continuous Galerkin function space
Offsets for 3 subelements
0: 0 8 16 24
Connectivity
0: 0 1 2 3 7 8 9 10 0 3 4 5 7 10 11 12 0 5 6 1
20: 7 12 13 8
Coordinates
Vector Object: 1 MPI processes
type: mpi
Process [0]
0
0
0
1
0
0
0.5
1.5
0
-0.3
0.8
0
-1.5
0
0
-0.3
-0.8
0
0.5
-1.5
0
0
0
1
1
0
1
0.5
1.5
1
-0.3
0.8
1
-1.5
0
1
-0.3
-0.8
1
0.5
-1.5
1
[0] DHM has 1 steps available
[0] step 0 time 0.1
fspace[0] 'dFS_0', blocks 1
field[0] 'my_vec', fspace 'dFS_0', bs 1
Offsets for 3 subelements
0: 0 8 16 24
Connectivity
0: 0 1 2 3 7 8 9 10 0 3 4 5 7 10 11 12 0 5 6 1
20: 7 12 13 8
Coordinates
Vector Object: 1 MPI processes
type: mpi
Process [0]
0
0
0
1
0
0
0.5
1.5
0
-0.3
0.8
0
-1.5
0
0
-0.3
-0.8
0
0.5
-1.5
0
0
0
1
1
0
1
0.5
1.5
1
-0.3
0.8
1
-1.5
0
1
-0.3
-0.8
1
0.5
-1.5
1
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ Connectivity
0: 0 1 2 3 7 8 9 10 0 3 4 5 7 10 11 12 0 5 6 1
20: 7 12 13 8
Coordinates
Vector Object: 1 MPI processes
type: mpi
Process [0]
0
0
0
Expand Down

0 comments on commit 2ea0d0c

Please sign in to comment.