Ordered_tec is a simple pack writing ordered data (structural data) to a binary tecplot file (.plt). Now this pack contains C++ and Matlab version. This package does not need any dependency, and it directly write binary files according to Tecplot binary data format.
- Support 1, 2 and 3 dimensional data
- Support multi-zone file
- Support file types including grid, solution and full
- Support solution time and strand Id for zone
- Support auxiliary data for file and zone
- Auto recognition the data type, supporting five types of data
- Support exclude data with
Begin
,End
andSkip
- Free setting of echo mode
- Complete log system including log in xml and json
More details seen in C++ version and MATLAB version
You can just comment in issues or contact me by email to talk about your idea or demand. Thank you.