- 02 Mar, 2011 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/releases/2.0.1@5326 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 20 Jan, 2011 1 commit
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5054 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 04 Jan, 2011 3 commits
-
-
Andreas Lauser authored
This reverts commit f7086e6326a239654762b525ac3f0692ad0cc83b. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4955 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4952 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
TODO: move code to calculate composition in twophase case to constraint solver for composition from pressure + phase presence git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4949 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 13 Dec, 2010 2 commits
-
-
Andreas Lauser authored
and move the BoxAssembler class out of the PDELab namespace git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4863 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4862 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 09 Dec, 2010 1 commit
-
-
Andreas Lauser authored
(phaseState -> fluidState, material context -> material parameters, etc) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4834 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 08 Dec, 2010 1 commit
-
-
Andreas Lauser authored
now the box problems can be compiled without having any PDELab files around... git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4829 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 07 Dec, 2010 1 commit
-
-
Andreas Lauser authored
since parallel the linear solver is hard-coded into PDElab, this only works for sequential runs. to try it out, change the value of HAVE_DUNE_PDELAB to 0 in the config.h file and add ... around the definition of the LocalFEMSpace property. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4826 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 06 Dec, 2010 1 commit
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4820 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 12 Nov, 2010 2 commits
-
-
Andreas Lauser authored
- box jacobian assembler: Do no longer use the PDELab grid operator space to assemble the jacobian. - vangenuchten: fix typos to make it compile again - box local jacobian: evaluate local residual inside local jacobian to increase efficiency slightly - box local residual: correct comment about fluxes git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4693 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4680 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 08 Nov, 2010 1 commit
-
-
Andreas Lauser authored
also remove the ReferenceElements property because changing to the old DUNE entity numbering would not work anyways... git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4617 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 01 Nov, 2010 1 commit
-
-
Felix Bode authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4546 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 22 Oct, 2010 2 commits
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4508 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4504 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 21 Oct, 2010 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4488 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 15 Oct, 2010 1 commit
-
-
Andreas Lauser authored
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. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4446 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 26 Aug, 2010 1 commit
-
-
Andreas Lauser authored
- make all headers in dumux/common and dumux/boxmodels/common self sustained, i.e. that they can be included without any preconditions - remove most irrelevant includes in the common code - bring the 1p and 1p2c box model up to stable standard (accessor functions in the volume and flux variable classes, make the 1p2c model work for compressible fluids, various fixes the 1p2c test problem) - change the isfluid-trail fluid system to standard SI units - play around with timestep control if timestep ramp-up is enabled (problem is still not solved, though) - split the *properties.hh headers into the declaration of the properties and definition of defaults for the common part of the box models as well as for the 1p and 1p2c models - put the indices structure for the 1p and 1p2c models into separate files - introduce a base class for volume variables of the box models git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4180 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 13 Aug, 2010 1 commit
-
-
Andreas Lauser authored
also, the "real" work which needs to be done, i.e. the elements to be reassembled is printed instead of the "red" vertices git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4065 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 11 Aug, 2010 2 commits
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4053 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4049 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 10 Aug, 2010 2 commits
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4042 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4041 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 06 Aug, 2010 3 commits
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4021 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
(we need do set some rubish in the global jacobian for ghost nodes in order to make it not singular) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4020 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4016 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 05 Aug, 2010 1 commit
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@3998 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 03 Aug, 2010 2 commits
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@3970 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
timemanager API, restart, boxmodel are affected git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@3955 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 14 Jul, 2010 1 commit
-
-
Bernd Flemisch authored
everything in dumux stable compiles except 1p2c and richards since the old material system is used there git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@3837 2fb0f335-1f38-0410-981e-8018bf24f1b0
-