| 
    Neko 1.99.1
    
   A portable framework for high-order spectral element flow simulations 
   | 
 
Neko binary mesh data.
Data Types | |
| type | nmsh_file_t | 
| Interface for Neko nmsh files.  More... | |
Functions/Subroutines | |
| subroutine | nmsh_file_read (this, data) | 
| Load a mesh from a binary Neko nmsh file.   | |
| subroutine | nmsh_file_read_2d (this, msh) | 
| Load a mesh from a binary Neko nmsh file.   | |
| subroutine | nmsh_file_write (this, data, t) | 
| Write a mesh from to a binary Neko nmsh file.   | |
Variables | |
| integer, parameter | max_write_nel = 8000000 | 
| Specifices the maximum number of elements any rank is allowed to write (for nmsh). Needed in order to generate large meshes where an individual write might exceed 2GB.   | |
| subroutine nmsh_file::nmsh_file_read | ( | class(nmsh_file_t) | this, | 
| class(*), intent(inout), target | data | ||
| ) | 
Definition at line 69 of file nmsh_file.f90.

      
  | 
  private | 
Definition at line 263 of file nmsh_file.f90.

      
  | 
  private | 
Definition at line 442 of file nmsh_file.f90.
Definition at line 58 of file nmsh_file.f90.