Initialize a uniform grid on this block
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(block_obj), | intent(inout) | :: | this |
A block object |
||
real(kind=wp), | intent(in) | :: | xlo(3) |
Coordinates of the bottom left corner |
||
real(kind=wp), | intent(in) | :: | xhi(3) |
Coordinates of the top right corner |
||
integer, | intent(in) | :: | lo(3) |
Array lower bound |
||
integer, | intent(in) | :: | hi(3) |
Array upper bound |