|
Neko 0.9.1
A portable framework for high-order spectral element flow simulations
|
NEKTON session data reader. More...
Data Types | |
| type | rea_file_t |
| Interface for NEKTON ascii files. More... | |
Functions/Subroutines | |
| subroutine | rea_file_read (this, data) |
| Load NEKTON session data from an ascii file. | |
| subroutine | rea_file_write (this, data, t) |
| subroutine | rea_file_add_point (htp, p, idx) |
| subroutine | rea_file_mark_labeled_bc (msh, el_idx, facet, type, label, offset, print_info) |
| Mark a labeled zone based on an offset. | |
Variables | |
| integer, public | neko_w_bc_label = -1 |
| integer, public | neko_v_bc_label = -1 |
| integer, public | neko_o_bc_label = -1 |
| integer, public | neko_sym_bc_label = -1 |
| integer, public | neko_on_bc_label = -1 |
| integer, public | neko_shl_bc_label = -1 |
This module is used to read NEKTON session data in ascii
|
private |
|
private |
| msh | The mesh on which to mark the labeled zone. |
| el_idx | The index of the element on which to mark the labeled zone. |
| facet | The facet index to mark. |
| type | The rea label type (e.g. "W", "ON", "SYM", etc). |
| label | The integer label with which to mark the labeled zone. |
| offset | The offset with which to increment the label, in case there are any existing user labeled zones. |
| print_info | Wether or not to print information to the standard output. |
Definition at line 480 of file rea_file.f90.

| subroutine rea_file::rea_file_read | ( | class(rea_file_t) | this, |
| class(*), intent(inout), target | data | ||
| ) |
|
private |
Definition at line 448 of file rea_file.f90.
Definition at line 55 of file rea_file.f90.
Definition at line 57 of file rea_file.f90.
Definition at line 58 of file rea_file.f90.
Definition at line 56 of file rea_file.f90.
Definition at line 54 of file rea_file.f90.
Definition at line 53 of file rea_file.f90.