next up previous contents
Next: Local Function DrawTetWithPlane() Up: Functions Previous: Global Function DrawHex()   Contents


Global Function DrawTet()

This sets the edge and whichplane parameters and then passes everything to DrawTetWithPlane to actually draw the triangle. It is intended for use by developers with distributed arrays based on tetrahedra, e.g. a finite element mesh.

int DrawTet ( PetscScalar* coords, PetscScalar* vals, PetscScalar isoquant, PetscScalar* color )


\begin{cxrefarglist}
\cxrefargitem{int DrawTet} Returns 0 or an error code.
\cxr...
...rgitem{PetscScalar* color} R,G,B,A quad for this tetrahedron.
\end{cxrefarglist}



root 2002-06-18