MeshDrawLine

This function draws a line, taking into account the periodicity of the mesh.

Synopsis

#include "mesh.h" 
int MeshDrawLine(Mesh mesh, PetscDraw draw, double xA, double yA, double xB, double yB, int color)
Collective on Mesh

Input Parameters

mesh - The mesh
draw - The PetscDraw context
xA,yA - The coordinates of an endpoint
xB,yB - The coordinates of the other endpoint
color - The line color

Keywords

mesh, draw

See Also

MeshDrawTriangle()

Level:intermediate
Location:
src/mesh/interface/meshDraw.c
Index of all Mesh routines
Table of Contents for all manual pages
Index of all manual pages