From 96093a692cd0c4b43a8682facf0e9dc530ddd7cf Mon Sep 17 00:00:00 2001 From: Jeremy L Thompson Date: Thu, 26 Sep 2024 16:47:56 -0600 Subject: [PATCH] minor - bump max it clip on bps slightly --- examples/petsc/bps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/petsc/bps.c b/examples/petsc/bps.c index 42e05a1416..9040add679 100644 --- a/examples/petsc/bps.c +++ b/examples/petsc/bps.c @@ -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