48#include "FortranLangFeatures.fh"
51 dvCell, dvSub, xL,xR, yL,yR, pos, blockID)
53 integer, VALUE_INTENT(IN) :: nsubI, nsubJ, nsubK
54 real,
intent(in) :: dvCell
55 real,
intent(OUT) :: dvSub(nsubI, nsubJ)
56 real,
OPTIONAL,
intent(in) :: xL, xR
57 real,
OPTIONAL,
intent(in) :: yL, yR
58 integer,
OPTIONAL,
intent(in) :: blockID
59 integer,
OPTIONAL,
intent(in) :: pos(
*)
subroutine Grid_subcellGeometry(nsubI, nsubJ, nsubK, dvCell, dvSub, xL, xR, yL, yR, pos, blockID)