V3FIT
|
Base class representing a vmec_context. This contains a copy of every variable that is needed to define the VMEC state. More...
Public Attributes | |
real(rprec), dimension(:), pointer | xc => null() |
Cache of the vmec internal state xc array. | |
real(rprec), dimension(:), pointer | raxis_cc => null() |
Cache of the magnetic axis R cosine coefficents. | |
real(rprec), dimension(:), pointer | raxis_cs => null() |
Cache of the magnetic axis R sine coefficents. | |
real(rprec), dimension(:), pointer | zaxis_cc => null() |
Cache of the magnetic axis Z cosine coefficents. | |
real(rprec), dimension(:), pointer | zaxis_cs => null() |
Cache of the magnetic axis Z sine coefficents. | |
real(rprec) | vvc_smaleli |
Internal inductance. | |
real(rprec) | vvc_kappa_p |
Mean elongation. | |
Base class representing a vmec_context. This contains a copy of every variable that is needed to define the VMEC state.
Definition at line 31 of file vmec_context.f.