MODFLOW 6  version 6.7.0.dev2
USGS Modular Hydrologic Model
LeastSquaresGradient.f90 File Reference

Go to the source code of this file.

Data Types

type  leastsquaresgradientmodule::array2d
 
interface  leastsquaresgradientmodule::leastsquaresgradienttype
 Weighted least-squares gradient method for structured and unstructured grids. More...
 

Modules

module  leastsquaresgradientmodule
 

Functions/Subroutines

type(leastsquaresgradienttype) function leastsquaresgradientmodule::constructor (dis)
 
real(dp) function, dimension(:, :), allocatable leastsquaresgradientmodule::create_gradient_reconstruction_matrix (this, n)
 
real(dp) function, dimension(3) leastsquaresgradientmodule::get (this, n, c)
 
real(dp) function, dimension(3) leastsquaresgradientmodule::compute_cell_gradient (this, n, phi_new)