35#ifndef OPM_PREPROCESS_HEADER
36#define OPM_PREPROCESS_HEADER
167 const int *is_aquifer_cell,
face_tag
Definition: preprocess.h:66
@ K_FACE
Definition: preprocess.h:69
@ J_FACE
Definition: preprocess.h:68
@ NNC_FACE
Definition: preprocess.h:70
@ I_FACE
Definition: preprocess.h:67
int process_grdecl(int pinchActive, int edge_conformal, double tol, const struct grdecl *g, const int *is_aquifer_cell, struct processed_grid *out)
int add_cell_face_mapping(struct processed_grid *grid)
void free_processed_grid(struct processed_grid *g)
Definition: preprocess.h:56
const double * coord
Definition: preprocess.h:58
int dims[3]
Definition: preprocess.h:57
const double * zcorn
Definition: preprocess.h:59
const int * actnum
Definition: preprocess.h:60
Definition: preprocess.h:77
int * cell_faces
Definition: preprocess.h:103
int * face_neighbors
Definition: preprocess.h:92
enum face_tag * face_tag
Definition: preprocess.h:95
double * node_coordinates
Definition: preprocess.h:111
int * local_cell_index
Definition: preprocess.h:116
unsigned number_of_faces
Definition: preprocess.h:85
unsigned int * cell_face_ptr
Definition: preprocess.h:100
int number_of_nodes_on_pillars
Definition: preprocess.h:107
int * face_nodes
Definition: preprocess.h:87
int number_of_cells
Definition: preprocess.h:115
int dimensions[3]
Definition: preprocess.h:83
int n
Definition: preprocess.h:80
unsigned int * face_node_ptr
Definition: preprocess.h:89
int number_of_nodes
Definition: preprocess.h:106
int m
Definition: preprocess.h:78