Skip to content

Commit

Permalink
New sequential test showing an error
Browse files Browse the repository at this point in the history
  • Loading branch information
principejavier committed May 22, 2024
1 parent d9e4443 commit c52b9d6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions test/seq/hunt_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,17 @@ hunt(
solver=:julia,
)

hunt(
nc=(4,4),
np=(1,1),
backend=:sequential,
L=1.0,
B=(0.,20.,0.),
nsums = 100,
debug=false,
vtk=true,
title="hunt",
solver=:li2019,
)'

end # module

0 comments on commit c52b9d6

Please sign in to comment.