ex12.c (1244a2801b516c58464a96f1d76051a35bfc2bdc) ex12.c (117ef88edefbfc12e7c19efe87a19a2e1b0acd4f)
1static char help[] = "Poisson Problem in 2d and 3d with simplicial finite elements.\n\
2We solve the Poisson problem in a rectangular\n\
3domain, using a parallel unstructured mesh (DMPLEX) to discretize it.\n\
4This example supports discretized auxiliary fields (conductivity) as well as\n\
5multilevel nonlinear solvers.\n\n\n";
6
7/*
8A visualization of the adaptation can be accomplished using:

--- 1887 unchanged lines hidden (view full) ---

1896 args: -pc_hpddm_coarse_mat_type baij -options_left no
1897 suffix: quad_hpddm_reuse_threshold_baij
1898 test:
1899 requires: !complex
1900 suffix: quad_hpddm_reuse_threshold
1901 testset:
1902 nsize: 4
1903 requires: hpddm slepc parmetis !single
1static char help[] = "Poisson Problem in 2d and 3d with simplicial finite elements.\n\
2We solve the Poisson problem in a rectangular\n\
3domain, using a parallel unstructured mesh (DMPLEX) to discretize it.\n\
4This example supports discretized auxiliary fields (conductivity) as well as\n\
5multilevel nonlinear solvers.\n\n\n";
6
7/*
8A visualization of the adaptation can be accomplished using:

--- 1887 unchanged lines hidden (view full) ---

1896 args: -pc_hpddm_coarse_mat_type baij -options_left no
1897 suffix: quad_hpddm_reuse_threshold_baij
1898 test:
1899 requires: !complex
1900 suffix: quad_hpddm_reuse_threshold
1901 testset:
1902 nsize: 4
1903 requires: hpddm slepc parmetis !single
1904 args: -run_type full -petscpartitioner_type parmetis -dm_refine 3 -bc_type dirichlet -interpolate 1 -petscspace_degree 1 -ksp_type gmres -ksp_gmres_restart 100 -pc_type hpddm -snes_monitor_short -ksp_monitor_short -snes_converged_reason ::ascii_info_detail -ksp_converged_reason -snes_view -show_solution 0 -pc_type hpddm -pc_hpddm_levels_1_sub_pc_type icc -pc_hpddm_levels_1_eps_nev 20 -pc_hpddm_coarse_p 2 -pc_hpddm_coarse_pc_type redundant -ksp_rtol 1.e-10 -f ${PETSC_DIR}/share/petsc/datafiles/meshes/square_periodic.msh -pc_hpddm_levels_1_sub_pc_factor_levels 3 -variable_coefficient circle -dm_plex_gmsh_periodic 0
1904 filter: sed -e "s/linear solver iterations=17/linear solver iterations=16/g"
1905 args: -run_type full -petscpartitioner_type parmetis -dm_refine 3 -bc_type dirichlet -interpolate 1 -petscspace_degree 1 -ksp_type gmres -ksp_gmres_restart 100 -pc_type hpddm -snes_monitor_short -snes_converged_reason ::ascii_info_detail -snes_view -show_solution 0 -pc_type hpddm -pc_hpddm_levels_1_sub_pc_type icc -pc_hpddm_levels_1_eps_nev 20 -pc_hpddm_coarse_p 2 -pc_hpddm_coarse_pc_type redundant -ksp_rtol 1.e-10 -f ${PETSC_DIR}/share/petsc/datafiles/meshes/square_periodic.msh -pc_hpddm_levels_1_sub_pc_factor_levels 3 -variable_coefficient circle -dm_plex_gmsh_periodic 0
1905 test:
1906 args: -pc_hpddm_coarse_mat_type baij -options_left no
1907 suffix: tri_parmetis_hpddm_baij
1908 test:
1909 requires: !complex
1910 suffix: tri_parmetis_hpddm
1911TEST*/
1906 test:
1907 args: -pc_hpddm_coarse_mat_type baij -options_left no
1908 suffix: tri_parmetis_hpddm_baij
1909 test:
1910 requires: !complex
1911 suffix: tri_parmetis_hpddm
1912TEST*/