fSolve_function Interface

interface
private subroutine fSolve_function(me, n, x, fVec)

Arguments

Type IntentOptional Attributes Name
class(fSolve_t), intent(in) :: me

User-defined object transmitted to the solver

integer, intent(in) :: n

number of functions and variables

real(kind=dp), intent(inout) :: x(n)

result or initial point where the jacobian is evaluated

real(kind=dp), intent(inout) :: fVec(n)

the functions evaluated at 'x'

Description

User-supplied system of equations