Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=dp), | public, | allocatable | :: | base_grid(:) | |||
real(kind=dp), | public, | allocatable | :: | gaussian_grid(:) | |||
real(kind=dp), | public, | allocatable | :: | ef_grid(:) | |||
procedure(dx_func_i), | private, | pointer, nopass | :: | dx_func | => | null() | |
type(settings_t), | private, | pointer | :: | settings | |||
logical, | private | :: | is_initialised | ||||
logical, | private | :: | uses_custom_base_grid | ||||
logical, | private | :: | uses_custom_dx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(grid_t), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(grid_t), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(grid_t), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(grid_t), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(grid_t), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(grid_t), | intent(inout) | :: | this | |||
real(kind=dp), | intent(in) | :: | custom(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(grid_t), | intent(inout) | :: | this | |||
procedure(dx_func_i) | :: | dx_func |