- Mar 07, 2016
-
-
Bernd Flemisch authored
Replace the word "Decoupled" in TypeTags and classes by "Sequential", according to FS#252. For both the TypeTags and the Decoupled...Indices classes, the compilers don't emit a deprecation warning. For the TypeTags, a run-time check is performed at the end of the start() routine.
-
Kilian Weishaupt authored
Feature/update handbook 2.9 See merge request !95
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
* Rename coupled to implicit * Rename decoupled to sequential
-
- Mar 04, 2016
-
-
Thomas Fetzer authored
-
Thomas Fetzer authored
Fix accidentally pruned method name isCouplingInflow See merge request !93
-
Christoph Grüninger authored
- Mar 03, 2016
-
-
Timo Koch authored
* Test now reaches the inhomogeneities. * Introduced epsiodes to reduce vtu output * Increase end time
-
Kilian Weishaupt authored
[CMake] Add DUMUX_VERSION to config.h Despite the feature freeze, I ask to merge this. It enables the use of `DUNE_VERSION_NEWER` for DuMuX. I need it in dumux-devel to distinguish a type that changed between DuMux 2.8 and 2.9. See merge request !92
-
Christoph Grüninger authored
- Mar 02, 2016
-
-
Timo Koch authored
-
Timo Koch authored
[test][CO2] Ignore vertex-wise defined porosity Ignore the porosity for all box models since it is defined element-wise in these test but the default 2p2c implementation outputs porosity per vertex. Depending on the order of the elements, the porosity would differ in these cases. See merge request !91
-
Kilian Weishaupt authored
[doxygen] add documentation and reorder modules according to new structure improve documentation for 2pnc and 2pncmin model and add description for classes rename modules (sequential...) and reorder according to new structure (porousmediumflow...) See merge request !90
-
Beatrix Becker authored
improve documentation for 2pnc and 2pncmin model and add description for classes rename modules (sequential) and reorder according to new structure (porousmediumflow...)
-
Kilian Weishaupt authored
Ignore the porosity for all box models since it is defined element-wise in these test but the default 2p2c implementation outputs porosity per vertex. Depending on the order of the elements, the porosity would differ in these cases.
-
- Feb 29, 2016
-
-
Johannes Hommel authored
changed the dune version to the most recent (2.4.1) in the detailed installation section.
-
Johannes Hommel authored
updated the version to 2.9, edited the quick installation guide and adapted the path to the models in the model descriptions.
-
- Feb 25, 2016
-
-
Martin Beck authored
Remaining "decoupled"s in the handbook were replaced by "sequential"
-
- Feb 24, 2016
-
-
Johannes Hommel authored
Adapted the new tutorial filenames in CMakelists.txt in order to make "make 0_dumux_handbook_pdf" work as before.
-
Kilian Weishaupt authored
Feature/featurelist updated, prettyfied featurelist See merge request !88
-
- Feb 23, 2016
-
-
Kilian Weishaupt authored
*This might scale the tables correctly on our web page
-
Dennis Gläser authored
test failed if mpi was not installed
-
Johannes Hommel authored
Updated the sequential tutorial in the handbook. Deleted the old solutions_(de)coupled folders. The previous commit added the new updated solutions.
-
Gabi Seitz authored
-
A new table for the sequential tests' features was added. Using <div style="width:70%;overflow:auto;"> limits the horizontal extent of the html page. As the tables are very broad, they now have a horizontal scrollbar. This improves the appearance of the documentation on our weppage. Maybe there is a smarter idea for this?
-
Johannes Hommel authored
Updated the tutorial and its description in the handbook to use implicit instead of coupled and sequential instead of decoupled.
-
Christoph Grüninger authored
cleanup constraintsolvers Removed unnecessary commented code from compositionfromfugacities.hh See merge request !84
-
Johannes Hommel authored
[gitignore] Add hidden project files + one latex file See merge request !85
-
Thomas Fetzer authored
-
Johannes Hommel authored
Updated the folder structure description and the installation instruction in the handbook.
-
Johannes Hommel authored
added the new minimum compiler and cmake requirements
-
Johannes Hommel authored
Removed unnecessary commented code from compositionfromfugacities.hh
-
Christoph Grüninger authored
[2p2c] Add convenience function for phase presence See merge request !83
-
- Feb 22, 2016
-
-
Christoph Grüninger authored
* Remove unused typedef * Replace "if (cond) continue" by "if (!cond)" * Remove pointless return after throw * Whitespace changes
-
Thomas Fetzer authored
-
Christoph Grüninger authored
[multidomain][zeroeq] Various small fixes Add Property for maximum number of subdomains Fix Richardson number Fix Indentation See merge request !81