polymec / polymec-dev

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

Introduce hexmesh_box_t as a domain-decomposition abstraction for hexmesh. #237

Closed pbtoast closed 7 years ago

pbtoast commented 7 years ago

A hexmesh_box_t struct represents an irreducible set of cells that are hosted in a contiguous block on a process. This simplifies the domain decomposition process, but introduces another level of granularity to deal with.

pbtoast commented 7 years ago

Postponing hexmesh development.