General abstract term object
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| logical, | public | :: | userDefined | = | .false. |
True only if user explicitly sets it to true |
Getter for userDefined
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Object), | intent(in) | :: | this |
Set userDefined to .true.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Object), | intent(inout) | :: | this |
Set userDefined to .false.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Object), | intent(inout) | :: | this |
Default Term update function - does nothing
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Term), | intent(inout) | :: | this | |||
| type(VariableContainer), | intent(in) | :: | varCont | |||
| class(ModelboundData), | intent(in), | optional | :: | modelData | ||
| class(ModelSurrogate), | intent(in), | optional | :: | hostModel |
Get explicit value for the term
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Term), | intent(in) | :: | this | |||
| type(VariableContainer), | intent(in) | :: | varCont |
Get name of the evolved variable of this term
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Term), | intent(in) | :: | this |