| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | private, | parameter | :: | CWP | = | merge(C_LONG_DOUBLE, merge(C_DOUBLE, C_FLOAT, WP.eq.selected_real_kind(15, 307)), WP.eq.selected_real_kind(33, 307)) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(kind=C_CHAR, len=1), | intent(in) | :: | s(*) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(kind=C_CHAR, len=1), | intent(in) | :: | s(*) | |||
| integer, | intent(in) | :: | nchars |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=C_INT), | value | :: | dim1 | |||
| integer(kind=C_INT), | value | :: | vecdim | |||
| integer(kind=C_INT), | value | :: | nVal | |||
| integer(kind=C_INT), | intent(in) | :: | NPlot(dim1) | |||
| integer(kind=C_INT), | value | :: | nElems | |||
| integer(kind=C_INT), | value | :: | strlen | |||
| character(kind=C_CHAR, len=1), | intent(in) | :: | VarNames_c(strlen,nVal) | |||
| real(kind=CWP), | intent(in) | :: | Coord(vecdim,1:PRODUCT(Nplot+1),nElems) | |||
| real(kind=CWP), | intent(in) | :: | Values(nVal,1:PRODUCT(Nplot+1),nElems) | |||
| character(kind=C_CHAR, len=1), | dimension(*) | :: | FileString_c |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(kind=C_CHAR, len=1), | dimension(*) | :: | fileName |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=C_INT), | value | :: | nthet | |||
| integer(kind=C_INT), | value | :: | nzeta | |||
| real(kind=CWP), | value | :: | spos_in | |||
| real(kind=CWP), | intent(in), | dimension(nthet,nzeta) | :: | theta_star_in | ||
| real(kind=CWP), | intent(in), | dimension(nthet,nzeta) | :: | zeta_in | ||
| real(kind=CWP), | intent(out) | :: | theta_out(nthet,nzeta) | |||
| real(kind=CWP), | intent(out) | :: | cart_coords(3,nthet,nzeta) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=C_INT), | value | :: | dim1 | |||
| integer(kind=C_INT), | intent(in) | :: | NPlot(dim1) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=C_INT), | intent(in), | value | :: | strlen | ||
| integer(kind=C_INT), | intent(in), | value | :: | nval | ||
| character(kind=C_CHAR, len=1), | intent(in) | :: | varnames_c(strlen,nval) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(kind=C_CHAR, len=1), | dimension(*) | :: | fileName |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=C_INT), | value | :: | nthet | |||
| integer(kind=C_INT), | value | :: | nzeta | |||
| real(kind=CWP), | intent(in) | :: | arr_in(nthet,nzeta) | |||
| real(kind=CWP), | intent(out) | :: | arr_out(nthet,nzeta) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(kind=C_CHAR, len=1), | intent(in) | :: | s(*) | |||
| character(len=:), | intent(out), | allocatable | :: | f |