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