Neko
0.8.99
A portable framework for high-order spectral element flow simulations
|
A cylindrical point zone. More...
Public Member Functions | |
procedure, pass(this) | init => cylinder_point_zone_init_from_json |
Constructor from json object file. More... | |
procedure, pass(this) | free => cylinder_point_zone_free |
Destructor. More... | |
procedure, pass(this) | criterion => cylinder_point_zone_criterion |
Defines the criterion of selection of a GLL point in the sphere point zone. More... | |
procedure, pass(this) | init_base => point_zone_init_base |
Constructor for the point_zone_t base type. More... | |
procedure, pass(this) | free_base => point_zone_free_base |
Destructor for the point_zone_t base type. More... | |
procedure, pass(this) | finalize => point_zone_finalize |
Builds the mask from the scratch stack. More... | |
procedure, pass(this) | add => point_zone_add |
Adds a point's linear index to the scratch stack. More... | |
procedure, pass(this) | map => point_zone_map |
Maps the GLL points that verify a point_zone's criterion by adding them to the stack. More... | |
Public Attributes | |
real(kind=rp), dimension(3) | p0 |
real(kind=rp), dimension(3) | p1 |
real(kind=rp) | radius |
integer, dimension(:), allocatable | mask |
List of linear indices of the GLL points in the zone. More... | |
type(c_ptr) | mask_d = c_null_ptr |
List of linear indices of the GLL points in the zone on the device. More... | |
integer | size = 0 |
Size of the point zone mask. More... | |
character(len=80) | name |
Name of the point zone (used for retrieval in the point_zone_registry). More... | |
logical | invert = .false. |
If we select the inverse of the criterion or not. More... | |
Private Attributes | |
type(stack_i4_t), private | scratch |
Scratch stack of integers to build the list mask. More... | |
logical, private | finalized = .false. |
Flag to indicate if point_zone_finalize has been called and the mask has been built. More... | |
As defined here, a cylinder is described by its two end points and its radius, specified in the json file as e.g. "start": [<x0>, <y0>, <z0>]",
"start": [<x1>, <y1>, <z1>]", "radius": <r>
.
Definition at line 48 of file cylinder_point_zone.f90.
|
inherited |
Definition at line 71 of file point_zone.f90.
procedure, pass(this) cylinder_point_zone::cylinder_point_zone_t::criterion |
Definition at line 59 of file cylinder_point_zone.f90.
|
inherited |
Definition at line 69 of file point_zone.f90.
procedure, pass(this) cylinder_point_zone::cylinder_point_zone_t::free |
Definition at line 56 of file cylinder_point_zone.f90.
|
inherited |
Definition at line 67 of file point_zone.f90.
procedure, pass(this) cylinder_point_zone::cylinder_point_zone_t::init |
Definition at line 54 of file cylinder_point_zone.f90.
|
inherited |
Definition at line 65 of file point_zone.f90.
|
inherited |
Definition at line 74 of file point_zone.f90.
|
privateinherited |
Definition at line 58 of file point_zone.f90.
|
inherited |
Definition at line 62 of file point_zone.f90.
|
inherited |
Definition at line 49 of file point_zone.f90.
|
inherited |
Definition at line 51 of file point_zone.f90.
|
inherited |
Definition at line 60 of file point_zone.f90.
real(kind=rp), dimension(3) cylinder_point_zone::cylinder_point_zone_t::p0 |
Definition at line 49 of file cylinder_point_zone.f90.
real(kind=rp), dimension(3) cylinder_point_zone::cylinder_point_zone_t::p1 |
Definition at line 50 of file cylinder_point_zone.f90.
real(kind=rp) cylinder_point_zone::cylinder_point_zone_t::radius |
Definition at line 51 of file cylinder_point_zone.f90.
|
privateinherited |
Definition at line 53 of file point_zone.f90.
|
inherited |
Definition at line 55 of file point_zone.f90.