
Houses abstract Operator class determining the update and actOn interfaces
Default operator update function - does nothing
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Operator), | intent(inout) | :: | this | |||
| type(VariableContainer), | intent(in) | :: | varCont |
Abstract operator class for use in explicit terms to transform real arrays
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| logical, | public | :: | userDefined | = | .false. |
True only if user explicitly sets it to true |
| procedure, public :: isDefined => isDefinedObject | |
| procedure, public :: makeDefined => makeDefinedObject | |
| procedure, public :: makeUndefined => makeUndefinedObject | |
| procedure, public :: update => noUpdate | |
| procedure(realArrayFunction), public, deferred, nopass :: actOn |