Skip to content

Commit

Permalink
minor - bump max it clip on bps slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylt committed Sep 26, 2024
1 parent 354029d commit f1d6ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/petsc/bps.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
// ./bps -problem bp6 -degree 3 -ceed /gpu/cuda
//
//TESTARGS(name="BP3, tet elements") -ceed {ceed_resource} -test -problem bp3 -degree 3 -ksp_max_it_clip 50,50 -simplex
//TESTARGS(name="BP5, hex elements") -ceed {ceed_resource} -test -problem bp5 -degree 3 -ksp_max_it_clip 15,15
//TESTARGS(name="BP5, hex elements") -ceed {ceed_resource} -test -problem bp5 -degree 3 -ksp_max_it_clip 18,18

/// @file
/// CEED BPs example using PETSc with DMPlex
Expand Down

0 comments on commit f1d6ed5

Please sign in to comment.