Code Monkey home page Code Monkey logo

leastsquaresconformalmaps's People

Contributors

kyle-gh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

leastsquaresconformalmaps's Issues

out of bound of MatrixXx1

error: lscm: /usr/local/include/eigen3/Eigen/src/SparseCore/SparseMatrix.h:935: void Eigen::internal::set_from_triplets(const InputIterator&, const InputIterator&, SparseMatrixType&, DupFunctor) [with InputIterator = __gnu_cxx::__normal_iterator<Eigen::Triplet*, std::vector<Eigen::Triplet > >; SparseMatrixType = Eigen::SparseMatrix<double, 0, int>; DupFunctor = Eigen::internal::scalar_sum_op<double, double>]: Assertion `it->row()>=0 && it->row()<mat.rows() && it->col()>=0 && it->col()<mat.cols()' failed.

I have positioned the problem and the error location is Parameterizer. CPP assigns values to _fx[vid. u] and _FX [vid. v] in line 155.Where the size of _fx is 4, while the values of vid. u and vid. v have exceeded 4.

lscm: /usr/local/include/OpenMesh/Core/Mesh/ArrayKernel.hh:178: const OpenMesh::ArrayItems::Face& OpenMesh::ArrayKernel::face(OpenMesh::ArrayKernel::FaceHandle) const: Assertion `is_valid_handle(_fh)' failed.

Sorry, I ran into another problem when I was testing other models. When I was testing my own model, I encountered the following problems:
error: lscm: /usr/local/include/OpenMesh/Core/Mesh/ArrayKernel.hh:178: const OpenMesh::ArrayItems::Face& OpenMesh::ArrayKernel::face(OpenMesh::ArrayKernel::FaceHandle) const: Assertion `is_valid_handle(_fh)' failed.
In order to eliminate the problem of my mesh, I used other simpler mesh for testing.It is found that some mesh will encounter the same error.
The error occurred on line 202 of the charbuilder.cpp file and occurred in this statement“_mesh->fe_begin(faceOpp)”.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.