Go to the source code of this file.
Functions | |
void | writeGnuplotGrid (struct Domain *dmn, float cutting_plane[4], char *outputFile) |
writeGnuplotGrid |
|
writeGnuplotGrid Call this method to produce a Gnuplot 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 |