Abstract normalization object providing access routines
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| logical, | public | :: | userDefined | = | .false. |
True only if user explicitly sets it to true |
|
| type(NamedReal), | private, | allocatable, dimension(:) | :: | normalizationVals |
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 |
Get normalization value associated with passed name
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Normalization), | intent(in) | :: | this | |||
| character(len=*), | intent(in) | :: | name |
Get normalization value calculated as the product of normalization values with passed names raised to corresponding powers and optionally multiplied by a constant
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Normalization), | intent(in) | :: | this | |||
| type(StringArray), | intent(in), | dimension(:) | :: | names | ||
| real(kind=rk), | intent(in), | dimension(:) | :: | powers | ||
| real(kind=rk), | intent(in), | optional | :: | multConst |
Set normalization values array of normalization object
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Normalization), | intent(inout) | :: | this | |||
| type(NamedReal), | intent(in), | dimension(:) | :: | normVals |