mesh-adaptation / goalie

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

Delegate plotting to `FunctionData` #117

Open jwallwork23 opened 4 months ago

jwallwork23 commented 4 months ago

Now that we have FunctionData and its subclasses, it makes sense to move both the VTU and the matplotlib plotting functionality to these classes.

Parent issue: #26.

ddundo commented 4 months ago

My feature request for the pyplot part would be:

For the last two, I'd probably like to again stride backwards so we always plot the final one. Although having the first one would be nice too...

jwallwork23 commented 4 months ago

Thanks for the input @ddundo, this is really useful. Anything else to mention from you, @acse-ej321?

ddundo commented 2 months ago

As agreed, I assigned this to myself :)

ddundo commented 2 months ago

Note: currently doesn't support mixed functions