MOM6
regrid_solvers.F90 File Reference

Go to the source code of this file.

Modules

module  regrid_solvers
 Solvers of linear systems.
 

Functions/Subroutines

subroutine, public regrid_solvers::solve_linear_system (A, B, X, system_size)
 Solve the linear system AX = B by Gaussian elimination. More...
 
subroutine, public regrid_solvers::solve_tridiagonal_system (Al, Ad, Au, B, X, system_size)
 Solve the tridiagonal system AX = B. More...