swiftest_driver Interface

interface


Called by

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

public module subroutine swiftest_driver(integrator, param_file_name, display_style)

Arguments

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

Symbolic code of the requested integrator

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

Name of the input parameters file

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

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