swiftest_io_get_args Interface

interface


Called by

interface~~swiftest_io_get_args~~CalledByGraph interface~swiftest_io_get_args swiftest_io_get_args proc~bindings_c_driver bindings_c_driver proc~bindings_c_driver->interface~swiftest_io_get_args program~main main program~main->interface~swiftest_io_get_args

public module subroutine swiftest_io_get_args(integrator, param_file_name, display_style, from_cli)

Arguments

Type IntentOptional Attributes Name
character(len=:), intent(inout), allocatable :: integrator

Symbolic code of the requested integrator

character(len=:), intent(inout), allocatable :: param_file_name

Name of the input parameters file

character(len=:), intent(inout), allocatable :: display_style

{“PROGRESS”, “CLASSIC”, “QUIET”, “COMPACT”}. Default is “PROGRESS”

logical, intent(in) :: from_cli

If true, get command-line arguments. Otherwise, use the values of the input variables