polymec / polymec-dev

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

Fix polyhedral cell halo stencil #62

Closed pbtoast closed 8 years ago

pbtoast commented 8 years ago

The stencil classes for generating polyhedral stencils need some work, especially on parallel domains. There are tests for this, so it's mostly a matter of putting in the time.

pbtoast commented 8 years ago

Changing title to reflect new halo cell structure.

pbtoast commented 8 years ago

It turns out that this needs stencil_augment, so this is pushed past v1.0.

pbtoast commented 8 years ago

We don't really need a halo stencil for polyhedral meshes after all--it's more of a structured grid idea, and that's polyamri territory.