Using the solution of Stokes (mixed elements) as initial condition for Chorin (not mixed)

Please follow the guidelines Read before posting: How do I get my question answered?
and format all code by encapsulating it with ```.
Also remove all code node required to reproduce the error. It would be Good if you could reproduce the problem with the built in meshes.
As you are trying to take a function from a Mixed space and assign it to a non Mixed problem, you can use
u,p=w.split(deepcopy=True)

1 Like