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 want to solve a Poisson equation to obtain the curl-free potential of the Helmholtz decomposition of a vector field defined on a mesh using sksparse's sparse Cholesky decomposition. The Cholesky decomposition requires the Laplacian to be symmetric positive definite, which I believe it should always be. I understand that the discrete Laplacian returned by igl.cotmatrix() should be negative semi-definite. However, the discrete negative laplacian obtained with igl.cotmatrix() from the cow and bunny meshes are symmetric but not positive definite. What am I getting wrong here?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone,
I want to solve a Poisson equation to obtain the curl-free potential of the Helmholtz decomposition of a vector field defined on a mesh using sksparse's sparse Cholesky decomposition. The Cholesky decomposition requires the Laplacian to be symmetric positive definite, which I believe it should always be. I understand that the discrete Laplacian returned by igl.cotmatrix() should be negative semi-definite. However, the discrete negative laplacian obtained with igl.cotmatrix() from the cow and bunny meshes are symmetric but not positive definite. What am I getting wrong here?
Beta Was this translation helpful? Give feedback.
All reactions