mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Re-factor creation and destruction of cell->well mapping out to
separate module. Update callers.
This commit is contained in:
parent
31c5ff58b5
commit
222d6da348
10
well.h
10
well.h
@ -28,4 +28,14 @@ typedef struct {
|
|||||||
WELL_CONNECTION_DATA
|
WELL_CONNECTION_DATA
|
||||||
} well_t;
|
} well_t;
|
||||||
|
|
||||||
|
|
||||||
|
int
|
||||||
|
allocate_cell_wells(int nc, well_t *W, int **cwpos, int **cwells);
|
||||||
|
|
||||||
|
void
|
||||||
|
deallocate_cell_wells(int *cvpos, int *cwells);
|
||||||
|
|
||||||
|
void
|
||||||
|
derive_cell_wells(int nc, well_t *W, int *cwpos, int *cwells);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user