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

Go to the source code of this file.

Data Types

type  disumodule::disutype
 Unstructured grid discretization. More...
 
type  disumodule::disufoundtype
 

Modules

module  disumodule
 

Functions/Subroutines

subroutine, public disumodule::disu_cr (dis, name_model, input_mempath, inunit, iout)
 Create a new unstructured discretization object. More...
 
subroutine disumodule::disu_load (this)
 Transfer IDM data into this discretization object. More...
 
subroutine disumodule::disu_df (this)
 Define the discretization. More...
 
subroutine disumodule::grid_finalize (this)
 Finalize the grid. More...
 
subroutine disumodule::disu_ck (this)
 Check discretization info. More...
 
subroutine disumodule::disu_da (this)
 Deallocate variables. More...
 
subroutine disumodule::nodeu_to_string (this, nodeu, str)
 Convert a user nodenumber to a string (nodenumber) More...
 
subroutine disumodule::nodeu_to_array (this, nodeu, arr)
 Convert a user nodenumber to an array (nodenumber) More...
 
subroutine disumodule::source_options (this)
 Copy options from IDM into package. More...
 
subroutine disumodule::log_options (this, found)
 Write user options to list file. More...
 
subroutine disumodule::source_dimensions (this)
 Copy dimensions from IDM into package. More...
 
subroutine disumodule::log_dimensions (this, found)
 Write dimensions to list file. More...
 
subroutine disumodule::source_griddata (this)
 Copy grid data from IDM into package. More...
 
subroutine disumodule::log_griddata (this, found)
 Write griddata found to list file. More...
 
subroutine disumodule::source_connectivity (this)
 Copy grid connectivity info from IDM into package. More...
 
subroutine disumodule::log_connectivity (this, found, iac)
 Write griddata found to list file. More...
 
subroutine disumodule::source_vertices (this)
 Copy grid vertex data from IDM into package. More...
 
subroutine disumodule::define_cellverts (this, icell2d, ncvert, icvert)
 Build data structures to hold cell vertex info. More...
 
subroutine disumodule::source_cell2d (this)
 Copy cell2d data from IDM into package. More...
 
subroutine disumodule::write_grb (this, icelltype)
 Write a binary grid file. More...
 
integer(i4b) function disumodule::get_nodenumber_idx1 (this, nodeu, icheck)
 Get reduced node number from user node number. More...
 
subroutine disumodule::connection_normal (this, noden, nodem, ihc, xcomp, ycomp, zcomp, ipos)
 Get normal vector components between the cell and a given neighbor. More...
 
subroutine disumodule::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 disumodule::get_dis_type (this, dis_type)
 Get the discretization type. More...
 
integer(i4b) function disumodule::get_dis_enum (this)
 Get the discretization type enumeration. More...
 
subroutine disumodule::allocate_scalars (this, name_model, input_mempath)
 Allocate and initialize scalar variables. More...
 
subroutine disumodule::allocate_arrays (this)
 Allocate and initialize arrays. More...
 
subroutine disumodule::allocate_arrays_mem (this)
 Allocate arrays in memory manager. More...
 
integer(i4b) function disumodule::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 disumodule::nodeu_from_cellid (this, cellid, inunit, iout, flag_string, allow_zero)
 Convert a cellid string to a user nodenumber. More...
 
logical function disumodule::supports_layers (this)
 Indicates whether the grid discretization supports layers. More...
 
integer(i4b) function disumodule::get_ncpl (this)
 Get number of cells per layer (total nodes since DISU isn't layered) More...
 
subroutine disumodule::read_int_array (this, line, lloc, istart, istop, iout, in, iarray, aname)
 Read an integer array. More...
 
subroutine disumodule::read_dbl_array (this, line, lloc, istart, istop, iout, in, darray, aname)
 Read a double precision array. More...
 
subroutine disumodule::record_array (this, darray, iout, iprint, idataun, aname, cdatafmp, nvaluesp, nwidthp, editdesc, dinact)
 Record a double precision array. More...
 
subroutine disumodule::record_srcdst_list_header (this, text, textmodel, textpackage, dstmodel, dstpackage, naux, auxtxt, ibdchn, nlist, iout)
 Record list header for imeth=6. More...
 
class(disutype) function, pointer, public disumodule::castasdisutype (dis)
 Cast base to DISU. More...