Navigation : 
        
      
    
    
    MeshLocalOrder
    
    
    
    
MeshLocalOrder
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:
-    order_blocks: 
The grid is mapped using small parallelepipedic grids. The size
 of the blocks is controlled by MeshBlockSize.
 
-    order_cube: 
The grid is mapped using a full cube, i.e. without blocking.
 
-    order_global: 
Use the ordering from the global mesh
 
    
        
        
        
        
        Source information
        
        
    
    
grid/par_vec.F90 : 474
 call parse_variable(namespace, 'MeshLocalOrder', ORDER_BLOCKS, order)