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

Go to the source code of this file.

Data Types

type  disv2dmodule::disv2dtype
 Vertex grid discretization. More...
 
type  disv2dmodule::disvfoundtype
 

Modules

module  disv2dmodule
 

Functions/Subroutines

subroutine, public disv2dmodule::disv2d_cr (dis, name_model, input_mempath, inunit, iout)
 Create a new discretization by vertices object. More...
 
subroutine disv2dmodule::disv2d_load (this)
 Transfer IDM data into this discretization object. More...
 
subroutine disv2dmodule::disv2d_df (this)
 Define the discretization. More...
 
subroutine disv2dmodule::disv2d_da (this)
 
subroutine disv2dmodule::source_options (this)
 Copy options from IDM into package. More...
 
subroutine disv2dmodule::log_options (this, found)
 Write user options to list file. More...
 
subroutine disv2dmodule::source_dimensions (this)
 Copy dimensions from IDM into package. More...
 
subroutine disv2dmodule::log_dimensions (this, found)
 Write dimensions to list file. More...
 
subroutine disv2dmodule::source_griddata (this)
 Copy grid data from IDM into package. More...
 
subroutine disv2dmodule::log_griddata (this, found)
 Write griddata found to list file. More...
 
subroutine disv2dmodule::grid_finalize (this)
 Finalize grid (check properties, allocate arrays, compute connections) More...
 
subroutine disv2dmodule::source_vertices (this)
 Load grid vertices from IDM into package. More...
 
subroutine disv2dmodule::define_cellverts (this, icell2d, ncvert, icvert)
 Build data structures to hold cell vertex info. More...
 
subroutine disv2dmodule::source_cell2d (this)
 Copy cell2d data from IDM into package. More...
 
subroutine disv2dmodule::connect (this)
 Build grid connections. More...
 
subroutine disv2dmodule::write_grb (this, icelltype)
 Write a binary grid file. More...
 
subroutine disv2dmodule::nodeu_to_string (this, nodeu, str)
 Convert a user nodenumber to a string (nodenumber) or (k,j) More...
 
subroutine disv2dmodule::nodeu_to_array (this, nodeu, arr)
 Convert a user nodenumber to an array (nodenumber) or (k,j) More...
 
integer(i4b) function disv2dmodule::get_nodenumber_idx1 (this, nodeu, icheck)
 Get reduced node number from user node number. More...
 
subroutine disv2dmodule::connection_normal (this, noden, nodem, ihc, xcomp, ycomp, zcomp, ipos)
 Get normal vector components between the cell and a given neighbor. More...
 
subroutine disv2dmodule::connection_vector (this, noden, nodem, nozee, satn, satm, ihc, xcomp, ycomp, zcomp, conlen)
 Get unit vector components between the cell and a given neighbor. More...
 
subroutine disv2dmodule::get_dis_type (this, dis_type)
 Get the discretization type. More...
 
subroutine disv2dmodule::allocate_scalars (this, name_model, input_mempath)
 Allocate and initialize scalars. More...
 
subroutine disv2dmodule::allocate_arrays (this)
 Allocate and initialize arrays. More...
 
real(dp) function disv2dmodule::get_cell2d_area (this, icell2d)
 Get the signed area of the cell. More...
 
integer(i4b) function disv2dmodule::nodeu_from_string (this, lloc, istart, istop, in, iout, line, flag_string, allow_zero)
 Convert a string to a user nodenumber. More...
 
integer(i4b) function disv2dmodule::nodeu_from_cellid (this, cellid, inunit, iout, flag_string, allow_zero)
 Convert a cellid string to a user nodenumber. More...
 
subroutine disv2dmodule::get_polyverts (this, ic, polyverts, closed)
 Get a 2D array of polygon vertices, listed in clockwise order beginning with the lower left corner. More...
 
subroutine disv2dmodule::record_array (this, darray, iout, iprint, idataun, aname, cdatafmp, nvaluesp, nwidthp, editdesc, dinact)
 Record a double precision array. More...
 
subroutine disv2dmodule::record_srcdst_list_header (this, text, textmodel, textpackage, dstmodel, dstpackage, naux, auxtxt, ibdchn, nlist, iout)
 Record list header for imeth=6. More...