mesh-adaptation / animate

Anisotropic mesh adaptation toolkit for Firedrake
MIT License
6 stars 0 forks source link

Use subprocess to adapt in serial #71

Closed jwallwork23 closed 4 months ago

jwallwork23 commented 8 months ago

ParMmg doesn't support parallel adaptation in 2D. However, solving 2Ds PDEs in parallel is a standard activity of Firedrake. We should use Python subprocess to enable serial adaptation during a parallel run.

jwallwork23 commented 8 months ago

See https://github.com/pyroteus/goalie/issues/96.