You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, mostly for consistency, but there are perhaps features we'll add to the Solution class in the future which could be useful for both transient and steady-state. For instance, the solver convergence if interative, run times, etc.
Also, for instance, see #2053. In fact, we also have the rate method on algorithms, which perhaps should be on the solution object, instead of the algorithm? Maybe?
Also, it seems to me like the the conductance should be copied to the solution object, so there is a permanent record of the values in case they are changed on the physics object. Same for any reactions terms.
Currently,
Solution
object is only implemented for transient simulations.The text was updated successfully, but these errors were encountered: