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 was following the example of the nullspace.cpp demo code and tested the effectiveness on a problem with about 1M equations. It crashed when trying to use components beyond the prm.precond.coarsening.nullspace.B vector (ndim=3, so 6 modes)
I was following the example of the nullspace.cpp demo code and tested the effectiveness on a problem with about 1M equations. It crashed when trying to use components beyond the prm.precond.coarsening.nullspace.B vector (ndim=3, so 6 modes)
prm.precond.coarsening.nullspace.cols = amgcl::coarsening::rigid_body_modes( ndim, coo, prm.precond.coarsening.nullspace.B);
Thanks.
The text was updated successfully, but these errors were encountered: