MeshCreate
This function creates an empty mesh. The type can then be set with MeshSetType().
Synopsis
#include "mesh.h"
int MeshCreate(MPI_Comm comm, Mesh *mesh)
Collective on MPI_Comm
Input Parameter
comm -The communicator for the mesh object
Output Parameter
mesh -The mesh
Options Database Keys
-mesh_reorder -The flag to renumber the mesh nodes
-mesh_ordering_type <type> -The type of node numbering, such as tri_2d_rcm, etc.
Keywords
mesh, create
See Also
MeshSetType(), MeshSetUp(), MeshDestroy(), GridCreate()
Level:beginner
Location:src/mesh/interface/meshcreate.c
Index of all Mesh routines
Table of Contents for all manual pages
Index of all manual pages