Allows for multiplying Profiles,LocalProfiles, EMFields, and LocalEMFields by scalars
Defines how to multiply LocalProfiles types by a scalar
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(LocalProfiles), | intent(in) | :: | p1 | |||
| real(kind=Float64), | intent(in) | :: | real_scalar |
Defines how to multiply LocalProfiles types by a scalar
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=Float64), | intent(in) | :: | real_scalar | |||
| type(LocalProfiles), | intent(in) | :: | p1 |
Defines how to multiply LocalEMFields types by a scalar
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(LocalEMFields), | intent(in) | :: | p1 | |||
| real(kind=Float64), | intent(in) | :: | real_scalar |
Defines how to multiply LocalEMFields types by a scalar
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=Float64), | intent(in) | :: | real_scalar | |||
| type(LocalEMFields), | intent(in) | :: | p1 |