Commit Graph

24 Commits

Author SHA1 Message Date
Arne Morten Kvarving
96f5509243 fixed: tutorials should include config.h conditionally 2014-06-23 09:53:52 +02:00
Andreas Lauser
eec694729c catch all exceptions in all tutorials and examples 2013-09-05 13:04:38 +02:00
Júlio Hoffimann
5641247d6f Remove trailing whitespaces 2013-07-28 08:34:13 -03:00
Roland Kaufmann
536e27ff41 Use natural names instead of mathematical notation 2013-06-28 13:44:15 +02:00
Roland Kaufmann
eba9a01da7 Sink should match source
Although it already does numerically, this make is more explicitly
clear.
2013-06-28 13:40:22 +02:00
Roland Kaufmann
544a8fc91e Use a more realistic injection rate
In addition, this also shows how to use the units to specify the
measure.
2013-06-28 13:20:09 +02:00
Roland Kaufmann
84bfc4be27 Give a name to the porosity
Mostly one would assume that this would be the porosity since that's the
only non-named argument, but stating this explicitly saves us from one
trip to the manual.
2013-06-28 13:08:16 +02:00
Andreas Lauser
616a92cf80 Fix a few doxygen issues with the tutorials 2013-04-15 18:59:55 +02:00
Atgeirr Flø Rasmussen
31e7eba497 Move GridManager to grid subdir.
Also remove GridAdapter (moved to dune-cornerpoint), and
moved grid.c implementation file to grid subdir.
2013-03-18 10:16:46 +01:00
Atgeirr Flø Rasmussen
2edaf4152c Adapt include statements to moved headers. 2013-03-14 10:29:42 +01:00
Atgeirr Flø Rasmussen
ed7b63f75d Merge remote-tracking branch 'upstream/release/2013.03' into make-io-subdir 2013-03-12 10:46:58 +01:00
Andreas Lauser
b6453cb0e7 tutorial: make the copyright notice disappear in the HTML
IMHO it is not useful there.
2013-03-08 12:26:42 +01:00
Atgeirr Flø Rasmussen
97959ac566 Moved writeECLData and writeVtkData to opm/core/io subdirs. 2013-03-08 08:06:18 +01:00
Tor Harald Sandve
20e7c63d69 code is now included using \snippet. Apparently this looks better with the new Doxygen version. The HTML_EXTRA_STYLESHEET is now used rather then the HTML_STYLESHEET in order to include used-defined styles for the same reason 2013-03-06 10:17:27 +01:00
Atgeirr Flø Rasmussen
b1baed3ead Initialise state variables. 2012-06-13 10:34:45 +02:00
Atgeirr Flø Rasmussen
f01622bd09 Examples and tutorials follow change to IncompTpfa interface. 2012-06-12 15:28:53 +02:00
Atgeirr Flø Rasmussen
99bb8c9587 Removed default null argument for wells in IncompTpfa constructor. 2012-06-07 13:34:05 +02:00
Atgeirr Flø Rasmussen
06b90c0f37 Remove superfluous tag. 2012-05-30 14:42:58 +02:00
Atgeirr Flø Rasmussen
068fc2dc70 Small improvements to tutorial2. 2012-04-24 10:17:57 +02:00
Xavier Raynaud
12aaf93535 Updated tutorials. 2012-04-17 17:24:19 +02:00
Xavier Raynaud
c43954548b Added Doxygen comments in tutorials. 2012-04-16 17:54:42 +02:00
Kjetil Olsen Lye
c4a2d46c55 Fixed a warning, adjusted the tutorial to reflect the new solver interfacd 2012-04-13 13:41:23 +02:00
Bård Skaflestad
ad0f414c5a Catch up to interface change of IncompTPFA::solve().
Revision 13e1ab7e1093 introduced well solution vectors (accessed only when
wells are present).  Update the method call accordingly to restore build.
2012-04-12 18:39:19 +02:00
Xavier Raynaud
ca1342d7dc Added second tutorial. 2012-04-12 18:09:06 +02:00