Allows for assigning Profiles,LocalProfiles, EMFields,LocalEMFields,FastIon, and NPAParticle
Defines how to assign a Profiles type to a LocalProfiles type
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(LocalProfiles), | intent(inout) | :: | p1 | |||
type(Profiles), | intent(in) | :: | p2 |
Defines how to assign a LocalProfiles type to a Profiles type
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Profiles), | intent(inout) | :: | p1 | |||
type(LocalProfiles), | intent(in) | :: | p2 |
Defines how to assign LocalProfiles types to eachother
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(LocalProfiles), | intent(inout) | :: | p1 | |||
type(LocalProfiles), | intent(in) | :: | p2 |
Defines how to assign a EMFields type to a LocalEMFields type
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(LocalEMFields), | intent(inout) | :: | p1 | |||
type(EMFields), | intent(in) | :: | p2 |
Defines how to assign a LocalEMFields type to a EMFields type
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(EMFields), | intent(inout) | :: | p1 | |||
type(LocalEMFields), | intent(in) | :: | p2 |
Defines how to assign LocalEMFields types to eachother
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(LocalEMFields), | intent(inout) | :: | p1 | |||
type(LocalEMFields), | intent(in) | :: | p2 |
Defines how to assign NPAParticle types to eachother
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(NPAParticle), | intent(out) | :: | p1 | |||
type(NPAParticle), | intent(in) | :: | p2 |