![]() |
Stellarator-Tools
|
Base class representing a vmec output. More...
Public Member Functions | |
FINAL | vmec_file_destruct (this) |
Deconstruct a vmec_file_class object. | |
class(vmec_file_class) function, pointer | vmec_file_construct (vmec_file_name) |
Construct a vmec_file_class object. | |
Base class representing a vmec output.
Interface for the vmec_file_class constructor.
class (vmec_file_class) function, pointer vmec_file::vmec_file_class::vmec_file_construct | ( | character (len=*), intent(in) | vmec_file_name | ) |
Construct a vmec_file_class object.
Allocates memory and initializes a vmec_file_class object with an siesta restart file.
[in] | vmec_file_name | File name for vacuum fields. |
|
final |
Deconstruct a vmec_file_class object.
Deallocates memory and uninitializes a vmec_file_class object.
[in,out] | this | A vmec_file_class instance. |