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

Go to the source code of this file.

Data Types

type  box_point_zone::box_point_zone_t
 A box-shaped point zone. More...
 

Modules

module  box_point_zone
 

Functions/Subroutines

subroutine box_point_zone::box_point_zone_init_from_json (this, json, size)
 Constructor from json object file. More...
 
subroutine box_point_zone::box_point_zone_init_common (this, size, name, invert, xmin, xmax, ymin, ymax, zmin, zmax)
 Initializes a box point zone from its coordinates. More...
 
subroutine box_point_zone::box_point_zone_free (this)
 Destructor. More...
 
pure logical function box_point_zone::box_point_zone_criterion (this, x, y, z, j, k, l, e)
 Defines the criterion of selection of a GLL point in the box point zone. In the case of a box point zone, an x,y,z GLL point is considered as being inside the zone if: More...