Go to the source code of this file.
|
subroutine | fc2k_parabolic_prof (COREPROF_IN, EQUILIBRIUM_IN, COREPROF_OUT, EQUILIBRIUM_OUT, OUTPUT_FLAG, DIAGNOSTIC_INFO) |
|
subroutine fc2k_parabolic_prof |
( |
type (type_coreprof), dimension(:), pointer |
COREPROF_IN, |
|
|
type (type_equilibrium), dimension(:), pointer |
EQUILIBRIUM_IN, |
|
|
type (type_coreprof), dimension(:), pointer |
COREPROF_OUT, |
|
|
type (type_equilibrium), dimension(:), pointer |
EQUILIBRIUM_OUT, |
|
|
integer, intent(out) |
OUTPUT_FLAG, |
|
|
character(len=:), intent(out), pointer |
DIAGNOSTIC_INFO |
|
) |
| |