Main Page   Modules   Compound List   File List   File Members  

Gnuplot.h File Reference

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

Go to the source code of this file.

Functions

void writeGnuplotGrid (struct Domain *dmn, float cutting_plane[4], char *outputFile)
 writeGnuplotGrid


Detailed Description

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


Function Documentation

void writeGnuplotGrid struct Domain   dmn,
float    cutting_plane[4],
char *    outputFile
 

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


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