- 06 Feb, 2015 2 commits
-
-
Bernd Flemisch authored
Reviewed by Dennis. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14205 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
convergence writer - The residual calculation for el2p was wrong, probably never used. It now forwards the call to the GridOperator functionality. - The multidomain convergence writer assumed that sub-domain solution vectors can be default-contructed. This is not the case if a PDELab model is used for the subdomain. Reviewed by Dennis. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14200 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 27 Jan, 2015 1 commit
-
-
Bernd Flemisch authored
The terminology for the Newton method is improved according to FS#238. In particular, what has been referred to as "relative error" is now termed "maximum relative shift", while "absolute error" has been renamed to "residual reduction". This is particularly important, if corresponding parameters or properties are set. See the CHANGELOG for details. Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14132 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 13 Jan, 2015 1 commit
-
-
Hao Wu authored
(reviewed by gruenich) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14047 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 25 Nov, 2014 4 commits
-
-
Bernd Flemisch authored
As decided at the Dumux day. Discussed with Johannes. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13788 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Johannes Hommel authored
pglobal, global by vIdxGlobal, faceVertexIdx, vIdx, fIdxInner, pGlobal, globalPos As decided at the Dumux day. Made by Bernd, partially reviewed by Johannes. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13784 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Johannes Hommel authored
As decided at the Dumux day. Made by Bernd, reviewed by Johannes. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13783 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Johannes Hommel authored
As decided at the Dumux day. Reviewed by Bernd. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13782 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 16 Sep, 2014 1 commit
-
-
Christoph Grueninger authored
Some more places are affected that where not included in last commit. (reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13339 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 08 Sep, 2014 1 commit
-
-
Bernd Flemisch authored
The two-phase geomechanics model is based on PDELab 2.0 now. In order to avoid patching, the ElTwoPModel is based on the new ElTwoPBaseModel instead of the ImplicitModel. The ElTwoPBaseModel is almost a copy of ImplicitModel and only differs in the way that the SolutionVectors are handled. There's definitely room for improvement here. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13296 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 08 Apr, 2014 1 commit
-
-
Christoph Grueninger authored
(reviewed by martinb) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12724 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 09 Oct, 2013 2 commits
-
-
Alexander Kissinger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11638 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Tianyuan Zheng authored
Dune::GeometryType geomType reviewed by kathinka git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11634 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 01 Oct, 2013 2 commits
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11599 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11596 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 26 Sep, 2013 1 commit
-
-
Tianyuan Zheng authored
IntersectionIterator "isIt", "isEndIt", integer indeces "eIdx", "vIdx" and "isIdx" reviewed by kathinka git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11574 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 10 Sep, 2013 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11448 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 02 Sep, 2013 1 commit
-
-
Tianyuan Zheng authored
"intersection" reviewed by fetzer git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11338 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 29 Aug, 2013 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11287 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 24 Jul, 2013 1 commit
-
-
Philipp Nuske authored
dumux/dumux/nonlinear/newtoncontroller reintroducing some function for checking whether the current solution makes sense: checkPlausibility(). After each newton iteration the newtoncontroller asks the model to check. So far mainly used for debugging: the spatial coordinate of the bad value is printed to screen and an exception is thrown. See mpncmodelkinetic for a possible implementation git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11057 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 04 Jun, 2013 1 commit
-
-
Christoph Grueninger authored
(reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10808 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 29 May, 2013 1 commit
-
-
Bernd Flemisch authored
entity iterator and index names. Reviewed by Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10790 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 13 May, 2013 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10651 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 12 Mar, 2013 1 commit
-
-
Bernd Flemisch authored
Remove the methods boundaryMatrixHeatFlux, markVertexRed and relativeErrorVertex from ImplicitSpatialParams, ImplicitAssembler and ImplicitModel, respectively. They have been deprecated in 2.3, in favor of using thermalConductivitySolid, markDofRed and relativeErrorDof, respectively. Correct CHANGELOG correspondingly. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10394 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 26 Feb, 2013 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10284 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 08 Feb, 2013 1 commit
-
-
Lena Walter authored
reviewed by Melanie git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10192 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 05 Feb, 2013 1 commit
-
-
Bernd Flemisch authored
partially implements FS#182. Reviewed by Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10176 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 22 Jan, 2013 1 commit
-
-
Christoph Grueninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10063 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 19 Dec, 2012 1 commit
-
-
Bernd Flemisch authored
numFap and numScv. Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9884 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 17 Dec, 2012 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9830 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 10 Dec, 2012 1 commit
-
-
Bernd Flemisch authored
implicit branch: add attachDofData method to the VTKMultiWriter to uniformly treat vertex and cell data. Simplify addOutputVtkFields methods of the models correspondingly. Get the global indices from the dofMapper instead of vertexMapper or elementMapper whereever possible, avoiding corresponding if-statements. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9792 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 04 Dec, 2012 1 commit
-
-
Bernd Flemisch authored
implicit branch: serialize the elements in for cell centered models, include ccpropertydefaults at the end of ccproperties analogous to box. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9763 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 03 Dec, 2012 2 commits
-
-
Bernd Flemisch authored
implicit branch: unify Box- and CC-Model to ImplicitModel. Delete ccmodel.hh. Deprecate BoxModel in favor of ImplicitModel. Adapt includes and names. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9755 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9751 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 29 Nov, 2012 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9726 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 27 Nov, 2012 1 commit
-
-
Bernd Flemisch authored
implicit branch: change directory structure. Add dumux/implicit directory. Copy models from boxmodels/model to implicit/model. Copy boxmodels/common to implicit/box. Copy ccmodels/common (from devel) to implicit/cellcentered. Copy boxmodels/common/box*.hh to implicit/common/implicit*.hh. Move test/boxmodels to test/implicit. Adapt configure.ac and Makefile.ams. Everything still builds. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9679 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 30 Oct, 2012 1 commit
-
-
Christoph Grueninger authored
Replace "continue" by proper flow paths. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9476 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 25 Oct, 2012 1 commit
-
-
Christoph Grueninger authored
Remove absurd semicolon after methods. (reviewed by vishal) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9437 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 15 Oct, 2012 1 commit
-
-
Bernd Flemisch authored
box common: remove everything deprecated during 2.2-svn. This mainly includes property, parameter and member function names. Reviewed by Christoph git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9314 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 08 Oct, 2012 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9244 2fb0f335-1f38-0410-981e-8018bf24f1b0
-