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

Go to the source code of this file.

Data Types

type  sparsemodule::rowtype
 
type  sparsemodule::sparsematrix
 

Modules

module  sparsemodule
 

Functions/Subroutines

subroutine sparsemodule::destroy (this)
 
subroutine sparsemodule::initialize (this, nrow, ncol, rowmaxnnz)
 
subroutine sparsemodule::initializefixed (this, nrow, ncol, maxnnz)
 
subroutine sparsemodule::filliaja (this, ia, ja, ierror, sort)
 
subroutine sparsemodule::addconnection (this, i, j, inodup, iaddop)
 
subroutine sparsemodule::insert (j, thisrow, inodup, iadded)
 
subroutine sparsemodule::sort (this, with_csr)
 
subroutine sparsemodule::sortintarray (nval, iarray)
 
subroutine sparsemodule::csr_diagsum (ia, flowja)