nf_result Derived Type

type, public :: nf_result

Container to hold the results of a call to fixpnf.


Inherits

type~~nf_result~~InheritsGraph type~nf_result nf_result type~hompack_status hompack_status type~nf_result->type~hompack_status status

Components

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.