gruvoc.pltfile: Tools for Tecplot (R) .plt files

This function reads and writes surface/volume grids to and from Tecplot files to unstructured mesh objects. These files have a fixed data format, so there is no need to identify little/big endian, etc.

cape.gruvoc.pltfile.write_plt(mesh: UmeshBase, fname_or_fp: str | IOBase, v: bool = False)

Write data from a mesh object to Tecplot .plt file

Call:
>>> write_plt(mesh, fname, v=False)
>>> write_plt(mesh, fp, v=False)
Inputs:
mesh: Umesh

Unstructured mesh object

fname: str

Name of file

fp: IOBase

File object

v: True | {False}

Verbose option