I have a time dependent simulation I would like to compare with a steady state solution (unknown). To do so I want to use the last solution found in the time dependent case as an initial condition for the steady state solution.
The time dependent simulation has 3 coupled solutions. I can use the "split" command to separate each of these solutions from a mixed solution. For the steady state case the simplification of not relying on time dependence means I only need to solve for 2 of those solutions.
Is there a way to load in the 3 mixed solutions (a xml file), separate them using split, and then recombine the two functions I am interested in as an initial condition to solve the steady state?