Skip to content

Commit

Permalink
Merge pull request #15275 from masterleinad/fix_matrix_free_test_no_v…
Browse files Browse the repository at this point in the history
…ectorization

Fix some matrix_free tests without vectorization
  • Loading branch information
peterrum committed May 27, 2023
2 parents 1cc1910 + a034c8c commit f32951a
Show file tree
Hide file tree
Showing 3 changed files with 555 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

4 changes: 2 additions & 2 deletions tests/matrix_free/point_evaluation_22.cc
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ main()
test<2>(2);
test<2>(6);
test<3>(1);
#if DEAL_II_VECTORIZATION_WIDTH_IN_BITS > 0
test<3, double, VectorizedArray<double, 2>>(5);

test<3, float, VectorizedArray<float, 4>>(5);

#endif
test<3>(1, false);
}

0 comments on commit f32951a

Please sign in to comment.