34 #ifndef OPM_CORNERPOINT_GRID_HEADER_INCLUDED 35 #define OPM_CORNERPOINT_GRID_HEADER_INCLUDED Raw corner-point specification of a particular geological model.
Definition: preprocess.h:56
void compute_geometry(struct UnstructuredGrid *g)
Compute derived geometric primitives in a grid.
Definition: cornerpoint_grid.c:137
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
Main OPM-Core grid data structure along with helper functions for construction, destruction and readi...
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: grid.h:98