mesh-adaptation / goalie

Goal-oriented error estimation and mesh adaptation for finite element problems solved using Firedrake
Other
1 stars 1 forks source link

Generalise approach for creating enriched `MeshSeq` #97

Open jwallwork23 opened 7 months ago

jwallwork23 commented 7 months ago

In the current approach, we have a problem if we want to enrich a custom MeshSeq subclass that has different arguments.

https://github.com/pyroteus/goalie/blob/1913bbb9cb3f95c47a6982dc7a30eef6628419b9/goalie/go_mesh_seq.py#L53-L64