mesh-adaptation / animate

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

Automate Hausdorff number #28

Open jwallwork23 opened 1 year ago

jwallwork23 commented 1 year ago

Mmg and ParMmg have a "Hausdorff number", which uses the length scale of the domain to determine how to treat its boundary. The parameter defaults to 0.01, which is suitable for a unit domain. However, it should be scaled appropriately for differently sized domains. It should be fairly straightforward to automate this using bounding boxes.