MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Go to the source code of this file.
Data Types | |
type | cellrectquadmodule::cellrectquadtype |
Modules | |
module | cellrectquadmodule |
Functions/Subroutines | |
subroutine, public | cellrectquadmodule::create_cell_rect_quad (cell) |
Create a new rectangular-quad cell. More... | |
subroutine | cellrectquadmodule::destroy_cell_rect_quad (this) |
Destroy the rectangular-quad cell. More... | |
subroutine | cellrectquadmodule::init_from (this, defn) |
Initialize a rectangular-quad cell from cell definition. More... | |
subroutine | cellrectquadmodule::load_rect_verts_flows (this) |
Load local polygon vertex indices and rectangular face flows. More... | |
integer(i4b) function | cellrectquadmodule::get_rect_ivert_sw (this) |
Get index of SW rectangle vertex. More... | |
subroutine | cellrectquadmodule::get_rect_dim_rot (this) |
Get rectangular cell dimensions and rotation. More... | |
real(dp) function | cellrectquadmodule::get_rect_flow (this, iq, irv) |
Return a rectangle face flow. More... | |
logical(lgp) function | cellrectquadmodule::face_is_refined (this, i) |
Return whether a rectangle face is refined. More... | |