spars_f Interface

interface
private subroutine spars_f(me, x)

Arguments

Type IntentOptional Attributes Name
class(numdiff_type), intent(inout) :: me
real(kind=wp), intent(in), dimension(:) :: x

vector of variables (size n)

Description

The function to compute the sparsity pattern. It populates the irow and icol variables in the class.