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

Go to the source code of this file.

Data Types

interface  arrayhandlersmodule::expandarraywrapper
 
interface  arrayhandlersmodule::expandarray
 
interface  arrayhandlersmodule::expandarray2d
 
interface  arrayhandlersmodule::extendptrarray
 
interface  arrayhandlersmodule::concatarray
 
interface  arrayhandlersmodule::ifind
 

Modules

module  arrayhandlersmodule
 

Functions/Subroutines

subroutine arrayhandlersmodule::expand_integer_wrapper (nsize, array, minvalue, loginc)
 
subroutine arrayhandlersmodule::expand_integer (array, increment)
 
subroutine arrayhandlersmodule::expand_double (array, increment)
 
subroutine arrayhandlersmodule::expand_logical (array, increment)
 
subroutine arrayhandlersmodule::expand_character (array, increment)
 
subroutine arrayhandlersmodule::expand_integer_2d (array, increment1, increment2)
 
subroutine arrayhandlersmodule::expand_double_2d (array, increment1, increment2)
 
subroutine arrayhandlersmodule::extend_double (array, increment)
 
subroutine arrayhandlersmodule::extend_integer (array, increment)
 
subroutine arrayhandlersmodule::extend_string (array, increment)
 
subroutine arrayhandlersmodule::concat_integer (array, array_to_add)
 Concatenate integer arrays. More...
 
integer(i4b) function arrayhandlersmodule::ifind_character (array, str)
 Find the 1st array element containing str, or -1 if not found. More...
 
integer(i4b) function arrayhandlersmodule::ifind_integer (iarray, ival)
 Find the first element containing ival, or -1 if not found. More...
 
subroutine, public arrayhandlersmodule::remove_character (array, ipos)
 Remove the element at ipos from the array. More...