grid_tools  1.13.0
pesg::get_edges Interface Reference

Private Member Functions

subroutine get_edges (arcx, arcy, edgex, edgey)
 For angles (degrees) of the arcs spanning the halfwidths between the region's center and its x and y edges, get the two cartesian vectors that represent the locations of these edge midpoints in the positive x and y directions. More...
 

Detailed Description

Definition at line 36 of file pesg.f90.

Constructor & Destructor Documentation

◆ get_edges()

subroutine pesg::get_edges::get_edges ( real(dp), intent(in)  arcx,
real(dp), intent(in)  arcy,
real(dp), dimension(3), intent(out)  edgex,
real(dp), dimension(3), intent(out)  edgey 
)
private

For angles (degrees) of the arcs spanning the halfwidths between the region's center and its x and y edges, get the two cartesian vectors that represent the locations of these edge midpoints in the positive x and y directions.

Parameters
[in]arcxCenter-relative angle (degrees) of edge midpoint in +x
[in]arcyCenter-relative angle (degrees) of edge midpoint in +y
[out]edgexregion's +x edge midpoint as cartesian unit 3-vector
[out]edgeyregion's +y edge midpoint as cartesian unit 3-vector
Author
R. J. Purser

Definition at line 489 of file pesg.f90.


The documentation for this interface was generated from the following file: