ETS-Core  version:0.0.4-46-ge2d8
Core actors for the ETS-6
 All Classes Files Functions Variables Pages
Public Member Functions | List of all members
coronal Module Reference

Public Member Functions

subroutine coronal_distribution (NRHO, NE, TE, AMN, ZN, MAXNZIMP, 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 (ids_real), dimension(nrho)  NE,
real (ids_real), dimension(nrho)  TE,
real (ids_real)  AMN,
real (ids_real)  ZN,
integer  MAXNZIMP,
real (ids_real), dimension(nrho,maxnzimp)  N_IMPURITY 
)

Definition at line 7 of file coronal.f90.

References solve_tridiag().

Referenced by commit_run_settings().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine coronal::solve_tridiag ( real(ids_real), dimension(n), intent(in)  a,
real(ids_real), dimension(n), intent(in)  b,
real(ids_real), dimension(n), intent(in)  c,
real(ids_real), dimension(n), intent(in)  v,
real(ids_real), dimension(n), intent(out)  x,
integer, intent(in)  n 
)

Definition at line 250 of file coronal.f90.

Referenced by coronal_distribution().

Here is the caller graph for this function:


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