Commit Graph

27 Commits

Author SHA1 Message Date
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
4706fcf898 new institute name in remaining files 2012-07-12 21:24:43 +02:00
Andreas Lauser
9b653a7051 properties: remove all superfluous PTAG() invocations 2012-07-12 21:24:33 +02:00
Andreas Lauser
358449a1bd eliminate all dependencies on boost
mainly to get rid of AX_BOOST_BASE and to reduce the number of
dependencies.
2012-07-12 21:24:28 +02:00
Andreas Lauser
d9bd5a1b03 insert emacs and vi modelines to make indentation more consistent 2012-07-12 21:24:25 +02:00
Benjamin Faigle
72832a8b24 changes in restart behaviour: - restart mechanism is now called from init(..) method in time manager for all models via problem().restart(...); - hence, calls to problem or models in application files and in the default start procedure are deleted (included in timeManager) - timeManager().init(...) now has a real restart bool defining if a restart was called by the user. Bool is true if restart is desired. - Decoupled models: to enable restart, the writer is only called with the access function to avoid segmentation fault. - Adapt tutorial to the change 2012-07-12 21:24:18 +02:00
Benjamin Faigle
b1fd80d743 Time manager is instantiated in application file Problems instantiated with Timemanager TimeManager now runs the problem
update of handbook according to that.
2012-07-12 21:24:09 +02:00
Andreas Lauser
ced58e80cb remove all SVN $Id$ tags as decided on last week's dumux meeting 2012-07-12 21:23:23 +02:00
Andreas Lauser
1936cae767 change copyright notices to the one suggested by the FSF 2012-07-12 21:22:59 +02:00
Benjamin Faigle
be1a31aa25 fixed some minor bugs in tutorial 2012-07-12 21:22:53 +02:00
Bernd Flemisch
5d3a12e7d9 enhanced documentation 2012-07-12 21:22:51 +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
Benjamin Faigle
7d51fbf9ad tutorial_decoupled compiles and runs again, added docu for main file 2012-07-12 21:22:38 +02:00
Bernd Flemisch
a30ea535c2 adapted svn history of tutorial 2012-07-12 21:22:34 +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
Bernd Flemisch
f669136297 adapted decoupled tutorial to the new material system 2012-07-11 23:28:33 +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
Bernd Flemisch
2f1b1a8892 Adapted to changed TimeLoop template params. 2012-07-11 23:28:17 +02:00
Markus Wolff
23adf4bdc8 test applications adapted to new decoupled 2p model 2012-07-11 23:27:59 +02:00
Markus Wolff
330f89d037 tutorial decoupled fixed for releas 2012-07-11 23:27:55 +02:00
Bernd Flemisch
e3454d9e0f set naming conventions in tutorial_decoupled.cc and tutorialsoil_coupled.hh 2012-07-11 23:27:54 +02:00
Bernd Flemisch
f59be03392 added author informations 2012-07-11 23:27:52 +02:00
Bernd Flemisch
c498d09a8c svn Id property set for every source code file 2012-07-11 23:27:52 +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
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