Base class representing a equilibrium. More...
Public Attributes | |
| integer | type = equilibrium_no_type |
| Type descirptor of the equilibrium subclass type. More... | |
| logical | force_solve |
| Controls if an equilibrium is forced to be resolved or not. | |
| type(vmec_class), pointer | vmec => null() |
| An instance of a vmec_equilibrium object. | |
| type(vacuum_class), pointer | vacuum => null() |
| An instance of a vacuum_equilibrium object. | |
| type(siesta_class), pointer | siesta => null() |
| An instance of a vacuum_equilibrium object. | |
Base class representing a equilibrium.
Definition at line 50 of file equilibrium.f.
| integer equilibrium::equilibrium_class::type = equilibrium_no_type |
Type descirptor of the equilibrium subclass type.
Definition at line 55 of file equilibrium.f.
1.8.17