|
Neko 0.9.1
A portable framework for high-order spectral element flow simulations
|
Data Types | |
| type | combine_point_zone_t |
| A point zone that combines different point zones. More... | |
Functions/Subroutines | |
| subroutine | combine_point_zone_init_from_json (this, json, size) |
| Constructor from json object file. Reads. | |
| subroutine | assign_point_zone (pt, tgt) |
| subroutine | combine_point_zone_free (this) |
| Destructor. | |
| pure logical function | combine_point_zone_criterion (this, x, y, z, j, k, l, e) |
| Defines the criterion of selection of a GLL point in the combined point zone. | |
|
private |
|
private |
| x | x-coordinate of the GLL point. |
| y | y-coordinate of the GLL point. |
| z | z-coordinate of the GLL point. |
| j | 1st nonlinear index of the GLL point. |
| k | 2nd nonlinear index of the GLL point. |
| l | 3rd nonlinear index of the GLL point. |
| e | element index of the GLL point. |
Definition at line 219 of file combine_point_zone.f90.
|
private |
Definition at line 182 of file combine_point_zone.f90.
| subroutine combine_point_zone::combine_point_zone_init_from_json | ( | class(combine_point_zone_t), intent(inout) | this, |
| type(json_file), intent(inout) | json, | ||
| integer, intent(in) | size | ||
| ) |
| json | Json object file. |
| size | Size with which to initialize the stack |
Definition at line 80 of file combine_point_zone.f90.
