Navigation : 
        
      
    
    
    MeshOrder
    
    
    
    
MeshOrder
Section Execution::Optimization
Type integer
Default blocks
This variable controls how the grid points are mapped to a
linear array. This influences the performance of the code.
Options:
-    blocks: 
The grid is mapped using small parallelepipedic grids. The size
 of the blocks is controlled by MeshBlockSize.
 
-    hilbert: 
(experimental) A Hilbert space-filling curve is used to map the
 grid.
 
-    hilbert_2d: 
(experimental) A Hilbert space-filling curve is used to map the
 grid in two of the dimensions.
 
    
        
        
        
        
        Source information
        
        
    
    
grid/mesh_init.F90 : 424
 call parse_variable(namespace, 'MeshOrder', ORDER_BLOCKS, order)