Main Page   Modules   Compound List   File List   File Members  

Tecplot.h File Reference

This file documents the APIs for writing grid in Tecplot compatible output. More...

Go to the source code of this file.

Functions

short face_cut_by_plane (struct Face *fc, float cutting_plane[4])
 writeTecplotGrid


Detailed Description

This file documents the APIs for writing grid in Tecplot compatible output.


Function Documentation

short face_cut_by_plane struct Face   fc,
float    cutting_plane[4]
 

writeTecplotGrid

Call this method to produce a Tecplot viewable file. Provide the pointer to Domain object (whose grid needs to be plotted), cutting plane, and output file name. cutting_plane cuts the grid across a specified plane and shows only the faces cut by the plane. cutting_plane is the equation of plane that cuts the domain. Elements in this array represent coefficients in the following order: cutting_plane = {a, b, c, d}; aX + bY + cZ + d = 0


Generated on Sun Nov 27 23:41:48 2005 by doxygen1.2.18