Collection of utilities, solvers and other components.
Go to file
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
examples Added necessary libraries to the examples 2012-04-11 16:35:45 +02:00
m4 Now detects boost and compiles some tests. 2011-12-19 15:26:26 +01:00
opm/core Replace malloc() call with default grid constructor. 2012-04-11 19:12:06 +02:00
tests Renamed all grid construction functions to create_grid_<something>(). 2012-04-11 12:35:19 +02:00
tutorials Don't add per-target LDADD that are already implied by global LDADD. 2012-04-10 19:40:00 +02:00
.hgignore Added doxygen configuration files (remove Doxyfile from .hgignore). 2012-04-10 17:22:14 +02:00
.hgtags update tags 2011-12-21 11:21:09 +00:00
CMakeLists.txt Added -ldunecommon to link flags. 2012-02-21 22:13:24 +01:00
configure.ac Fixed configure.ac file to take into account tutorials 2012-04-10 17:46:52 +02:00
Doxyfile Extract all docs by default. 2012-04-11 14:04:37 +02:00
DoxygenLayout.xml Added doxygen configuration files (remove Doxyfile from .hgignore). 2012-04-10 17:22:14 +02:00
generate_doc_figures.py Fixed bug in python script. Remove vtu files used to generate figures. 2012-04-10 17:54:50 +02:00
Makefile.am Moved free_grid() to grid.h and (new file) grid.c. 2012-04-11 11:32:52 +02:00