34 #ifndef OPM_CORNERPOINT_GRID_HEADER_INCLUDED
35 #define OPM_CORNERPOINT_GRID_HEADER_INCLUDED
Main OPM-Core grid data structure along with helper functions for construction, destruction and readi...
struct UnstructuredGrid * create_grid_cornerpoint(const struct grdecl *in, double tol)
Construct grid representation from corner-point specification of a particular geological model.
Definition: cornerpoint_grid.c:164
void compute_geometry(struct UnstructuredGrid *g)
Compute derived geometric primitives in a grid.
Definition: cornerpoint_grid.c:137
Low-level corner-point processing routines and supporting data structures.
Data structure for an unstructured grid, unstructured meaning that any cell may have an arbitrary num...
Definition: UnstructuredGrid.h:99
Raw corner-point specification of a particular geological model.
Definition: preprocess.h:56