Allows for assigning Profiles,LocalProfiles, EMFields,LocalEMFields,FastIon, NPAParticle, and BirthParticle
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 |
Defines how to assign BirthParticle types to eachother
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(BirthParticle), | intent(out) | :: | p1 | |||
| type(BirthParticle), | intent(in) | :: | p2 |
Defines how to assign NeutralParticle types to eachother
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(NeutralParticle), | intent(out) | :: | p1 | |||
| type(NeutralParticle), | intent(in) | :: | p2 |
Defines how to assign NeutralParticleReservoir to eachother
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(NeutralParticleReservoir), | intent(inout) | :: | r1 | |||
| type(NeutralParticleReservoir), | intent(in) | :: | r2 |
Defines how to assign NeutralPopulation to eachother
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(NeutralPopulation), | intent(inout) | :: | n1 | |||
| type(NeutralPopulation), | intent(in) | :: | n2 |