MeshCopy

Copies all the data from one mesh to another.

Synopsis

#include "mesh.h" 
int MeshCopy(Mesh mesh, Mesh newmesh)
Collective on Mesh

Input Parameter

mesh -The mesh

Output Parameter

newmesh -The identical new mesh

Keywords

Mesh, copy

See Also

MeshDuplicate()

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