You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
The text was updated successfully, but these errors were encountered:
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 applyingtransfer
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.
The text was updated successfully, but these errors were encountered: