SCOREC core
Parallel unstructured mesh tools
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gmi_mesh.h
Go to the documentation of this file.
1 /******************************************************************************
2 
3  Copyright 2014 Scientific Computation Research Center,
4  Rensselaer Polytechnic Institute. All rights reserved.
5 
6  This work is open source software, licensed under the terms of the
7  BSD license as described in the LICENSE file in the top-level directory.
8 
9 *******************************************************************************/
10 #ifndef GMI_MESH_H
11 #define GMI_MESH_H
12 
16 #include "gmi_base.h"
17 
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21 
23 void gmi_register_mesh(void);
24 
25 #ifdef __cplusplus
26 }
27 #endif
28 
29 #endif
30 
void gmi_register_mesh(void)
register the meshmodel reader for .dmg files