mesh-adaptation / goalie

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

Refactor `MeshSeq.set_meshes` to use the setter method #122

Open jwallwork23 opened 7 months ago

jwallwork23 commented 7 months ago

MeshSeq has a setter method, but this isn't used by set_meshes, which is called during initialisation.

jwallwork23 commented 7 months ago

@acse-ej321 You were asking about issues to take on yesterday. Would you be willing to take this on? Given that you wrote most of the set_meshes method.

jwallwork23 commented 6 months ago

Perhaps it would be better to move the functionality of set_meshes into the setter method and have set_meshes just call the setter for all meshes?