polymec / polymec-dev

The development "branch" of the polymec HPC libraries.
Mozilla Public License 2.0
2 stars 2 forks source link

Finish mesh repartitioning. #61

Closed pbtoast closed 8 years ago

pbtoast commented 8 years ago

Parallel repartitioning is hard. Our polyhedral mesh repartitioner is broken. It needs to be fixed. It has tests and everything.

pbtoast commented 8 years ago

So close! I believe that repartition_mesh() and migrate_mesh() are actually in decent shape, but that create_rectilinear_mesh() isn't producing consistent topologies. Need to decide whether this means we should punt mesh repartitioning to v1.2 or just power through it.

pbtoast commented 8 years ago

Closed via #156