NeuralJacobianFields
NeuralJacobianFields copied to clipboard
Question for CholeskySolverD
return CholeskySolverD(self.n, self.inds[0,:], self.inds[1,:], self.vals, MatrixType.COO) ValueError: Matrix is not positive definite!
I meet this problem. Is this a problem caused by the mesh not being closed?
Hi @SYSUykLin Most likely yes.
Sorry to bother this issue a little bit further. In your paper, you showed some results being cut partially. I was wondering why here the implementation cannot support the manifold mesh with holes. Are these meshes still closed?