ETS  \$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
 All Classes Files Functions Variables Pages
coronal Module Reference

Public Member Functions

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)
 

Detailed Description

Definition at line 1 of file coronal.f90.

Member Function/Subroutine Documentation

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 
)

Definition at line 202 of file coronal.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

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 
)

Definition at line 6 of file coronal.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

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 
)

Definition at line 441 of file coronal.f90.

Here is the caller graph for this function:


The documentation for this module was generated from the following file: