getTaskType Subroutine

public subroutine getTaskType(taskType, meshName, no_of_solutions, solutionNames, solutionTypes, fixedOrder, Nout, basis, mode, useCommandArgs, oldStats, writeMesh)

Uses

Arguments

Type IntentOptional Attributes Name
integer, intent(out) :: taskType
character(len=*), intent(out) :: meshName
integer, intent(out) :: no_of_solutions
character(len=LINE_LENGTH), intent(out), allocatable :: solutionNames(:)
integer, intent(out), allocatable :: solutionTypes(:)
logical, intent(out) :: fixedOrder
integer, intent(out) :: Nout(3)
integer, intent(out) :: basis
integer, intent(out) :: mode
logical, intent(out) :: useCommandArgs
logical, intent(out) :: oldStats
logical, intent(out) :: writeMesh