Container to hold the configuration for a call to fixpnf.
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=dp), | public | :: | arcre | = | zero |
Relative error tolerance for the normal-flow iteration used while tracking the
zero curve. If nonpositive, the default value |
|
| real(kind=dp), | public | :: | arcae | = | zero |
Absolute error tolerance for the normal-flow iteration used while tracking the
zero curve. If nonpositive, the default value |
|
| real(kind=dp), | public | :: | ansre | = | 1e-10_dp |
Relative error tolerance required of the final solution at |
|
| real(kind=dp), | public | :: | ansae | = | 1e-10_dp |
Absolute error tolerance required of the final solution at |
|
| real(kind=dp), | public | :: | cursw | = | 10.0_dp |
Curvature switch. If the curvature of any component of |
|
| real(kind=dp), | public, | dimension(8) | :: | sspar | = | zero |
Step-size control parameters:
|
| integer, | public | :: | max_steps | = | 1000 |
Maximum number of steps allowed in the main loop. |
|
| integer, | public | :: | lunit | = | 0 |
Logical I/O unit for intermediate output.
* |
|
| logical, | public | :: | polsys | = | .false. |
Optional flag used only by the polynomial-system driver POLSYS1H. |