FEniCS / dolfinx

Next generation FEniCS problem solving environment
https://fenicsproject.org
GNU Lesser General Public License v3.0
776 stars 181 forks source link

Add mixed topology functionality to mesh partitioning #3233

Closed chrisrichardson closed 5 months ago

chrisrichardson commented 5 months ago

Mesh partitioning needs a "dual graph" generated from cell-cell connectivity. The current code assumes a single cell type, but this can be updated: https://github.com/FEniCS/dolfinx/tree/chris/mixed-dual-graph

chrisrichardson commented 5 months ago

Work in progress in https://github.com/FEniCS/dolfinx/tree/chris/mixed-partitioner2