| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=:), | private, | allocatable | :: | geometry | |||
| integer, | private | :: | gridpts | ||||
| integer, | private | :: | gauss_gridpts | ||||
| integer, | private | :: | ef_gridpts | ||||
| real(kind=dp), | private | :: | grid_start | ||||
| real(kind=dp), | private | :: | grid_end | ||||
| logical, | public | :: | coaxial | ||||
| logical, | public | :: | force_r0 | ||||
| logical, | public | :: | symmetric_grid |
| procedure, public :: set_geometry | |
| procedure, public :: get_geometry | |
| procedure, public :: set_gridpts | |
| procedure, public :: get_gridpts | |
| procedure, public :: get_gauss_gridpts | |
| procedure, public :: get_ef_gridpts | |
| procedure, public :: set_grid_boundaries | |
| procedure, public :: get_grid_start | |
| procedure, public :: get_grid_end | |
| procedure, public :: delete | |
| procedure, private :: validate_grid_start |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(grid_settings_t), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(grid_settings_t), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(grid_settings_t), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(grid_settings_t), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(grid_settings_t), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(grid_settings_t), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(grid_settings_t), | intent(inout) | :: | this | |||
| character(len=*), | intent(in) | :: | geometry |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(grid_settings_t), | intent(inout) | :: | this | |||
| integer, | intent(in) | :: | gridpts |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(grid_settings_t), | intent(inout) | :: | this | |||
| real(kind=dp), | intent(in) | :: | grid_start | |||
| real(kind=dp), | intent(in) | :: | grid_end |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(grid_settings_t), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(grid_settings_t), | intent(inout) | :: | this |