| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=real64), | public, | parameter | :: | PF_RANGE_INFTY | = | dble(1.0e+14) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int32), | intent(in) | :: | from_to(1:2) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in) | :: | from_to(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in), | optional | :: | x_min | ||
| real(kind=real64), | intent(in), | optional | :: | y_min | ||
| real(kind=real64), | intent(in), | optional | :: | z_min | ||
| real(kind=real64), | intent(in), | optional | :: | x_max | ||
| real(kind=real64), | intent(in), | optional | :: | y_max | ||
| real(kind=real64), | intent(in), | optional | :: | z_max |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in) | :: | center(1:3) | |||
| real(kind=real64), | intent(in) | :: | radius |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in) | :: | p1(1:3) | |||
| real(kind=real64), | intent(in) | :: | p2(1:3) | |||
| real(kind=real64), | intent(in) | :: | radius |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in) | :: | p1(1:3) | |||
| real(kind=real64), | intent(in) | :: | p2(1:3) | |||
| real(kind=real64), | intent(in) | :: | radius(1:2) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Range_), | intent(in) | :: | range |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int32), | intent(in) | :: | intval | |||
| type(Range_), | intent(in) | :: | in_range |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in) | :: | real64val | |||
| type(Range_), | intent(in) | :: | in_range |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int32), | intent(in) | :: | intval | |||
| integer(kind=int32), | intent(in) | :: | intlist(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in) | :: | real64val(:) | |||
| type(Range_), | intent(in) | :: | in_range |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Range_), | intent(in) | :: | range1 | |||
| type(Range_), | intent(in) | :: | range2 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Range_), | intent(in) | :: | range1 | |||
| type(Range_), | intent(in) | :: | range2 |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| logical, | public | :: | rect_is_active | = | .false. | ||
| real(kind=real64), | public | :: | x_range(1:2) | ||||
| real(kind=real64), | public | :: | y_range(1:2) | ||||
| real(kind=real64), | public | :: | z_range(1:2) | ||||
| real(kind=real64), | public | :: | t_range(1:2) | ||||
| logical, | public | :: | x_substituted(1:2) | ||||
| logical, | public | :: | y_substituted(1:2) | ||||
| logical, | public | :: | z_substituted(1:2) | ||||
| logical, | public | :: | t_substituted(1:2) | ||||
| logical, | public | :: | sphere_is_active | = | .false. | ||
| real(kind=real64), | public | :: | sphere_center(1:3) | ||||
| real(kind=real64), | public | :: | sphere_radius | ||||
| logical, | public | :: | cylinder_is_active | = | .false. | ||
| real(kind=real64), | public | :: | cylinder_p1(1:3) | ||||
| real(kind=real64), | public | :: | cylinder_p2(1:3) | ||||
| real(kind=real64), | public | :: | cylinder_radius | ||||
| logical, | public | :: | cone_is_active | = | .false. | ||
| real(kind=real64), | public | :: | cone_p1(1:3) | ||||
| real(kind=real64), | public | :: | cone_p2(1:3) | ||||
| real(kind=real64), | public | :: | cone_radius(1:2) | ||||
| type(Range_), | public, | allocatable | :: | and_ranges(:) | |||
| type(Range_), | public, | allocatable | :: | or_ranges(:) |
| procedure, public :: init => initRange | |
| procedure, public :: set => setRange | |
| procedure, public :: get => getRange | |
| procedure, public :: set_x => set_xRange | |
| procedure, public :: set_y => set_yRange | |
| procedure, public :: set_z => set_zRange | |
| procedure, public :: set_t => set_tRange | |
| procedure, public :: inside => insideRange | |
| procedure, public :: lx => lx_RangeClass | |
| procedure, public :: ly => ly_RangeClass | |
| procedure, public :: lz => lz_RangeClass |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int32), | intent(in) | :: | intval | |||
| integer(kind=int32), | intent(in) | :: | intlist(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int32), | intent(in) | :: | intval | |||
| type(Range_), | intent(in) | :: | in_range |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in) | :: | real64val | |||
| type(Range_), | intent(in) | :: | in_range |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in) | :: | real64val(:) | |||
| type(Range_), | intent(in) | :: | in_range |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int32), | intent(in) | :: | from_to(1:2) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in) | :: | from_to(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in), | optional | :: | x_min | ||
| real(kind=real64), | intent(in), | optional | :: | y_min | ||
| real(kind=real64), | intent(in), | optional | :: | z_min | ||
| real(kind=real64), | intent(in), | optional | :: | x_max | ||
| real(kind=real64), | intent(in), | optional | :: | y_max | ||
| real(kind=real64), | intent(in), | optional | :: | z_max |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Range_), | intent(inout) | :: | this | |||
| character(len=1), | intent(in) | :: | range_type |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Range_), | intent(in) | :: | this | |||
| real(kind=real64), | intent(in) | :: | point(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Range_), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Range_), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Range_), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in) | :: | center(1:3) | |||
| real(kind=real64), | intent(in) | :: | radius |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in) | :: | p1(1:3) | |||
| real(kind=real64), | intent(in) | :: | p2(1:3) | |||
| real(kind=real64), | intent(in) | :: | radius |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in) | :: | p1(1:3) | |||
| real(kind=real64), | intent(in) | :: | p2(1:3) | |||
| real(kind=real64), | intent(in) | :: | radius(1:2) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Range_), | intent(inout) | :: | this | |||
| real(kind=real64), | intent(in), | optional | :: | MaxRange |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Range_), | intent(inout) | :: | this | |||
| real(kind=real64), | intent(in), | optional | :: | x_min | ||
| real(kind=real64), | intent(in), | optional | :: | x_max | ||
| real(kind=real64), | intent(in), | optional | :: | y_min | ||
| real(kind=real64), | intent(in), | optional | :: | y_max | ||
| real(kind=real64), | intent(in), | optional | :: | z_min | ||
| real(kind=real64), | intent(in), | optional | :: | z_max |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Range_), | intent(inout) | :: | this | |||
| real(kind=real64), | intent(in), | optional | :: | x_min | ||
| real(kind=real64), | intent(in), | optional | :: | x_max |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Range_), | intent(inout) | :: | this | |||
| real(kind=real64), | intent(in), | optional | :: | y_min | ||
| real(kind=real64), | intent(in), | optional | :: | y_max |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Range_), | intent(inout) | :: | this | |||
| real(kind=real64), | intent(in), | optional | :: | z_min | ||
| real(kind=real64), | intent(in), | optional | :: | z_max |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Range_), | intent(inout) | :: | this | |||
| real(kind=real64), | intent(in), | optional | :: | t_min | ||
| real(kind=real64), | intent(in), | optional | :: | t_max |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Range_), | intent(in) | :: | range |