![]() |
ETS
\$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | main_neutrals (GEOMETRY, PROFILES, NEUTRALS, SOURCES, CONTROL, ifail) |
?? More... | |
subroutine | step_t02 (FUN, TX, T0, T1) |
?? More... | |
subroutine | const_atom (TE, TI, C_ION, C_CX, C_REC) |
?? More... | |
subroutine const_atom | ( | real (r8) | TE, |
real (r8) | TI, | ||
real (r8) | C_ION, | ||
real (r8) | C_CX, | ||
real (r8) | C_REC | ||
) |
??
Definition at line 618 of file main_neutrals.f90.
subroutine main_neutrals | ( | type (magnetic_geometry) | GEOMETRY, |
type (plasma_profiles) | PROFILES, | ||
type (neutral_profiles) | NEUTRALS, | ||
type (sources_and_sinks) | SOURCES, | ||
type (run_control) | CONTROL, | ||
integer, intent(inout) | ifail | ||
) |
??
Definition at line 8 of file main_neutrals.f90.
subroutine step_t02 | ( | real (r8) | FUN, |
real (r8) | TX, | ||
real (r8) | T0, | ||
real (r8) | T1 | ||
) |
??
Definition at line 586 of file main_neutrals.f90.