Skip to content

Commit 0fd745e

Browse files
roystgnrjwpeterson
authored andcommitted
Restrict adaptivity ex3 max_r_steps
Now that we're asserting error indicator sanity, we need to be sure that our linear solvers really converge even when no special LIBMESH_OPTIONS are used. Refs #2029.
1 parent cad1e84 commit 0fd745e

File tree

1 file changed

+4
-5
lines changed
  • examples/adaptivity/adaptivity_ex3

1 file changed

+4
-5
lines changed

Diff for: examples/adaptivity/adaptivity_ex3/run.sh

+4-5
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,15 @@ example_name=adaptivity_ex3
88
example_dir=examples/adaptivity/$example_name
99

1010
run_example "$example_name" refinement_type=h
11-
run_example "$example_name" refinement_type=p
12-
13-
# Some solvers still give us trouble with too much hp
14-
run_example "$example_name" refinement_type=hp max_r_steps=8
11+
# Some solvers still give us trouble with too much p
12+
run_example "$example_name" refinement_type=p max_r_steps=4
13+
run_example "$example_name" refinement_type=hp max_r_steps=6
1514
run_example "$example_name" refinement_type=matchedhp max_r_steps=4
1615

1716
# Let's get some 1D coverage too; that's cheap.
1817
run_example "$example_name" dimension=1 refinement_type=h
1918
run_example "$example_name" dimension=1 refinement_type=p
20-
run_example "$example_name" dimension=1 refinement_type=hp max_r_steps=8
19+
run_example "$example_name" dimension=1 refinement_type=hp max_r_steps=6
2120
run_example "$example_name" dimension=1 refinement_type=matchedhp max_r_steps=4
2221

2322
# And try out another element type

0 commit comments

Comments
 (0)