Skip to content

Commit a639e4b

Browse files
committed
Run Vector FE Ex.3 with refinement and no caching
1 parent 6704b62 commit a639e4b

File tree

1 file changed

+3
-0
lines changed
  • examples/vector_fe/vector_fe_ex3

1 file changed

+3
-0
lines changed

examples/vector_fe/vector_fe_ex3/run.sh

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ run_example_no_extra_options "$example_name" "$options"
2121
options="element_type=QUAD9 -pc_type lu"
2222
run_example_no_extra_options "$example_name" "$options"
2323

24+
options="element_type=QUAD9 grid_size=5 refine=2 -pc_type lu --disable-caching"
25+
run_example_no_extra_options "$example_name" "$options"
26+
2427
options="order=2 element_type=TRI6 -pc_type lu"
2528
run_example_no_extra_options "$example_name" "$options"
2629

0 commit comments

Comments
 (0)