MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
CellRectQuad.f90 File Reference

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 another cell. More...
 
subroutine cellrectquadmodule::load_irectvert (this)
 Load local polygon vertex indices. More...
 
integer function cellrectquadmodule::get_irectvertsw (this)
 Get index of SW rectangle vertex. More...
 
subroutine cellrectquadmodule::get_rectdimensionsrotation (this, irv1, xOrigin, yOrigin, zOrigin, dx, dy, dz, sinrot, cosrot)
 Get rectangular cell dimensions and rotation. More...
 
double precision function cellrectquadmodule::get_rectflow (this, iq, irv)
 Return a rectangle face flow. More...
 
logical function cellrectquadmodule::face_is_refined (this, i)
 Return whether a rectangle face is refined. More...