mtridiagonal_scal Module Reference
Functions/Subroutines | |
subroutine | init_tridiagonal_scal (N) |
subroutine | tridiagonal_scal (N, fi, lt, value) |
Variables | |
real(sp), dimension(:), allocatable | au |
real(sp), dimension(:), allocatable | bu |
real(sp), dimension(:), allocatable | cu |
real(sp), dimension(:), allocatable | du |
real(sp), dimension(:), allocatable, private | ru |
real(sp), dimension(:), allocatable, private | qu |
Function/Subroutine Documentation
subroutine mtridiagonal_scal::init_tridiagonal_scal | ( | integer, intent(in) | N | ) |
Here is the caller graph for this function:

subroutine mtridiagonal_scal::tridiagonal_scal | ( | integer, intent(in) | N, |
integer, intent(in) | fi, | ||
integer, intent(in) | lt, | ||
real(sp), dimension(0:n) | value | ||
) |
Here is the caller graph for this function:

Variable Documentation
real(sp), dimension(:), allocatable mtridiagonal_scal::au |
real(sp), dimension(:), allocatable mtridiagonal_scal::bu |
real(sp), dimension(:), allocatable mtridiagonal_scal::cu |
real(sp), dimension(:), allocatable mtridiagonal_scal::du |
|
private |
|
private |