00001 /* $\Id$ 00002 Tecplot.h in library gridlock 00003 Written by Samit Ahlawat <ahlawat2@uiuc.edu> 00004 Distributed under GPL (GNU Public License) 00005 */ 00006 00027 short face_cut_by_plane (struct Face* fc, float cutting_plane [4]); 00028 00029 void writeTecplotGrid (struct Domain* dmn, float cutting_plane [4], char* outputFile);