ETS  \$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
 All Classes Files Functions Variables Pages
bdseq.F90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine bdseq (eq_in, eq_out, code_parameters)
 Module implementing a simple equilibrium using CPOs. More...
 
subroutine trid (u2, nr)
 Tridiagonal solve. More...
 
subroutine l3interp2 (y_out, x_in, x_out, neta)
 periodic interpolation on second dimension More...
 

Function/Subroutine Documentation

subroutine bdseq ( type (type_equilibrium), dimension(:), pointer  eq_in,
type (type_equilibrium), dimension(:), pointer  eq_out,
type (type_param)  code_parameters 
)

Module implementing a simple equilibrium using CPOs.

Author
Bruce Scott
Version
"$Id: bdseq.F90 23 2011-04-20 17:48:11Z bscott $"

Definition at line 6 of file bdseq.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine l3interp2 ( real(r8), dimension(neta), intent(inout)  y_out,
real(r8), dimension(neta), intent(in)  x_in,
real(r8), dimension(neta), intent(in)  x_out,
integer(itm_i4)  neta 
)

periodic interpolation on second dimension

Author
Bruce Scott
Version
"$Id: bdseq.F90 23 2011-04-20 17:48:11Z bscott $"

Definition at line 688 of file bdseq.F90.

Here is the caller graph for this function:

subroutine trid ( real(r8), dimension(nr)  u2,
integer(itm_i4)  nr 
)

Tridiagonal solve.

Author
Bruce Scott
Version
"$Id: bdseq.F90 23 2011-04-20 17:48:11Z bscott $"

Definition at line 636 of file bdseq.F90.

Here is the caller graph for this function: