Docker installation and Version questions

Following the instruction in Download | FEniCS Project, I used docker to pull the 2024-05-30 fenics-gmsh image, the version of the fenics-dolfin is 2019.2.0

so what’s the difference between fenics-dolfin2019.2.0 and fenics0.9.0? And I didn’t see the docker which contains fenics0.9.0, does it exit???

or, whether there is a detailed document that demonstrates the difference between different versions?

FEniCS v0.9.0, ie. DOLFINx 0.9.0 is the latest stable release of the FEniCS project.
See for instance: The new DOLFINx solver is now recommended over DOLFIN

and Download | FEniCS Project
for installation instructions.

In general, most features from legacy fenics exist in DOLFINx. However, DOLFINx is way faster, and also supports a lot of features not present in legacy fenics, such as:

1 Like