Commit Graph

406 Commits

Author SHA1 Message Date
Andreas Lauser
f1b3a3d3e6 tutorial: fix Makefile.am 2012-07-12 21:25:17 +02:00
Andreas Lauser
13d9867500 decoupled: finish the SpatialParameters -> SpatialParams frenzy
I also removed the deprecation stuff, as IMO it is more confusing than
helpful. (Ever tried to set the
SpatialParameters instead of SpatialParams in your problem?)

Also move the decoupled spatial parameters from dumux/material to
dumux/decoupled because they are specific to the decoupled models.
2012-07-12 21:25:16 +02:00
Markus Wolff
ed2bf12c5f changed naming in decoupled tutorial
Cherry picked from Dumux SVN trunk (revision 8135)
2012-07-12 21:25:16 +02:00
Andreas Lauser
20875b5a6c tutorial_coupled: impose boundary conditions weakly 2012-07-12 21:25:15 +02:00
Andreas Lauser
7b3c8f18bb fix includes
most includes are now sorted by abstraction levels, with the most
abstract header first. also some system headers like <string> are now
explicitly included in every file where some of their classes are
used.
2012-07-12 21:25:12 +02:00
Andreas Lauser
7df261d46a fix -pedantic warnings, make the 'generalproblem' decoupled only
the last point is necessarry because the box models are pretty much
decoupled from trunk by now...
2012-07-12 21:25:08 +02:00
Andreas Lauser
3882013f1c remove unnecessary typedefs and enums 2012-07-12 21:25:08 +02:00
Andreas Lauser
d7db90476e box models: fold the spatial parameters directly into the problems 2012-07-12 21:25:06 +02:00
Andreas Lauser
591334ac82 box models: introduce BaseProblem property
that's the base class from which the actual problems are derived from
2012-07-12 21:25:06 +02:00
Andreas Lauser
9131de9074 fix various hiccups in the non-test problems after the recebt switches
the switches are the introduction of "smart primary variables", rate
vectors, and changing the capillary pressure API for the multi-phase
models to the one previously used by the MpNc model.
2012-07-12 21:25:06 +02:00
Andreas Lauser
f4f7190c72 change the 2p(ni) and 2p2c(ni) models to the generic capillary pressure laws
also change the 2p model to "smart primary variables" and rate vectors and
make the 2p and 2p2c test problems model agnostic
2012-07-12 21:25:06 +02:00
Andreas Lauser
57e9f74f3a consistently make the time index available
- this renames historyIdx to timeIdx (I think it expresses what it is meant for better)
- rename localIdx to "spaceIdx" in the problems/spatial parameters
- add a "timeIdx" argument to the problem's methods
2012-07-12 21:25:06 +02:00
Andreas Lauser
2591f9cca0 tests, tutorials, lecture problems: make them all compile 2012-07-12 21:25:05 +02:00
Andreas Lauser
dc920d9030 Improve the startup and parameter routines. 2012-07-12 21:25:04 +02:00
Christoph Grueninger
348f6e7d35 Fix make headercheck. 2012-07-12 21:25:03 +02:00
Christoph Grueninger
fdcd099b40 Provide *.input in tarball. 2012-07-12 21:25:02 +02:00
Christoph Grueninger
f03231adf4 Removed unecessary WML files. Added files to EXTRA_DIST. 2012-07-12 21:25:02 +02:00
Christoph Grueninger
e71e298b00 Scanned chaper install in the manual. 2012-07-12 21:25:02 +02:00
Christoph Grueninger
e5085ee4c8 Compled Tips&Tricks. Fixed various over- and underfull boxed and even more warnings. 2012-07-12 21:25:02 +02:00
Andreas Lauser
e660848dc9 last update of the model descriptions before the release
please fasten your seatbelts!
2012-07-12 21:25:02 +02:00
Christoph Grueninger
992db96bad Drastically reduced warnings in handbook (from over 200 to ~50). Improved install and tips&tricks. 2012-07-12 21:25:01 +02:00
Andreas Lauser
4f3eaf0101 parameter files: partially fix formating
as requested by the PFP
2012-07-12 21:25:01 +02:00
Klaus Mosthaf
e8323070d0 corrections in the coupled tutorial, spell check & beautification 2012-07-12 21:25:01 +02:00
Benjamin Faigle
ef35f75d0e correct spelling mistakes and other minor issues model descriptions of decoupled model 2012-07-12 21:25:01 +02:00
Klaus Mosthaf
8ad532feba Fixed some typos and linebreaks (for the handbook) 2012-07-12 21:25:01 +02:00
Philipp Nuske
1e62b5f270 - administered some formula cosmetics to the models section of the handbook 2012-07-12 21:25:01 +02:00
Benjamin Faigle
e2953d8eca correct spelling mistakes and other minor issues in tutorial introduces breaks to get all documentation in the code on a page in the handbook. 2012-07-12 21:25:00 +02:00
Andreas Lauser
6a7345fe4e handbook update model descriptions
We now use the doxygen detailed description for the immiscible
decoupled models, as approved by Markus.
2012-07-12 21:25:00 +02:00
Markus Wolff
943a8ccc78 added introduction for decoupled model description 2012-07-12 21:25:00 +02:00
Markus Wolff
e176b4f103 corrected decoupled tutorial 2012-07-12 21:25:00 +02:00
Markus Wolff
2578c26c5a Changed decoupled tutorial to use the start() routine
- we decided to keep the tutorials similar and to change them to
     start from a parameter file
