Make mesh re-ordering available in serial

Issue #472 open
Prof Garth Wells created an issue

Make mesh re-ordering for data locality available in serial, and add tests.

Comments (7)

  1. Chris Richardson
    • changed milestone to 1.7

    There is not a simple solution to this, as the parallel algorithm relies on having 'global' and 'local' indexing, which doesn't happen in serial at the moment. Maybe it should. Will revisit before 1.7

  2. Chris Richardson

    dofs are reordered, but the mesh itself is not. There is an option to do it in parallel, using SCOTCH.

  3. Log in to comment