| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(numdiff_type), | intent(inout) | :: | me | |||
| real(kind=wp), | intent(in), | dimension(:) | :: | x |
array of variables (size |
|
| real(kind=wp), | intent(out), | dimension(:) | :: | f |
array of functions (size |
|
| integer, | intent(in), | dimension(:) | :: | funcs_to_compute |
the elements of the function vector that need to be computed (the other are ignored) |
The function (vector array of output functions f, computed
from a vector of input variables x).
This must be defined for all computations.