Go to the source code of this file.
|
module | spec_kind_mod |
|
For REAL variables: Use p=6, r=35 for single precision on 32 bit machine Use p=12,r=100 for double precision on 32 bit machine for single precision on 64 bit machine Parameters for SELECTED_REAL_KIND: p -number of digits
r -range of exponent from -r to r
More...
|
|
module | nclass_itm |
|
NCLASS-Calculates NeoCLASSical transport properties More...
|
|
|
subroutine | neo (equilibrium, coreprof, neoclassic) |
|
subroutine | neo_calc (equilibrium, coreprof, neoclassic, nrho, neq, nion) |
|
subroutine neo |
( |
type(type_equilibrium), dimension(:), pointer |
equilibrium, |
|
|
type(type_coreprof), dimension(:), pointer |
coreprof, |
|
|
type(type_neoclassic), dimension(:), pointer |
neoclassic |
|
) |
| |
subroutine neo_calc |
( |
type(type_equilibrium), dimension(:), pointer |
equilibrium, |
|
|
type(type_coreprof), dimension(:), pointer |
coreprof, |
|
|
type(type_neoclassic), dimension(:), pointer |
neoclassic, |
|
|
integer |
nrho, |
|
|
integer |
neq, |
|
|
integer |
nion |
|
) |
| |