thetisproject / thetis

Finite element flow solver for simulating coastal and estuarine flows.
Other
70 stars 28 forks source link

Firedrake outputs API has changed #359

Closed jwallwork23 closed 8 months ago

jwallwork23 commented 8 months ago

For example, File has moved to VTKFile and

    from firedrake.output import is_cg
E   ImportError: cannot import name 'is_cg' from 'firedrake.output'