MeshSetNodeCoords

Sets the coordinates of a selected node

Synopsis

#include "mesh.h" 
int MeshSetNodeCoords(Mesh mesh, int node, double x, double y, double z)
Collective on Mesh

Input Parameters

mesh - The mesh
node - The local node number
x,y,z - The coordinates

Keywords

mesh, node, coordinates

See Also

MeshGetBoundaryStart()

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