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 module subroutine swiftest_driver(integrator, param_file_name, display_style)

Arguments

TypeIntentOptionalAttributesName
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”