libsim  Versione6.3.0
subroutine griddim_steps ( type(griddim_def), intent(in)  this,
integer, intent(in)  nx,
integer, intent(in)  ny,
double precision, intent(out)  dx,
double precision, intent(out)  dy 
)
private

Compute and return grid steps.

Parametri
[in]thisgeneric grid descriptor
[in]nxnumber of points along x direction
[in]nynumber of points along y direction
[out]dxgrid step along x direction
[out]dygrid step along y direction

Definizione alla linea 901 del file grid_class.F90.


Generated with Doxygen.