Go to the source code of this file.
|
subroutine | sphere_point_zone::sphere_point_zone_init_from_json (this, json, size) |
| Constructor from json object file. More...
|
|
subroutine | sphere_point_zone::sphere_point_zone_init_common (this, size, name, invert, x0, y0, z0, radius) |
| Initializes a sphere point zone from its center coordinates and radius. More...
|
|
subroutine | sphere_point_zone::sphere_point_zone_free (this) |
| Destructor. More...
|
|
pure logical function | sphere_point_zone::sphere_point_zone_criterion (this, x, y, z, j, k, l, e) |
| Defines the criterion of selection of a GLL point in the sphere point zone. A GLL point of coordinates \( \vec{X} = (x, y, z) \) is considered as being inside the zone if: More...
|
|