Commit Graph

15 Commits

Author SHA1 Message Date
Andreas Lauser
3e55945ce5 change namespace from Dumux to Ewoms
eWoms hereby declares full independence. Humor aside, the main
technical advantage of this is, that it is now possible to easily
install both, Dumux and eWoms on a system using a package management
system without bad tricks.
2012-11-18 16:58:22 +01:00
Andreas Lauser
0c1a15c2de handbook: cleanups, update the tutorial for the fully implicit models
- there are no LaTeX files with capital letters anymore
- there are no more "dangling" references
2012-10-16 18:16:19 +02:00
Andreas Lauser
dd8e4520a0 Handbook: some updates
- adapt the "quick start" chapter to eWoms
- remove the dumux logo from the front page
- remove the "flow of things" and "tipps and tricks" chapters:
  - the former was not useful, IMHO but quite a burden to update and
    the latter rather belongs to the online documentation (wiki?)
- update the flowchart showing the layout of the source tree
2012-10-15 17:53:21 +02:00
Christoph Grueninger
6761358bb6 Fixed oversized box, spelling, use unit package.
Dumux-Svn-Revison: 9163
Ported-By: Andreas Lauser <andreas.lauser@iws.uni-stuttgart.de>
2012-10-02 11:48:22 +02:00
Christoph Grueninger
dcf43bb9da Added command \Cplusplus that hurts the eye much less. Used \Dune instead of Dune in chapter 1. Added \texttt to some dunecontrol words where it was missing. Fixed a type.
Cherry picked from Dumux SVN trunk (revision 8644)
2012-07-12 21:27:42 +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
84998acd5f handbook: add stub for fluid framework chapter, update chapter on property system 2012-07-12 21:24:35 +02:00
Viktor Szukitsch
d364fe1989 handbook: language improvements 2012-07-12 21:24:15 +02:00
Philipp Nuske
a666aa9e85 quenched typos, enhanced readability in few places AND updated the "Mother of all Flowcharts" (here to stay) 2012-07-12 21:22:55 +02:00
Andreas Lauser
2849154a60 handbook: factor the design patterns chapter out into a separate file 2012-07-12 21:22:49 +02:00
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
a0a5b85242 handbook: Some work on the intro, start of chapter about the property system 2012-07-12 21:22:37 +02:00