MeshView and MixedFunctionSpace

Hello,

I tried to run the Poisson example from https://zenodo.org/record/3525001#.Xt29RpZpw5k which should work with dolfin version 2019.1, but I get the error message NameError: name ‘MeshView’ is not defined and NameError: name ‘MixedFunctionSpace’ is not defined. My current dolfin version is 2019.1.0. Is there some newer version or do I have to include these functions additionally?

Kind regards,
Johannes

You should use the latest development version of dolfin, Which you can find at https://quay.io/repository/fenicsproject/dev.
Or at https://hub.docker.com/r/ceciledc/fenics_mixed_dimensional

1 Like

A snapshot is available in the next Debian and Ubuntu releases currently being tested (debian testing and ubuntu Groovy Gorilla. Also available on the FEniCS PPA for Ubuntu Eoan)

2 Likes

Is there any information when the new version will be released? (I struggle with the installation of the development version)

Developers have been focusing on dolfinx, which is still in development. No word on releasing the dolfin update yet.

@dparsons i think it could be done now, as there have been no contributions to master of dolfin since March. I guess it might be worth while to get @jackhale involved.

Changes are still rolling into fiat and some in ufl, which are still common between dolfin and dolfinx. Jack will be able to say how close release is.