Neko  0.8.1
A portable framework for high-order spectral element flow simulations
sphere_point_zone.f90 File Reference

Go to the source code of this file.

Data Types

type  sphere_point_zone::sphere_point_zone_t
 A sphere-shaped point zone. More...
 

Modules

module  sphere_point_zone
 

Functions/Subroutines

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, 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...