Container to hold the results of a call to fixpnf.
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=dp), | public | :: | arc_length | = | zero |
Arc length of the zero curve until the solution was found. |
|
| real(kind=dp), | public | :: | lambda | = | zero |
Final value of the homotopy parameter at the solution. |
|
| real(kind=dp), | public, | allocatable | :: | x(:) |
Final value of the independent variable at the solution. |
||
| integer, | public | :: | nfe | = | 0 |
Number of homotopy/Jacobian evaluations. |
|
| type(hompack_status), | public | :: | status |
Status. |