inputs module

Methods required for reading user input file.

inputs.readInputData(file)

Read user input file.

User file(s) are passed as input, but are expected to be located in inputs/*inp.

inputs.readchar(f)

Read a character string and return.

inputs.readfloat(f)

Read a floting point variable and return.

inputs.readint(f)

Read a floting point variable and return.

inputs.readlogical(f)

Read a logical and return.