Skip to content

Commit

Permalink
Make all the examples create their own mesh on the fly instead of rea…
Browse files Browse the repository at this point in the history
…ding it from a file.
  • Loading branch information
jedbrown committed Jun 14, 2011
1 parent 2941b39 commit 761af29
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/fs/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,31 +43,31 @@ dohp_add_test (fs-mf-op-proj-1 1 fs-ex1 -const_BDeg 6 -snes_mf_operator -ksp_co
dohp_add_test (cunit-identity-0 1 cunit -dfs_ordering_type natural -deform_type identity -expanded_view -cexp_view -nce_view -nce_compare)
dohp_add_test (cunit-affine-0 1 cunit -dfs_ordering_type natural -deform_type affine -nce_view -nce_compare)

dohp_add_test (bu-0 1 bu -dmesh_in "${Dohp_DATA_DIR}/dblock211.h5m" -dfs_ordering_type natural)
dohp_add_test (bu-0 1 bu -dmesh_gen block -dmeshgen_block_mnp 3,2,2 -dfs_ordering_type natural)

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-b1-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 1 -ellip_p 1.6 -dfs_ordering_type natural)
dohp_add_test (ellip-e0-b3-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 3 -ellip_p 1.6 -djac_tensor_no_unroll -dfs_ordering_type natural)
dohp_add_test (ellip-e0-b3-p14-sse 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 3 -ellip_p 1.4)
dohp_add_test (ellip-e0-b3-p17-lam1-sse 1 ellip -dmesh_in "${Dohp_DATA_DIR}/dblock4.h5m" -snes_monitor_short -ksp_monitor_short -pc_type lu -exact 0 -const_bdeg 3 -ellip_p 1.7 -ellip_lam 1)
dohp_add_test (ellip-morph 1 ellip -dmesh_in "${Dohp_DATA_DIR}/dblock4.h5m" -morph 1 -twist 0.4 -ksp_monitor_short -snes_max_it 1 -ksp_rtol 1e-8 -ksp_type cg -pc_type lu)
dohp_add_test (ellip-morph-qfast 1 ellip -dmesh_in "${Dohp_DATA_DIR}/dblock4.h5m" -morph 0.5 -twist 0.1 -ellip_p 1.9 -exact 3 -ksp_monitor_short -snes_max_it 1 -ksp_type richardson -pc_type lu -ellip_jac_qmethod fast)
dohp_add_test (ellip-e0-b1-p16 1 ellip -dmesh_gen block -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 1 -ellip_p 1.6 -dfs_ordering_type natural)
dohp_add_test (ellip-e0-b3-p16 1 ellip -dmesh_gen block -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 3 -ellip_p 1.6 -djac_tensor_no_unroll -dfs_ordering_type natural)
dohp_add_test (ellip-e0-b3-p14-sse 1 ellip -dmesh_gen block -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 3 -ellip_p 1.4)
dohp_add_test (ellip-e0-b3-p17-lam1-sse 1 ellip -dmesh_gen block -snes_monitor_short -ksp_monitor_short -pc_type lu -exact 0 -const_bdeg 3 -ellip_p 1.7 -ellip_lam 1)
dohp_add_test (ellip-morph 1 ellip -dmesh_gen block -morph 1 -twist 0.4 -ksp_monitor_short -snes_max_it 1 -ksp_rtol 1e-8 -ksp_type cg -pc_type lu)
dohp_add_test (ellip-morph-qfast 1 ellip -dmesh_gen block -morph 0.5 -twist 0.1 -ellip_p 1.9 -exact 3 -ksp_monitor_short -snes_max_it 1 -ksp_type richardson -pc_type lu -ellip_jac_qmethod fast)

dohp_add_test (elast-e0-b3-g01 1 elast -dmesh_in "${Dohp_DATA_DIR}/dblock4.h5m" -snes_monitor_short -ksp_monitor_short -pc_type ilu -exact_a 0.98 -exact_b 1.01 -exact_c 1.01 -exact 0 -const_bdeg 3 -dfs_ordering_type natural)
dohp_add_test (elast-e0-b3-g01 1 elast -dmesh_gen block -snes_monitor_short -ksp_monitor_short -pc_type ilu -exact_a 0.98 -exact_b 1.01 -exact_c 1.01 -exact 0 -const_bdeg 3 -dfs_ordering_type natural)

dohp_add_test (stokes-q3q2-scr 1 stokes -dmesh_in "${Dohp_DATA_DIR}/dblock4.h5m" -snes_max_it 1 -snes_monitor_short -ksp_type preonly
dohp_add_test (stokes-q3q2-scr 1 stokes -dmesh_gen block -snes_max_it 1 -snes_monitor_short -ksp_type preonly
-pc_type fieldsplit -pc_fieldsplit_type schur -pc_fieldsplit_real_diagonal -fieldsplit_p_ksp_monitor_short -fieldsplit_p_ksp_type cg
-fieldsplit_u_ksp_converged_reason -stokes_Ap_mat_type sbaij -stokes_case Exact1 -const_bdeg 3 -pressure_codim 1)
dohp_add_test (stokes-q3q2-fgmres 1 stokes -dmesh_in "${Dohp_DATA_DIR}/dblock4.h5m" -snes_monitor_short -snes_rtol 1e-7
dohp_add_test (stokes-q3q2-fgmres 1 stokes -dmesh_gen block -snes_monitor_short -snes_rtol 1e-7
-ksp_monitor_short -ksp_type fgmres -ksp_rtol 1e-2
-pc_type fieldsplit -pc_fieldsplit_real_diagonal -pc_fieldsplit_type schur -pc_fieldsplit_schur_factorization_type upper
-fieldsplit_u_ksp_type cg -fieldsplit_u_ksp_converged_reason -fieldsplit_u_ksp_rtol 1e-2
-fieldsplit_p_ksp_type preonly
-stokes_case Exact1 -const_bdeg 3 -pressure_codim 1 -rheo_p 1.2 -rheo_eps 0.1)

dohp_add_test (vht-e1-q3q2q3-fgmres 1 vht -dmesh_in "${Dohp_DATA_DIR}/dblock4.h5m" -snes_monitor_short -snes_converged_reason -ksp_converged_reason
dohp_add_test (vht-e1-q3q2q3-fgmres 1 vht -dmesh_gen block -snes_monitor_short -snes_converged_reason -ksp_converged_reason
-ksp_type fgmres -pc_type fieldsplit -pc_fieldsplit_type additive -fieldsplit_e_pc_type lu
-vht_case Exact1 -rheo_kappa0 1 -rheo_kappa1 0.1 -rheo_p 1.5 -rheo_eps 0.1 -rheo_T0 6 -rheo_Q 5 -rheo_R 0.33)

0 comments on commit 761af29

Please sign in to comment.