FLASH4.6.2 API

Generated from /data/asci2/site/flashcode/secure/release_4p6/source/Grid/Grid_getDeltas.F90 with ROBODoc v4.99.8 on Thu May 02 07:54:08 2024

TABLE OF CONTENTS


[Functions] source/Grid/Grid_getDeltas

[top][index]

NAME

  Grid_getDeltas

SYNOPSIS

  Grid_getDeltas(integer(IN) :: blockId,
                 real(OUT)   :: del(MDIM))

DESCRIPTION

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

ARGUMENTS

  blockId - local block number
  del - array of size MDIM returned holding the dx, dy, and dz values