evenly_spaced_points Function

pure function evenly_spaced_points(boundaries, resolution, direction) result(grid_nodes)

Define grid point coordinates with uniform spacing in the chosen block

Arguments

Type IntentOptional AttributesName
real(kind=r8k), intent(in) :: boundaries(:,:)

block boundaries of each coordinate direction

integer(kind=i4k), intent(in) :: resolution(:)

number of grid points in each direction

integer(kind=i4k), intent(in) :: direction

coordinate direction to define

Return Value real(kind=r8k), allocatable,(:,:,:)

grid node locations and spacing in each coordination direction


Calls

proc~~evenly_spaced_points~~CallsGraph proc~evenly_spaced_points evenly_spaced_points num_intervals num_intervals proc~evenly_spaced_points->num_intervals

Contents

None