Initializes a region
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(region_obj), | intent(inout) | :: | this |
A Region |
||
character(len=*), | intent(in) | :: | name |
Name of region |
||
real(kind=wp), | intent(in) | :: | xlo(3) |
Position of low left corner |
||
real(kind=wp), | intent(in) | :: | xhi(3) |
Position of high right corner |
||
integer, | intent(in) | :: | dir |
Direction of normal |
||
integer, | intent(in) | :: | side |
Side (left or right) of the cell |