
Contains module procedures associated with the Shkarofsky I/J integral derivation class
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(IJIntDerivation), | intent(inout) | :: | this | |||
| type(RealArray), | intent(in), | dimension(:) | :: | inputArray | ||
| integer(kind=ik), | intent(in), | dimension(:) | :: | indices |
Initialize Shkarofsky I/J integral derivation derivation
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(IJIntDerivation), | intent(inout) | :: | this | |||
| type(VSpace), | intent(in) | :: | vSpaceObj | |||
| integer(kind=ik), | intent(in) | :: | ind |
Index of indegral |
||
| logical, | intent(in), | optional | :: | isJInt |
If true the lower triangular J integral is calculated instead of the I integral. Defaults to false. |