Collection of utilities, solvers and other components.
Go to file
Andreas Lauser 789bc5ca71 opm-core: make it a usable in conjunction wit dunecontrol
This allows projects which use the DUNE build system and want to use
OPM-Core to specify a dependency in their dune.module file. (i.e. they
don't have to worry about compiler and linker flags anymore.)

opm-core can still be used without having DUNE installed, though. This
means that for users which do not need/want a dependency on DUNE,
nothing changes.

v2: avoid naming conflict of the AX_BOOST_BASE macro with dune-common
    by renaming it to OPM_BOOST_BASE.
v3: make the library detection work nicely
v4: Use AX_BOOST_BASE M4 macro from opm-core instead from dune-common
    as base for OPM_BOOST_BASE to get rid of a few bugs, reworded
    commit message. Thanks to Bård Skaflestad for the review.
2012-07-05 12:42:49 +02:00
examples Build the library in a lib/ sub-directory of $(builddir) 2012-07-03 16:44:03 +02:00
m4 opm-core: make it a usable in conjunction wit dunecontrol 2012-07-05 12:42:49 +02:00
opm/core opm-core: make it work nicely with clang 2012-07-05 12:42:49 +02:00
tests Build the library in a lib/ sub-directory of $(builddir) 2012-07-03 16:44:03 +02:00
tutorials Build the library in a lib/ sub-directory of $(builddir) 2012-07-03 16:44:03 +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 Distinguish distributable from non-distributable sources. 2012-07-03 17:45:24 +02:00
style.css Added css file, change font and size of formulas. 2012-04-12 18:10:18 +02:00