OOPS
differential_solver_mod Module Reference

Functions/Subroutines

subroutine, public solve_helmholz (geom, c, b, x)
 Solve a Helmholz equation. More...
 
subroutine, public solve_helmholz_ad (geom, c, x, b)
 Solve a Helmholz equation - adjoint. More...
 
subroutine, public laplacian_2d (geom, x, del2x)
 Horizontal Laplacian operator. More...
 
subroutine, public laplacian_2d_ad (geom, del2x, x)
 Horizontal Laplacian operator - adjoint. More...
 

Function/Subroutine Documentation

◆ laplacian_2d()

subroutine, public differential_solver_mod::laplacian_2d ( type(qg_geom), intent(in)  geom,
real(kind_real), dimension(geom%nx,geom%ny,geom%nz), intent(in)  x,
real(kind_real), dimension(geom%nx,geom%ny,geom%nz), intent(out)  del2x 
)

Horizontal Laplacian operator.

Parameters
[in]geomGeometry
[in]xStreamfunction
[out]del2xResult of applying Laplacian to x

Definition at line 153 of file qg_differential_solver_mod.F90.

Here is the caller graph for this function:

◆ laplacian_2d_ad()

subroutine, public differential_solver_mod::laplacian_2d_ad ( type(qg_geom), intent(in)  geom,
real(kind_real), dimension(geom%nx,geom%ny,geom%nz), intent(in)  del2x,
real(kind_real), dimension(geom%nx,geom%ny,geom%nz), intent(inout)  x 
)

Horizontal Laplacian operator - adjoint.

Parameters
[in]geomGeometry
[in]del2xResult of applying Laplacian to x
[in,out]xStreamfunction

Definition at line 181 of file qg_differential_solver_mod.F90.

Here is the caller graph for this function:

◆ solve_helmholz()

subroutine, public differential_solver_mod::solve_helmholz ( type(qg_geom), intent(in)  geom,
real(kind_real), intent(in)  c,
real(kind_real), dimension(geom%nx,geom%ny), intent(in)  b,
real(kind_real), dimension(geom%nx,geom%ny), intent(out)  x 
)

Solve a Helmholz equation.

Parameters
[in]geomGeometry
[in]cCoefficient in the linear operator
[in]bRight hand side
[out]xSolution

Definition at line 27 of file qg_differential_solver_mod.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ solve_helmholz_ad()

subroutine, public differential_solver_mod::solve_helmholz_ad ( type(qg_geom), intent(in)  geom,
real(kind_real), intent(in)  c,
real(kind_real), dimension(geom%nx,geom%ny), intent(in)  x,
real(kind_real), dimension(geom%nx,geom%ny), intent(inout)  b 
)

Solve a Helmholz equation - adjoint.

Parameters
[in]geomGeometry
[in]cCoefficient in the linear operator
[in]xSolution
[in,out]bRight hand side

Definition at line 86 of file qg_differential_solver_mod.F90.

Here is the call graph for this function:
Here is the caller graph for this function: