| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer(kind=JPIM), | public | :: | ILEV | = | 0 | ||
| integer(kind=JPIM), | public | :: | IFCOL | = | 0 | ||
| integer(kind=JPIM), | public | :: | ILCOL | = | 0 | ||
| integer(kind=JPIM), | public | :: | IFROW | = | 0 | ||
| integer(kind=JPIM), | public | :: | ILROW | = | 0 | ||
| integer(kind=JPIM), | public | :: | ICOLS | = | 0 | ||
| integer(kind=JPIM), | public | :: | IROWS | = | 0 | ||
| integer(kind=JPIM), | public | :: | IRANK | = | 0 | ||
| integer(kind=JPIM), | public | :: | IOFFBETA | = | 0 | ||
| integer(kind=JPIM), | public, | POINTER | :: | ICLIST(:) | => | NULL() | |
| real(kind=JPRB), | public, | POINTER | :: | PNONIM(:) | => | NULL() | |
| real(kind=JPRB), | public, | POINTER | :: | B(:,:) | => | NULL() | |
| real(kind=JPRD), | public, | POINTER | :: | DB(:,:) | => | NULL() |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer(kind=JPIM), | public | :: | IJ | = | 0 | ||
| integer(kind=JPIM), | public | :: | IK | = | 0 | ||
| integer(kind=JPIM), | public | :: | IBETALEN | = | 0 | ||
| type(NODE_TYPE), | public, | POINTER | :: | NODE(:,:) | => | NULL() |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer(kind=JPIM), | public | :: | M_ORDER | = | 0 | ||
| integer(kind=JPIM), | public | :: | N_ORDER | = | 0 | ||
| integer(kind=JPIM), | public | :: | N_CMAX | = | 0 | ||
| integer(kind=JPIM), | public | :: | N_LEVELS | = | 0 | ||
| integer(kind=JPIM), | public | :: | IBETALEN_MAX | = | 0 | ||
| type(LEV_STRUCT), | public, | POINTER | :: | SLEV(:) | => | NULL() |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=JPRB), | public, | ALLOCATABLE | :: | COMMSBUF(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=JPRD), | intent(in) | :: | PEPS | |||
| integer(kind=JPIM), | intent(in) | :: | KCMAX | |||
| integer(kind=JPIM), | intent(in) | :: | KM | |||
| integer(kind=JPIM), | intent(in) | :: | KN | |||
| real(kind=JPRD), | intent(in) | :: | PMAT(:,:) | |||
| type(BUTTERFLY_STRUCT), | intent(inout) | :: | YD_STRUCT |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(BUTTERFLY_STRUCT), | intent(in) | :: | YD_STRUCT | |||
| type(CLONE), | intent(out), | TARGET | :: | YD_CLONE |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(BUTTERFLY_STRUCT), | intent(out) | :: | YD_STRUCT | |||
| type(CLONE), | intent(in), | optional, | TARGET | :: | YD_CLONE | |
| type(SHAREDMEM), | intent(inout), | optional | :: | YDMEMBUF |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=1), | intent(in) | :: | CDTRANS | |||
| type(BUTTERFLY_STRUCT), | intent(in) | :: | YD_STRUCT | |||
| real(kind=JPRB), | intent(in) | :: | PVECIN(:) | |||
| real(kind=JPRB), | intent(out) | :: | PVECOUT(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=1), | intent(in) | :: | CDTRANS | |||
| type(BUTTERFLY_STRUCT), | intent(in) | :: | YD_STRUCT | |||
| integer(kind=JPIM), | intent(in) | :: | KF | |||
| real(kind=JPRB), | intent(in) | :: | PVECIN(:,:) | |||
| real(kind=JPRB), | intent(out) | :: | PVECOUT(:,:) | |||
| integer(kind=JPIM), | intent(in), | optional | :: | KWV |