Collection of utilities, solvers and other components.
Go to file
Bård Skaflestad 6b57a00b17 Avoid Clobbering Dune's Boost Support.
When OPM-Core is used as a Dune module (e.g., as enabled by commit
789bc5ca7), we stand the risk of creating multiple, conflicting
defintions of crucial <config.h> symbols (e.g. `HAVE_BOOST') and
build variables (e.g., `BOOST_CPPFLAGS' and `BOOST_LDFLAG').

Avoid this situation by prefixing these symbols with an `OPM_'
string such that Dune's `ENABLE_BOOST' solution works as intendend
in modules that are derived in the OPM context.
2012-07-09 17:42:56 +02:00
examples Avoid Clobbering Dune's Boost Support. 2012-07-09 17:42:56 +02:00
m4 Avoid Clobbering Dune's Boost Support. 2012-07-09 17:42:56 +02:00
opm/core opm-core: make it work nicely with clang 2012-07-05 12:42:49 +02:00
tests Avoid Clobbering Dune's Boost Support. 2012-07-09 17:42:56 +02:00
tutorials Avoid Clobbering Dune's Boost Support. 2012-07-09 17:42:56 +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 opm-core: make it a usable in conjunction wit dunecontrol 2012-07-05 12:42:49 +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-05 12:42:49 +02:00
generate_doc_figures.py Added generation of tutorial4 pngs. 2012-06-11 10:10:53 +02:00
Makefile.am Avoid Clobbering Dune's Boost Support. 2012-07-09 17:42:56 +02:00
style.css Added css file, change font and size of formulas. 2012-04-12 18:10:18 +02:00