Neko  0.8.1
A portable framework for high-order spectral element flow simulations
point_zone::point_zone_criterion Interface Reference

Defines the criterion of selection of a GLL point to the point_zone. More...

Private Member Functions

pure logical function point_zone_criterion (this, x, y, z, j, k, l, e)
 

Detailed Description

Defines the criterion of selection of a GLL point to the point_zone.

Parameters
xx-coordinate of the GLL point.
yy-coordinate of the GLL point.
zz-coordinate of the GLL point.
j1st nonlinear index of the GLL point.
k2nd nonlinear index of the GLL point.
l3rd nonlinear index of the GLL point.
eelement index of the GLL point.

Definition at line 95 of file point_zone.f90.

Constructor & Destructor Documentation

◆ point_zone_criterion()

pure logical function point_zone::point_zone_criterion::point_zone_criterion ( class(point_zone_t), intent(in)  this,
real(kind=rp), intent(in)  x,
real(kind=rp), intent(in)  y,
real(kind=rp), intent(in)  z,
integer, intent(in)  j,
integer, intent(in)  k,
integer, intent(in)  l,
integer, intent(in)  e 
)
private

Definition at line 95 of file point_zone.f90.


The documentation for this interface was generated from the following file: