#include <stddef.h> #include <stdbool.h>
Include dependency graph for grid.h:
![]()
This graph shows which files directly or indirectly include this file:
![]() Go to the source code of this file.
Detailed DescriptionMain OPM-Core grid data structure along with helper functions for construction, destruction and reading a grid representation from disk. Function Documentation
Allocate and initialise an UnstructuredGrid where pointers are set to location with correct size.
Allocate and initialise an empty UnstructuredGrid. This is the moral equivalent of a C++ default constructor.
Destroy and deallocate an UnstructuredGrid and all its data. This function assumes that all arrays of the UnstructuredGrid (if non-null) have been individually allocated by malloc(). They will be deallocated with free().
Import a grid from a character representation stored in file.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||