size Interface

public interface size

Utility function to return the size of a Poisson2D matrix along a given dimension.


Functions

private pure module function size_rdp(A, dim) result(arr_size)

Utility function to return the size of a Poisson2D matrix along a given dimension.

Arguments

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

Input matrix.

integer(kind=ilp), intent(in), optional :: dim

Queried dimension.

Return Value integer(kind=ilp)

Corresponding size.