We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6704b62 commit a639e4bCopy full SHA for a639e4b
examples/vector_fe/vector_fe_ex3/run.sh
@@ -21,6 +21,9 @@ run_example_no_extra_options "$example_name" "$options"
21
options="element_type=QUAD9 -pc_type lu"
22
run_example_no_extra_options "$example_name" "$options"
23
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
+
27
options="order=2 element_type=TRI6 -pc_type lu"
28
29
0 commit comments