grid.h
Go to the documentation of this file.
Definition: grid.h:98 void destroy_grid(struct UnstructuredGrid *g) struct UnstructuredGrid * create_grid_empty(void) struct UnstructuredGrid * allocate_grid(size_t ndims, size_t ncells, size_t nfaces, size_t nfacenodes, size_t ncellfaces, size_t nnodes) struct UnstructuredGrid * read_grid(const char *fname) bool grid_equal(const struct UnstructuredGrid *grid1, const struct UnstructuredGrid *grid2) |