
Contains abstract normalization procedures
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 |