![]() |
MODFLOW 6
version 6.7.0.dev3
USGS Modular Hydrologic Model
|
Functions/Subroutines | |
| integer(i4b) function, public | getcsrindex (i, j, ia, ja) |
| Return index for element i,j in CSR storage,. More... | |
| integer(i4b) function, public csrutilsmodule::getcsrindex | ( | integer(i4b), intent(in) | i, |
| integer(i4b), intent(in) | j, | ||
| integer(i4b), dimension(:), intent(in) | ia, | ||
| integer(i4b), dimension(:), intent(in) | ja | ||
| ) |
| [in] | i | the row index |
| [in] | j | the column index |
| [in] | ia | CSR ia array |
| [in] | ja | CSR ja array |
Definition at line 12 of file CsrUtils.f90.
