Go to the source code of this file.
Functions | |
short | face_cut_by_plane (struct Face *fc, float cutting_plane[4]) |
writeTecplotGrid |
|
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 |