2012-07-12 21:25:00 +02:00
Andreas Lauser
83131ba561 documentation: update model descriptions for 1p, 2p, 2pni, richards and Mp-Nc models 2012-07-12 21:25:00 +02:00
Andreas Lauser
3ca0d92724 update the model descriptions for the box models in the handbook 2012-07-12 21:24:59 +02:00
Katherina Baber
9e584e021a corrected structure chapter and figure 2012-07-12 21:24:56 +02:00
Philipp Nuske
70fb80746e - added a tiny exercise to the coupled tutorial: change from cubes to simplex 2012-07-12 21:24:55 +02:00
Andreas Lauser
790cae9592 handbook: be a bit more verbose about Dumux::start() in the coupled tutorial 2012-07-12 21:24:55 +02:00
Andreas Lauser
f5a9cf1a83 rename files for structured grid creators to make them consistent with the classes which they contain
structuredcubegridcreator.hh -> cubegridcreator.hh
structuredsimplexgridcreator.hh -> simplexgridcreator.hh

also document them properly.
2012-07-12 21:24:54 +02:00
Philipp Nuske
fb63f62336 fixed (a bunch of) minor typos and added references to my beautiful input parameter section 2012-07-12 21:24:54 +02:00
Andreas Lauser
0c3e573194 handbook: a few more changes to the coupled tutorial 2012-07-12 21:24:53 +02:00
Andreas Lauser
25aba6a3f2 update the tutorial for the coupled models 2012-07-12 21:24:53 +02:00
Philipp Nuske
7e14c1964f - now with content, sorry 2012-07-12 21:24:52 +02:00
Philipp Nuske
20230ea177 -corrected a typo 2012-07-12 21:24:52 +02:00
Philipp Nuske
722017ffff - A new section on the usage of the parameter files. Nothing fancy but hopefully helpful for (first time) usage. Feel free to change or move somewhere else :-) 2012-07-12 21:24:52 +02:00
Benjamin Faigle
01a322bfe7 reworked tutorials for dumux 2.1, added exercices for parameter input 2012-07-12 21:24:51 +02:00
Christoph Grueninger
99f0352881 Integrated fuzzy compore in test evaluation. 2012-07-12 21:24:50 +02:00
Klaus Mosthaf
68896a5214 work on the tutorial description for the coupled models 2012-07-12 21:24:50 +02:00
Christoph Grueninger
37b913a052 Added first revision of fuzzycomparevtu. Removed unecessary dependency of stokes tests to dune-pdelab. 2012-07-12 21:24:49 +02:00
Andreas Lauser
5efb7f0256 handbook: finalize fluid frameworks chapter
(at least for Dumux 2.1)
2012-07-12 21:24:49 +02:00
Bernd Flemisch
d3f2bdb3e6 changed back to the correct behavior in runTest.sh. Actually the default return value of startWithParameters was wrong 2012-07-12 21:24:48 +02:00
Bernd Flemisch
106f6ee842 runTest.sh: fixed small but crucial typo 2012-07-12 21:24:48 +02:00