MeshSaveMesh
This function saves the mesh coordinates.
Synopsis
#include "mesh.h"
int MeshSaveMesh(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(), MeshRestoreMesh()
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