| 
    Neko 1.99.1
    
   A portable framework for high-order spectral element flow simulations 
   | 
 
Go to the source code of this file.
Data Types | |
| type | nmsh_file::nmsh_file_t | 
| Interface for Neko nmsh files.  More... | |
Modules | |
| module | nmsh_file | 
| Neko binary mesh data.  | |
Functions/Subroutines | |
| subroutine | nmsh_file::nmsh_file_read (this, data) | 
| Load a mesh from a binary Neko nmsh file.   | |
| subroutine | nmsh_file::nmsh_file_read_2d (this, msh) | 
| Load a mesh from a binary Neko nmsh file.   | |
| subroutine | nmsh_file::nmsh_file_write (this, data, t) | 
| Write a mesh from to a binary Neko nmsh file.   | |
Variables | |
| integer, parameter | nmsh_file::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.   | |