Go to the source code of this file.
|
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...
|
|
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.
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.
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.