- Apr 22, 2015
-
-
Bernd Flemisch authored
The html apparently has been created with a different tool and was not included properly by doxygen. Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14617 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Apr 02, 2015
-
-
Beatrix Becker authored
delete parameters from input-files that were set to the default value, update parameterlist, update list of copyright holders reviewed by Johannes git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14518 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 16, 2014
-
-
Bernd Flemisch authored
Approved by natalies. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13506 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Natalie Schröder authored
approved by A.Kissinger git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13504 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 22, 2014
-
-
Thomas Fetzer authored
updated doxygen docu, there are still 7 warnings are produced git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13381 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 05, 2014
-
-
Bernd Flemisch authored
correct use of wildcards, add ALUGrid flags to tests with AMG. Merge revisions 12949, 13246 and 13248 from the strip-pdelab branch. They all improve the buildsystem behavior. Thanks to Markus Blatt for the work. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13282 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Aug 29, 2014
-
-
Markus Blatt authored
The correct usage of wildcards is "$(wildcard *.hh)". With this patch we use these instead of "*.hh". Quoting from https://www.gnu.org/software/make/manual/html_node/Wildcard-Examples.html#Wildcard-Examples Wildcard expansion does not happen when you define a variable. Thus, if you write this: objects = *.o then the value of the variable objects is the actual string ‘*.o’. However, if you use the value of objects in a target or prerequisite, wildcard expansion will take place there. If you use the value of objects in a recipe, the shell may perform wildcard expansion when the recipe runs. To set objects to the expansion, instead use: objects := $(wildcard *.o) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/strip-pdelab@13248 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 17, 2014
-
-
Christoph Grüninger authored
Be aware that doxygen might timeout with older versions of dune-common. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13066 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Apr 02, 2014
-
-
Martin Schneider authored
(reviewed Christoph and Alex) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12710 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
Add units to comments, fix doxygen groups. (reviewed by martins) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12704 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Mar 13, 2014
-
-
Alexander Kissinger authored
Updated the doxygen documentation of the 2p,2pni, co2ni, 2p2cni models and the 2p and 2pni tests according to FS#209. Also adjusted the doxygen/modules file and replaced group TwoPBoxModel with TwoPModel. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12617 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 11, 2014
-
-
Benjamin Faigle authored
Add new doxygen module for the MPFA backbone (data structure, transmissibility caluclation, properties) to improve overview given the multitude of files. Add the indice saturationN (etc) as an alternative to the preposterous saturationNw (etc.) reviewed by Thomas git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12458 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 15, 2014
-
-
Christoph Grüninger authored
In r11948 I disabled the dot/GraphViz support because it caused too big tarballs (>100 MiB). The problem is now solved in dune-common …5598893bc702a by setting INCLUDE_GRAPH to NO. (reviewed by kissinger) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12307 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 11, 2013
-
-
Christoph Grüninger authored
This reduces the size of the generated documentation and thus the size of the tarball. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11948 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 16, 2013
-
-
Alexander Kissinger authored
included the docextra/parameterlist and docextra/parameters.html in Makefile.am in order to be able build doxygen with tarball git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11674 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Alexander Kissinger authored
- ModelDescriptions: the model descriptions for co2 models, geomechanic models, 3p and 2pdfm have been added - models.tex has been updated to include the models - modules: geomechic module is added Reviewed by Christoph git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11672 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 15, 2013
-
-
Thomas Fetzer authored
modules file, removed some trailing whitespaces git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11659 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Aug 22, 2013
-
-
Dominik Riesterer authored
philtophoblaw.hh : updated documentation and added two example graphs in the documentation (pc_Sw_1 & pc_Sw_2). Also added the graphs (as *.png and *.svg) which are displaying the pc-Sw-relationship for the case in which water is the non-wetting phase. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11249 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Mar 14, 2013
-
-
Christoph Grüninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10415 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 26, 2013
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10284 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 18, 2013
-
-
Thomas Fetzer authored
changed order in the modules.html pages removed dumux/boxmodels/* from files.html (temporarily) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10234 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 29, 2012
-
-
Christoph Grüninger authored
r9365. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9709 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 19, 2012
-
-
Alexander Kissinger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9390 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 17, 2012
-
-
Bernd Flemisch authored
rename propparams.ods to parameters.ods. Add html-version parameters.html and include it in parameterlist which is read by Doxygen. Include a pointer in the handbook. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9365 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 04, 2012
-
-
Benjamin Faigle authored
Improved docu on adaptive models: Everything should be properly doxygened now. Added Adaptive2p2c doxygen module. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9203 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Aug 06, 2012
-
-
Markus Wolff authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8807 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8806 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 24, 2012
-
-
Christoph Grüninger authored
Added files to EXTRA_DIST. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7914 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 21, 2012
-
-
Markus Wolff authored
- added Properties as submodul of sequential models git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7840 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 16, 2012
-
-
Markus Wolff authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7807 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 30, 2012
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7551 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 27, 2012
-
-
Andreas Lauser authored
TODO: 3p3c(ni), solve conflicting class names for some box and decoupled models git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7550 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 23, 2012
-
-
Klaus Mosthaf authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7496 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 20, 2012
-
-
Andreas Lauser authored
that was a lot of fun! git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7478 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 27, 2011
-
-
Bernd Flemisch authored
and the classes seem to be associated with the correct groups. Also improved documentation by getting rid of more than 250 Doxygen warnings. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6794 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 21, 2011
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6782 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 19, 2011
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6774 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 10, 2011
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4984 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 03, 2011
-
-
Markus Wolff authored
- organisation of the decoupled immiscible two-phase models git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4940 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Dec 15, 2010
-
-
Benjamin Faigle authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4878 2fb0f335-1f38-0410-981e-8018bf24f1b0
-