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(:) |
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 | ||
---|---|---|---|---|---|---|
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 |