|
subroutine | set_coronal (COREIMPUR_IN, COREPROF_IN, COREIMPUR_OUT, INTERPOL, ICORONAL) |
|
subroutine | coronal_distribution (NRHO, NE, TE, AMN, ZN, NZIMP1, N_IMPURITY) |
|
subroutine | solve_tridiag (a, b, c, v, x, n) |
|
Definition at line 1 of file coronal.f90.
subroutine coronal::coronal_distribution |
( |
integer |
NRHO, |
|
|
real (kind=r8), dimension(nrho) |
NE, |
|
|
real (kind=r8), dimension(nrho) |
TE, |
|
|
real (kind=r8) |
AMN, |
|
|
real (kind=r8) |
ZN, |
|
|
integer |
NZIMP1, |
|
|
real (kind=r8), dimension(nrho,nzimp1) |
N_IMPURITY |
|
) |
| |
subroutine coronal::set_coronal |
( |
type (type_coreimpur), dimension(:), pointer |
COREIMPUR_IN, |
|
|
type (type_coreprof), dimension(:), pointer |
COREPROF_IN, |
|
|
type (type_coreimpur), dimension(:), pointer |
COREIMPUR_OUT, |
|
|
integer |
INTERPOL, |
|
|
integer |
ICORONAL |
|
) |
| |
subroutine coronal::solve_tridiag |
( |
real(kind=r8), dimension(n), intent(in) |
a, |
|
|
real(kind=r8), dimension(n), intent(in) |
b, |
|
|
real(kind=r8), dimension(n), intent(in) |
c, |
|
|
real(kind=r8), dimension(n), intent(in) |
v, |
|
|
real(kind=r8), dimension(n), intent(out) |
x, |
|
|
integer, intent(in) |
n |
|
) |
| |
The documentation for this module was generated from the following file: