Code Monkey home page Code Monkey logo

Comments (4)

pierre-guillou avatar pierre-guillou commented on June 15, 2024

I've been able to reproduce this issue. The infinite loop occurs when exchanging global edge identifiers between neighbors to label edges "belonging to" ghost cells. The iterCond (here the lambda defined at ExplicitTriangulation.cpp:1254) checks that all edges are labeled (global identifiers can come from neighbors of neighbors). An infinite loop might mean that some edges cannot be labeled with a global identifier.

from ttk.

eve-le-guillou avatar eve-le-guillou commented on June 15, 2024

Hi all,

I've discussed this problem with @julien-tierny.
Currently, this algorithm isn't really useful: it is done so that if the global identifiers for vertices and cells are produced independently of the number of processes, then the global identifiers of intermediary simplices will also be produced independently.
However, at the moment, the global identifiers of vertices and cells are not created independently of the number of processes.
This begs two questions:

  • Should we keep this algorithm or create a simpler one?
  • Should we try and make the global identifier generation of vertices and cells independent of the number of processes?
    Julien was leaning more towards the second, but the decision isn't set in stone just yet.

from ttk.

julien-tierny avatar julien-tierny commented on June 15, 2024

@eve-le-guillou can I close this issue? (it looks like this discussion is outdated)

from ttk.

eve-le-guillou avatar eve-le-guillou commented on June 15, 2024

The discussion is indeed outdated, however the original bug of this issue is still present (I just tested it on my machine).

from ttk.

Related Issues (20)

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.