MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Functions/Subroutines | |
subroutine, public | cell_poly_to_rect (poly, rect) |
Convert CellPoly representation to CellRect. Assumes the conversion is possible. More... | |
subroutine, public | cell_poly_to_quad (poly, quad) |
Convert CellPoly representation to CellRectQuad. Assumes the conversion is possible. More... | |
subroutine, public cellutilmodule::cell_poly_to_quad | ( | type(cellpolytype), intent(in), pointer | poly, |
type(cellrectquadtype), intent(inout), pointer | quad | ||
) |
Definition at line 114 of file CellUtil.f90.
subroutine, public cellutilmodule::cell_poly_to_rect | ( | type(cellpolytype), intent(in), pointer | poly, |
type(cellrecttype), intent(inout), pointer | rect | ||
) |
Definition at line 13 of file CellUtil.f90.