mesh-adaptation / animate

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

Introduce metric parameters documentation #99

Closed jwallwork23 closed 3 months ago

jwallwork23 commented 3 months ago

Closes #98.

Fixes the issue with deep-copying metric parameters by always deep-copying these parameters upon setting them. (I can't think of a reason why you wouldn't want this.) Also moves some mechanics behind the scenes and provides a public interface to metric_parameters.

Edit: See discussion in the original issue.

Closes #31.

At long last!

jwallwork23 commented 3 months ago

You happy with the changes @ddundo?