-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
segfaults when using init_iters > 1 #351
Comments
it also works with With
|
I don't see this behavior in |
curiously, it still crashes at the same place if I run with |
okay, curiously when I run it under valgrind, it runs fine. No crash :( |
when running with
we have a divide by zero in |
somehow the new pressure is really getting messed up, in |
If I run
xrb_mixed
in 2-d withinputs_2d.rprox
withmaestro.init_iter=3
it crashes. Changing this to1
makes it work.The text was updated successfully, but these errors were encountered: