info_f Interface

interface
private subroutine info_f(me, column, i, x)

Arguments

Type IntentOptional Attributes Name
class(numdiff_type), intent(inout) :: me
integer, intent(in), dimension(:) :: column

the columns being computed.

integer, intent(in) :: i

perturbing these columns for the ith time (1,2,...)

real(kind=wp), intent(in), dimension(:) :: x

the nominal variable vector

Description

User-defined info function (optional). Informs user what is being done during Jacobian computation. It can be used to perform any setup operations that need to done on the user's end.