FLASH-X
Doxygen Generated Documentation From Interface Source Code
Functions/Subroutines
Grid_getDeltas.F90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine Grid_getDeltas (lev, del)
 

Function/Subroutine Documentation

◆ Grid_getDeltas()

subroutine Grid_getDeltas ( integer  lev,
real, dimension(MDIM), intent(out)  del 
)

Gets the grid spacing dx/dy/dz for a given level on the Grid. dx is the size of one cell in the x direction of a block, etc.

lev - refinement level. This is 1-based, i.e., the root level is numbered 1. del - array of size MDIM returned holding the dx, dy, and dz values

Definition at line 28 of file Grid_getDeltas.F90.