shape Interface

public interface shape

Utility function to return the shape a Poisson2D matrix .


Functions

private pure module function shape_rdp(A) result(arr_shape)

Utility function to get the shape of the Poisson2D matrix.

Arguments

Type IntentOptional Attributes Name
type(Poisson2D), intent(in) :: A

Input matrix.

Return Value integer(kind=ilp), (2)

Shape of the matrix.