- Aug 29, 2011
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6549 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
IMHO that's not a lot of effort but makes the code much more readable git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6548 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Aug 24, 2011
-
-
Michael Sinsbeck authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6539 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Aug 23, 2011
-
-
Andreas Lauser authored
again, that could be considered a bug in quadmath.h git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6535 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
this is an aid for debugging precision problems. in order to use this, add --enable-quad to the CONFIGURE_FLAGS of your options file, re-run dunecontrol, include the header file "dumux/common/quad.hh" after config.h and *before* everything else. next, set the Scalar property to 'quad'. finally, you need to patch Dune::className() to not access the typeid method, for example by returning a constant string like "<unknown>" (so far, typeids are not yet generated for quad precision floating point values by GCC which I consider to be a compiler bug...) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6534 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Aug 19, 2011
-
-
Markus Wolff authored
clean-up git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6530 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6525 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Michael Sinsbeck authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6524 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Michael Sinsbeck authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6523 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Aug 18, 2011
-
-
Michael Sinsbeck authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6521 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Michael Sinsbeck authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6519 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Michael Sinsbeck authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6518 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Michael Sinsbeck authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6517 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
wasn't needed and resulted in compilation errors for old boost versions git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6516 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Aug 17, 2011
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6512 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
also move these "LinearSolver" parameter group git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6508 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6507 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Michael Sinsbeck authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6506 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
get rid of some unused warnings for the decoupled stuff, use GlobalPosition instead of Dune::FieldVector..., use const & whereever applicable git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6505 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6504 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Aug 16, 2011
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6503 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6498 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6497 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
for this we take advantage of the fact that template functions never need to be disambiguated using the 'template' keyword. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6495 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6494 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Aug 15, 2011
-
-
Andreas Lauser authored
since the static caching trick does not work for them, we have to use std::unordered_map git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6490 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
news flash: if you forget a "!" in front of an if statement, it will do exactly the opposite what it is supposed to do! git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6489 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
runtime parameters are just like normal parameters, except that they don't have a property as a fallback. Thus, they are mandatory. Any parameter can now be either a normal parameter, or a runtime parameter. If a parameter is queried as a runtime parameter as well as a normal one, an exception will be thrown in debug mode. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6488 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6486 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Michael Sinsbeck authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6485 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
just call Dumux::Parameters::print<TypeTag>() after the end of the simulation and you will get a full report. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6484 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
the order of the group and name was not correct and it would not compile with optimizations enabled git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6483 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
if you want to query the parameter Newton.WriteConvergence, you now use GET_PARAM(TypeTag, bool, Newton, WriteConvergence); instead of GET_PARAM(TypeTag, bool, WriteConvergence, Newton); git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6482 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Michael Sinsbeck authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6481 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Michael Sinsbeck authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6480 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Klaus Mosthaf authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6479 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Melanie Darcis authored
2p2c model. Currently it only works for hexahedrons and quadrilaterals. The velocity output can be enabled by the EnableVelocityOutput property which is set to false as default. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6478 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Aug 12, 2011
-
-
Andreas Lauser authored
as a test, the parameters for the newton controller are now specified within the [Newton] group. e.g. instead of NewtonWriteConvergence = true you have to now specify [Newton] WriteConvergence = true in your INI file. the GET_PARAM macro then reads GET_PARAM(TypeTag, bool, WriteConvergence, Newton) instead of GET_PARAM(TypeTag, bool, NewtonWriteConvergence) In both cases the compile time default value is retrieved from the NewtonWriteConvergence property. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6477 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6476 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
this works by pushing parameters which come out of the property system and runtime parameters into separate sub-structures of the parameter tree git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6471 2fb0f335-1f38-0410-981e-8018bf24f1b0
-