Initalise the piecewise2D type with a given cell_width, cell_height and input image
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in) | :: | cell_width |
Input cell width |
||
real(kind=wp), | intent(in) | :: | cell_height |
Input cell height |
||
real(kind=wp), | intent(in) | :: | image(:,:) |
Input image |