Go to the source code of this file.
|
subroutine | solution6 (solver, ifail) |
|
REAL *8 function | spwert (N, XWERT, A, B, C, D, X, ABLTG) |
|
subroutine | gts_initialise_coefficients (n_in, x_in, gts_a, gts_b, gts_c, gts_d, gts_e, gts_f, gts_g, gts_h) |
|
subroutine | gts_initialise_profiles (n_in, x_in, y_in, ym_in) |
|
subroutine | gts_element_matrix (ife, time, timestep, ELM, RHS) |
|
subroutine | gts_construct_grid (n_in, x_in) |
|
subroutine | gts_construct_matrix (u, v, w, time, timestep) |
|
subroutine | gts_finite_elements (xm, FE, DFE, DDFE) |
|
subroutine | gts_solve_matrix |
|
subroutine | spline (N, X, Y, ALFA, BETA, TYP, A, B, C, D) |
|
subroutine | dgtsl (N, C, D, E, B, INFO) |
|
subroutine solution6::dgtsl |
( |
integer |
N, |
|
|
real*8, dimension(*) |
C, |
|
|
real*8, dimension(*) |
D, |
|
|
real*8, dimension(*) |
E, |
|
|
real*8, dimension(*) |
B, |
|
|
integer |
INFO |
|
) |
| |
subroutine solution6::gts_construct_grid |
( |
integer |
n_in, |
|
|
real*8, dimension(n_in) |
x_in |
|
) |
| |
subroutine solution6::gts_construct_matrix |
( |
real*8, dimension(neq,2) |
u, |
|
|
real*8, dimension(neq,2) |
v, |
|
|
real*8, dimension(neq,2) |
w, |
|
|
real*8 |
time, |
|
|
real*8 |
timestep |
|
) |
| |
subroutine solution6::gts_element_matrix |
( |
integer |
ife, |
|
|
real*8 |
time, |
|
|
real*8 |
timestep, |
|
|
real*8, dimension(2*nvar*neq,2*nvar*neq) |
ELM, |
|
|
real*8, dimension(2*nvar*neq) |
RHS |
|
) |
| |
subroutine solution6::gts_finite_elements |
( |
real*8 |
xm, |
|
|
real*8, dimension(*) |
FE, |
|
|
real*8, dimension(*) |
DFE, |
|
|
real*8, dimension(*) |
DDFE |
|
) |
| |
subroutine solution6::gts_initialise_coefficients |
( |
integer |
n_in, |
|
|
real*8, dimension(n_in) |
x_in, |
|
|
real*8, dimension(neq,n_in) |
gts_a, |
|
|
real*8, dimension(neq,n_in) |
gts_b, |
|
|
real*8, dimension(neq,n_in) |
gts_c, |
|
|
real*8, dimension(neq,n_in) |
gts_d, |
|
|
real*8, dimension(neq,n_in) |
gts_e, |
|
|
real*8, dimension(neq,n_in) |
gts_f, |
|
|
real*8, dimension(neq,n_in) |
gts_g, |
|
|
real*8 |
gts_h |
|
) |
| |
subroutine solution6::gts_initialise_profiles |
( |
integer |
n_in, |
|
|
real*8, dimension(n_in) |
x_in, |
|
|
real*8, dimension(neq,n_in) |
y_in, |
|
|
real*8, dimension(neq,n_in) |
ym_in |
|
) |
| |
subroutine solution6::gts_solve_matrix |
( |
| ) |
|
subroutine solution6 |
( |
type (numerics) |
solver, |
|
|
integer |
ifail |
|
) |
| |
subroutine solution6::spline |
( |
integer |
N, |
|
|
real*8, dimension(n) |
X, |
|
|
real*8, dimension(n) |
Y, |
|
|
real*8 |
ALFA, |
|
|
real*8 |
BETA, |
|
|
integer |
TYP, |
|
|
real*8, dimension(n) |
A, |
|
|
real*8, dimension(n) |
B, |
|
|
real*8, dimension(n) |
C, |
|
|
real*8, dimension(n) |
D |
|
) |
| |
REAL*8 function solution6::spwert |
( |
integer |
N, |
|
|
real*8 |
XWERT, |
|
|
real*8, dimension(n) |
A, |
|
|
real*8, dimension(n) |
B, |
|
|
real*8, dimension(n) |
C, |
|
|
real*8, dimension(n) |
D, |
|
|
real*8, dimension(n) |
X, |
|
|
real*8, dimension(3) |
ABLTG |
|
) |
| |