Neko  0.8.1
A portable framework for high-order spectral element flow simulations
nmsh_file.f90 File Reference

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. More...
 
subroutine nmsh_file::nmsh_file_read_2d (this, msh)
 Load a mesh from a binary Neko nmsh file. More...
 
subroutine nmsh_file::nmsh_file_write (this, data, t)
 Write a mesh from to a binary Neko nmsh file. More...
 

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. More...