SCOREC core
Parallel unstructured mesh tools
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gmi_null.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_NULL_H
11 #define GMI_NULL_H
12 
16 #include "gmi.h"
17 
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21 
39 void gmi_register_null(void);
40 
43 struct gmi_ent* gmi_null_find(struct gmi_model* m, int dim, int tag);
44 
45 #ifdef __cplusplus
46 }
47 #endif
48 
49 #endif
abstract Geometric Model Interface
the basic structure for all GMI models
Definition: gmi.h:112
void gmi_register_null(void)
register null model system
struct gmi_ent * gmi_null_find(struct gmi_model *m, int dim, int tag)
the null model implementation of gmi_find