brent_function Interface

interface
private function brent_function(me, x)

Arguments

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

User-defined object transmitted to the solver

real(kind=dp), intent(in) :: x

'x' parameter of the function f(x)

Return Value real(kind=dp)

returned value

Description

user-supplied function, of the form which evaluates the function whose zero is being sought.