MeshGetNodeCoordsSaved

Retrieves the coordinates of a selected node from those saved with MeshSaveMesh().

Synopsis

#include "mesh.h" 
int MeshGetNodeCoordsSaved(Mesh mesh, int node, double *x, double *y, double *z)

Input Parameters

mesh - The mesh
node - The canonical node number

Output Parameters

x,y,z -The coordinates

Keywords

mesh, node, coordinates

See Also

MeshGetNodeCoords(), MeshSaveMesh()

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