
Contains module procedures associated with the FunWrapper1I1 derivation class
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(FunWrapperDerivation1I1), | intent(inout) | :: | this | |||
| type(RealArray), | intent(in), | dimension(:) | :: | inputArray | ||
| integer(kind=ik), | intent(in), | dimension(:) | :: | indices |
Initialize 1I1 function wrapper derivation
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(FunWrapperDerivation1I1), | intent(inout) | :: | this | |||
| procedure(realArrayFunctionIntParam) | :: | fun | ||||
| integer(kind=ik), | intent(in) | :: | param | |||
| real(kind=rk), | intent(in), | optional | :: | multConst | ||
| real(kind=rk), | intent(in), | optional | :: | multConstInner |
Deallocate pointer component
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(FunWrapperDerivation1I1), | intent(inout) | :: | this |