Neko 1.99.9
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
point_zone_template Module Reference

Template for a user-defined point zone.

Data Types

type  point_zone_template_t
 

Functions/Subroutines

subroutine point_zone_template_init (this, json, size)
 
subroutine point_zone_template_free (this)
 
pure logical function point_zone_template_criterion (this, x, y, z, j, k, l, e)
 
subroutine, public point_zone_template_register_types ()
 
subroutine point_zone_template_allocate (obj)
 

Function/Subroutine Documentation

◆ point_zone_template_allocate()

subroutine point_zone_template::point_zone_template_allocate ( class(point_zone_t), intent(inout), allocatable  obj)
private

Definition at line 58 of file point_zone_template.f90.

Here is the caller graph for this function:

◆ point_zone_template_criterion()

pure logical function point_zone_template::point_zone_template_criterion ( class(point_zone_template_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 42 of file point_zone_template.f90.

◆ point_zone_template_free()

subroutine point_zone_template::point_zone_template_free ( class(point_zone_template_t), intent(inout this)
private

Definition at line 36 of file point_zone_template.f90.

◆ point_zone_template_init()

subroutine point_zone_template::point_zone_template_init ( class(point_zone_template_t), intent(inout this,
type(json_file), intent(inout json,
integer, intent(in size 
)

Definition at line 22 of file point_zone_template.f90.

◆ point_zone_template_register_types()

subroutine, public point_zone_template::point_zone_template_register_types

Definition at line 52 of file point_zone_template.f90.

Here is the call graph for this function:
Here is the caller graph for this function: