Navigation : 
        
      
    
    
    MeshIndexType
    
    
    
    
MeshIndexType
Section Mesh
Type integer
Default idx_cubic
Determine index type. Must be the same for restarting a calculation.
Options:
-    idx_cubic: 
Cubic indices are used to map the spatial information to the grid points.
 
-    idx_hilbert: 
A Hilbert space-filling curve is used to map the spatial information to
 the grid points.
 
    
        
        
        
        
        Source information
        
        
    
    
grid/mesh_init.F90 : 232
 call parse_variable(namespace, 'MeshIndexType', IDX_CUBIC, mesh%idx%type)