MeshRestoreMesh

This function restores the mesh coordinates which were previously saved.

Synopsis

#include "mesh.h" 
int MeshRestoreMesh(Mesh mesh)
Collective on Mesh

Input Parameter

mesh -The mesh

Note

This function is meant to be used in conjuction with MeshMoveMesh(), and MeshRestoreMesh() so that the mesh may be moved, checked for distortion, and if necessary moved back.

Keywords

mesh, movement

See Also

MeshMoveMesh(), MeshSaveMesh()

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