Commit Graph
27 Commits
Author SHA1 Message Date
Andreas Lauser ecc16cfd72 handbook: make the undefined references go away, finalize on the design patterns and property system chapters 2012-07-12 21:22:49 +02:00
Andreas Lauser 96e5522ad5 introduce new file dumux/common/basicproperties.hh; remove ReferenceElements property from decoupled models; doc
- now every model type tag should be derived from the NumericModel type
tag.
- instead of retrieving the reference elements from the ReferenceElements property,
  use Dune::GenericReferenceElements<Scalar, dim>
- some improvements for the handbook's design patterns and property system chapeters
2012-07-12 21:22:48 +02:00
Andreas Lauser 02ddfea028 doc: (almost) finish the design patterns chapter in the handbook
also remove the ReferenceElements property because changing to the old
DUNE entity numbering would not work anyways...
2012-07-12 21:22:48 +02:00
Andreas Lauser 5fdd83c9be time manager: do not call problem.nextTimeStepSize() at the begining of a new episode
handbook: some improvements
2012-07-12 21:22:47 +02:00
Andreas Lauser a5d28c06f2 logo: do not clip the shadow anymore
this looks nicer (I hope)
2012-07-12 21:22:47 +02:00
Andreas Lauser 3d737c2952 handbook: Add automatically extracted model desctiptions for the fully coupled models
also improve the description of the richards model so that it is ready
for the handbook
2012-07-12 21:22:46 +02:00
Andreas Lauser b91f7ea58d box: fix for dirichlet boundaries
as described in my e-mail from wednesday. Everything in the stable
repository compiles.

also, some compile fixes for the Mp-Nc model where made to some fluid
systems and the 1p2c index structure got an offset template argument
like the other models.
2012-07-12 21:22:42 +02:00
Andreas Lauser a0a5b85242 handbook: Some work on the intro, start of chapter about the property system 2012-07-12 21:22:37 +02:00
Andreas Lauser 3d2292da0f change names according to the meeting on monday 2012-07-12 21:22:28 +02:00
Andreas Lauser 5aae649eae tutorials: convert to new structure 2012-07-12 21:22:28 +02:00
Andreas Lauser 73d9972d52 sync with splitting point 2012-07-12 21:21:06 +02:00
Andreas Lauser 54c9450f6e sanitize white space
replace eacg tab by 4 spaces and remove the spaces at line ends. we
should do this more often!
2012-07-11 23:29:17 +02:00
Andreas Lauser 84efa910ae change namespace from Dune to Dumux and fix a few compilation issues
I tried to catch most stuff, but occationally Dune:: prefix is
required for stuff which is provided by DUNE and sometimes the Dune::
prefix needs to be changed to Dumux:: for stuff which is part of DuMuX
2012-07-11 23:28:29 +02:00
Andreas Lauser 351c18602a merge the changes directly done in the stable branch back into trunk 2012-07-11 23:27:59 +02:00
Andreas Lauser 3489275642 adapt coupled tutorial 2012-07-11 23:27:51 +02:00
Andreas Lauser 65f3b208cf add copyright dummy preambles to every file in the release which does not have one. add Id tag to every source file in the release 2012-07-11 23:27:51 +02:00
Andreas Lauser cdc88582c3 adapt the tutorial for the fully coupled models to the new ways to do things 2012-07-11 23:27:51 +02:00
Andreas Lauser 8de246205d don't build the documentation if the --disable-documentation configure flag is used 2012-07-11 23:27:51 +02:00
Andreas Lauser 0ac1b0f4ed fix documentation 2012-07-11 23:27:51 +02:00
Andreas Lauser 5a6a61462f fix the handbook 2012-07-11 23:27:49 +02:00
Andreas Lauser 30676ede27 simplify test problems for the 2p and 2p2c models just like the coupled tutorial 2012-07-11 23:27:49 +02:00
Andreas Lauser a2f89656f9 fix formula syntax for the coupled models 2012-07-11 23:27:49 +02:00
Andreas Lauser 74b2d5bd23 make the coupled tutorial compile again, clean up the interface between the problem and the model 2012-07-11 23:27:49 +02:00
Andreas Lauser f0c2b59779 rename the phaseproperties into fluids, refactor phaseproperties.hh, so that every fluid has a file of its own. 2012-07-11 23:27:48 +02:00
Andreas Lauser bb5d0f36e9 improve documentation of the two-phase model, make the boundary conditions of the lens problem readable 2012-07-11 23:27:45 +02:00
Andreas Lauser 29ca3fdd81 change the script for extracting the detailed description from the doxygen generated latex files so that it works even if there is no detailed description 2012-07-11 23:27:38 +02:00
Andreas Lauser 68090c87d2 fixed the 2p2c co2 model and test 2012-07-09 22:44:24 +02:00