Collection of utilities, solvers and other components.
Go to file
Bård Skaflestad 736020e6fe Always #define "HAVE_AGMG".
Define the symbol to zero (false) if unavailable or unwanted.  This
prevents a diagnostic message concerning an undefined preprocessor
symbol (i.e., "HAVE_AGMG") when used in the form

    #if HAVE_AGMG
       /* ... */
    #endif
2012-08-14 12:42:47 +02:00
examples Constructors of *FromDeck classes now take an UnstructuredGrid. 2012-08-10 10:12:45 +02:00
m4 Always #define "HAVE_AGMG". 2012-08-14 12:42:47 +02:00
opm/core Restore original method spacing. 2012-08-14 11:26:07 +02:00
tests Constructors of *FromDeck classes now take an UnstructuredGrid. 2012-08-10 10:12:45 +02:00
tutorials Don't clobber LDFLAGS user variable 2012-07-10 13:46:30 +02:00
.gitignore Ignore editor temporary files 2012-06-28 21:09:07 +02:00
CMakeLists.txt Added -ldunecommon to link flags. 2012-02-21 22:13:24 +01:00
configure.ac Explicitly substitute absolute path variables. 2012-07-12 14:37:23 +02:00
Doxyfile Added skeleton doxygen_main.hpp for overview documentation. 2012-06-05 15:20:13 +02:00
DoxygenLayout.xml Added doxygen configuration files (remove Doxyfile from .hgignore). 2012-04-10 17:22:14 +02:00
dune.module opm-core: make it a usable in conjunction wit dunecontrol 2012-07-02 19:17:25 +02:00
generate_doc_figures.py Added generation of tutorial4 pngs. 2012-06-11 10:10:53 +02:00
Makefile.am Don't link in Fortran support libraries 2012-07-10 13:38:33 +02:00
style.css Added css file, change font and size of formulas. 2012-04-12 18:10:18 +02:00