Abstract general modelbound data object used to build classes that contain data for updating terms
| 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 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ModelboundData), | intent(inout) | :: | this | |||
| class(ModelSurrogate), | intent(in) | :: | hostModel | |||
| class(VariableContainer), | intent(in) | :: | inputVars | |||
| integer(kind=ik), | intent(in), | optional | :: | updatePriority |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ModelboundData), | intent(in) | :: | this | |||
| character(len=*), | intent(in) | :: | name | |||
| real(kind=rk), | intent(inout), | allocatable, dimension(..) | :: | container |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ModelboundData), | intent(in) | :: | this | |||
| character(len=*), | intent(in) | :: | name |