SPEC 3.20
Stepped Pressure Equilibrium Code
Derivatives of multiplier and poloidal flux with respect to geometry: dmupfdx
Collaboration diagram for Derivatives of multiplier and poloidal flux with respect to geometry: dmupfdx:

Variables

real, dimension(:,:,:,:,:), allocatable allglobal::dmupfdx
 derivatives of mu and dpflux wrt geometry at constant interface transform
 
logical allglobal::lhessianallocated
 flag to indicate that force gradient matrix is allocated (?)
 
real, dimension(:,:), allocatable allglobal::hessian
 force gradient matrix (?)
 
real, dimension(:,:), allocatable allglobal::dessian
 derivative of force gradient matrix (?)
 
logical allglobal::lhessian2dallocated
 flag to indicate that 2D Hessian matrix is allocated (?)
 
real, dimension(:,:), allocatable allglobal::hessian2d
 Hessian 2D.
 
real, dimension(:,:), allocatable allglobal::dessian2d
 derivative Hessian 2D
 
logical allglobal::lhessian3dallocated
 flag to indicate that 2D Hessian matrix is allocated (?)
 
real, dimension(:,:), allocatable allglobal::hessian3d
 Hessian 3D.
 
real, dimension(:,:), allocatable allglobal::dessian3d
 derivative Hessian 3D
 

Detailed Description