U = mphgetu(model) returns the solution vector
U for the default solution dataset.
[U,Udot] = mphgetu(model,...) returns in addition
Udot, which is the time derivative of the solution vector. This syntax is available for a time-dependent solution only.
The function mphgetu accepts the following property/value pairs:
The Solname property set the solution dataset to use associated with the defined solver node.
Type is used to select the solution type. This is 'Sol' by default. The valid types are:
'Sol' (main solution),
'Reacf' (reaction force),
'Adj' (adjoint solution),
'Fsens' (functional sensitivity) and
'Sens' (forward sensitivity).
If Solnum is a vector and the result has been obtained with the same mesh then the solution is stored in a matrix if the
Matrix option is set to
'on'.