I am using fenics via docker the prebuilt python version in it is 3.6 and I want to use ipOpt optimizer in dofin_adjoint module but i couldnt able to as cyipopt is not installing cuz the numpy and python version are very old. If i manually upgrade it fenics is not working
You can use the docker image: Package dolfin-adjoint · GitHub that has ipopt installed, or take guidance from: dolfin-adjoint/docker/Dockerfile at main · dolfin-adjoint/dolfin-adjoint · GitHub
which builds fenics on a more recent python version with FEniCS.
1 Like