You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the error is in source/plugin/pressure.cpp#L407. I would make a PR to fix it, but only if this repo is active and someone is going to look at it :D
The text was updated successfully, but these errors were encountered:
Yes, the assert in setICPreconditioner() cannot handle PC_None. This should be fixed in the develop branch first (not on Github) which then could be merged back into this repositories master branch.
Bug reports are still welcome! If you already have a patch you could attach it to this report. It could still be committed on your behalf, just not as a Github PR.
alexus37
changed the title
Crash is preconditioner is set to PcNone in 3d
Crash if preconditioner is set to PcNone in 3d
Apr 5, 2021
I am trying to use the solvePressure function without a Preconditioner (PcNone or 0).
I think the error is in
source/plugin/pressure.cpp#L407
. I would make a PR to fix it, but only if this repo is active and someone is going to look at it :DThe text was updated successfully, but these errors were encountered: