opm-grid
make_edge_conformal.hpp
1 #ifndef OPM_MAKE_EDGE_CONFORMAL_HEADER
2 #define OPM_MAKE_EDGE_CONFORMAL_HEADER
3 
5 
6 #ifdef __cplusplus
7 extern "C" {
8 #endif // __cplusplus
9 
10 int make_edge_conformal(struct processed_grid* grid);
11 
12 #ifdef __cplusplus
13 }
14 #endif // __cplusplus
15 
16 #endif // OPM_MAKE_EDGE_CONFORMAL_HEADER
Result structure representing minimal derived topology and geometry of a geological model in corner-p...
Definition: preprocess.h:77
Low-level corner-point processing routines and supporting data structures.