- Mar 08, 2016
-
-
Timo Koch authored
[richards] fix parallel test Commit 219dd9 defaulted the linear solver to a sequential one. Since the box Richards test is running in parallel, a parallel linear solver has to be set. The AMGBackend gives slightly different results above the fuzzy threshold. Therefore, also the reference solution is adapted. See merge request !100
-
Bernd Flemisch authored
Commit 219dd9 defaulted the linear solver to a sequential one. Since the box Richards test is running in parallel, a parallel linear solver has to be set. The AMGBackend gives slightly different results above the fuzzy threshold. Therefore, also the reference solution is adapted.
-
Johannes Hommel authored
Feature/fs289 fluidframework doxygen The Chapter fluid-framework is transferred to Doxygen. - Explanations have been added to modules.txt - Function documentation for fluidstates, fluidsystems etc. transferred to header files. - Use of copydoc for general function doc. - Rename handbook chapter Fluid-Framework to Material and Fluid Framework - Replace content from Chapter in Handbook by reference to Doxygen module Thanks to Martin Beck for contributing! See merge request !99
-
Johannes Hommel authored
corrected the documentation for setFugacityCoefficient in the compositional fluidstate.
-
- Mar 07, 2016
-
-
Kilian Weishaupt authored
[sequential] replace decoupled by sequential 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. See merge request !98
-
Alexander Kissinger authored
-
Bernd Flemisch authored
-
Alexander Kissinger authored
-
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
-
Alexander Kissinger authored
Modified formatting of descriptive text.
-
Alexander Kissinger authored
- Rename Fluid Framework to Material and Fluid Framework - Removed content by reference to Doxygen documentation
-
Alexander Kissinger authored
- Documentation for all general FluidState get-functions derived from compositional.hh - Documentation in compositional.hh take from handbook
-
- 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
-
-
Alexander Kissinger authored
- Moved function doc from handbook to compositional FluidState - Use copydoc for 2p2c FS functions from compositional FS
-
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
-
Martin Beck authored
All relevant description were taken from the Handbook and added to/merged with existing doxygen descriptions
-
- 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
-