mesh-adaptation / goalie

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

Firedrake ValueError raised on transfer #110

Closed acse-ej321 closed 4 months ago

acse-ej321 commented 5 months ago

https://github.com/pyroteus/goalie/blob/7ecf95d75064c3c958fc84b2408f1a7c0fb8da42/goalie/go_mesh_seq.py#L169-L172

@jwallwork23 - I am now getting a ValueError raised by Firedrake when applying transfer between the base and enriched meshes: ValueError("Can't map across hierarchies"). I am running the Burger's demo with an isotropic mesh adaptor. I don't encounter this error when running the Point Discharge steady-state demo with the same isotropic mesh adaptor.

I can put together a minimum failure scenario if needed.

jwallwork23 commented 4 months ago

Hm okay so something is going wrong in the time-dependent case. If you could provide a MFE that'd be great, thanks.