Skip to content

Commit

Permalink
Add test for reading Vec state, this time with p=3 mesh.
Browse files Browse the repository at this point in the history
  • Loading branch information
jedbrown committed Dec 5, 2009
1 parent 1c8762c commit 47a1424
Show file tree
Hide file tree
Showing 2 changed files with 441 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/fs/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dohp_add_test (bu-0 1 bu -dmesh_in "${Dohp_DATA_DIR}/dblock211.h5m" -dfs_orderin

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

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 -malloc_dump)
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 -malloc_dump)
Expand Down
Loading

0 comments on commit 47a1424

Please sign in to comment.