Contains the main routines for V3RFUN. More...
Go to the source code of this file.
Functions/Subroutines | |
program | v3rfun |
The V3RFUN code is part of a suite of codes, called V3FIT, designed for equilibrium reconstruction of stellarator plasmas. It takes as input descriptions of the field coils and diagnostic coils, and generates files containing the coil and plasma response functions and the plasma response functions. The output files from the V3RFUN code are designed to be used as input to the V3FIT code. Physical quantities in the V3FIT project are measured in SI units, unless otherwise specified. More... | |
character(len=v3rfun_file_length) function | v3rfun_parse_command_line () |
Parse command line arguments. More... | |
subroutine | v3rfun_print_help () |
Print out help text. More... | |
Contains the main routines for V3RFUN.
Definition in file v3rfun.f.
program v3rfun |
The V3RFUN code is part of a suite of codes, called V3FIT, designed for equilibrium reconstruction of stellarator plasmas. It takes as input descriptions of the field coils and diagnostic coils, and generates files containing the coil and plasma response functions and the plasma response functions. The output files from the V3RFUN code are designed to be used as input to the V3FIT code. Physical quantities in the V3FIT project are measured in SI units, unless otherwise specified.
Below is a brief discription of the major top level objects of the code. For discriptions of lower level objects consult the referenced top level objects.
V3RFUN main program.
Highest level V3RFUN routine.
character (len=v3rfun_file_length) function v3rfun_parse_command_line |
subroutine v3rfun_print_help |