getTask Module



Variables

Type Visibility Attributes Name Initial
integer, public, parameter :: UNKNOWN_JOB = 0
integer, public, parameter :: MESH_2_PLT = 1
integer, public, parameter :: MESH_2_FOAM = 2
integer, public, parameter :: SOLUTION_2_PLT = 3
integer, public, parameter :: SOLUTION_2_VTKHDF = 4
integer, public, parameter :: SOLUTION_2_FOAM = 5
integer, public, parameter :: EXPORT_GAUSS = 0
integer, public, parameter :: EXPORT_HOMOGENEOUS = 1
integer, public, parameter :: MODE_MULTIZONE = 0
integer, public, parameter :: MODE_FINITEELM = 1
character(len=*), public, parameter :: OUTPUT_VARIABLES_FLAG = "--output-variables="

Subroutines

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

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