| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=16), | public | :: | name | ||||
| integer, | public | :: | ID | ||||
| integer, | public | :: | mpicom | ||||
| type(GeneralGrid), | public, | pointer | :: | dom | => | null() | |
| type(GlobalSegMap), | public, | pointer | :: | gsMap | => | null() | |
| type(seq_infodata_type), | public, | pointer | :: | infodata | => | null() |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(seq_cdata), | intent(in) | :: | cdata | |||
| integer, | optional | :: | ID | |||
| integer, | optional | :: | mpicom | |||
| type(GeneralGrid), | optional, | pointer | :: | dom | ||
| type(GlobalSegMap), | optional, | pointer | :: | gsMap | ||
| type(seq_infodata_type), | optional, | pointer | :: | infodata | ||
| character(len=*), | optional | :: | name |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(seq_cdata), | intent(inout) | :: | cdata | |||
| integer, | intent(in) | :: | ID | |||
| type(GeneralGrid), | intent(in), | target | :: | dom | ||
| type(GlobalSegMap), | intent(in), | target | :: | gsMap | ||
| type(seq_infodata_type), | intent(in), | target | :: | infodata | ||
| character(len=*), | intent(in), | optional | :: | name |