meshGridY Function

public function meshGridY(x, y) result(o)

Construct a 2d array of Y values from a structured grid

Arguments

TypeIntentOptionalAttributesName
real(kind=wp), intent(in), dimension(:):: x

x-positions in grid

real(kind=wp), intent(in), dimension(:):: y

y-positions in grid

Return Value real(kind=wp),dimension(:, :),allocatable


Contents

None