Calculates the nonlinear function.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | n | |||
real(kind=rp), | intent(in), | dimension(*) | :: | xcur | ||
real(kind=rp), | intent(out), | dimension(*) | :: | fcur | ||
real(kind=rp), | intent(in), | dimension(*) | :: | rpar | ||
integer, | intent(in), | dimension(*) | :: | ipar | ||
integer, | intent(out) | :: | ierr |