Imports a CFX-TfC 1.3 mesh file. The external import routine
is ImportGEM
.
Available options are:
-v
Verbose output. Echo additional data
to stdout
during the import.
-f
Input file is formatted.
-u
Input file is unformatted (Fortran).
-r
Read regions from a BFI file.
-b
<file> Use file as a BFI filename
instead of default name.
-M
Set the machine type in the case of a binary or unformatted
file so that data conversion may be done if needed. The default file
format is 32-bit IEEE (Iris, Sun, HP, IBM). The currently recognized
machine types are:<machine type>
IEEE - generic 32-bit IEEE machine.
BSIEEE - generic 32-bit byteswapped IEEE machine.
IBM - IBM 32-bit IEEE.
IRIS - Iris 32-bit IEEE.
HP - HP 32-bit IEEE.
SUN - Sun 32-bit IEEE.
ALPHA - Compaq Tru64 UNIX Alpha 64-bit byte-swapped IEEE.
DOS - DOS 16-bit byte-swapped IEEE.
Compaq Tru64 UNIX - Compaq Tru64 UNIX 32-bit byte-swapped IEEE.
CRAY - Cray 64-bit format.
CONVEX - native Convex floating point format.
Windows - 32-bit Windows.
The argument machine type is case insensitive, and only the first 2 characters are needed (any others are ignored).