opm-core/opm/core/grid
Bård Skaflestad 74653b42d2 Replace malloc() call with default grid constructor.
This enables removing the explicit initialisation of pointer members
in the UnstructuredGrid because the return value from
create_grid_empty() is already in a fully defined state and may be
passed directly on to destroy_grid().
2012-04-11 19:12:06 +02:00
..
cpgpreprocess Moved and renamed cornerpoint grid functions. 2012-04-11 11:10:00 +02:00
cart_grid.c Renamed all grid construction functions to create_grid_<something>(). 2012-04-11 12:35:19 +02:00
cart_grid.h Renamed all grid construction functions to create_grid_<something>(). 2012-04-11 12:35:19 +02:00
cornerpoint_grid.c Replace malloc() call with default grid constructor. 2012-04-11 19:12:06 +02:00
cornerpoint_grid.h Renamed all grid construction functions to create_grid_<something>(). 2012-04-11 12:35:19 +02:00