This subroutine does an integration from istart to iend of the real
function f with an extended 3-point-simpson
This subroutine does an integration from istart to iend of the real function f with an extended 3-point-simpson
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in), | dimension(*) | :: | f |
Function to integrate |
|
| real(kind=dp), | intent(out) | :: | fint |
Integrated function |
||
| integer, | intent(in) | :: | istart | |||
| integer, | intent(in) | :: | iend | |||
| real(kind=dp), | intent(in), | dimension(*) | :: | drdi |
Derivative dr/di |