Skip to content

Commit f427aad

Browse files
committed
Run Vector FE Ex.3 with refinement and no caching
1 parent 2c8e7d0 commit f427aad

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

Diff for: 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)