piecewise2D Interface

public interface piecewise2D

Module Procedures

public function init_piecewise2D(cell_width, cell_height, image)

Initalise the piecewise2D type with a given cell_width, cell_height and input image

Arguments

Type IntentOptional 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

Return Value type(piecewise2D)