- 27 Aug, 2015 7 commits
-
-
Bernd Flemisch authored
Instead of an Excel sheet, a text document holds the parameter list now. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15396 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
- added "constant" component which reads its properties from the input file - updated documention for the "unit" component - updated test_navierstokes which now uses the "constant" component reviewed by bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15395 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
The parameters are now listed using the mark down support of doxygen for creating tables. The parameter spreadsheet and html are now superfluous. The script for checking new/old parameters has been updated. reviewed by bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15394 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Timo Koch authored
[test] Make restart test dependent on the original test so that restart files are available even in parallel testing. Reviewed by bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15390 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
- added DUNE_THROW in case some wants to use stokes in 3D - removed unnecessary and unused code accidentily committed in r12468 reviewed by timok git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15389 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Kilian Weishaupt authored
and velocity in order to make the test pass when using UG. [evaporationatmosphereproblem.hh] Removed yasp grid as option since it does not work with the interfacegridcreator. The .cc file already contains a guardian macro for this. Reviewed by Thomas git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15387 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Kilian Weishaupt authored
Reviewed by Thomas git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15384 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 26 Aug, 2015 3 commits
-
-
Timo Koch authored
[bugfix,2pnc] Fix the 2pnc model/test. A volVars update got deleted by accident causing wrong vtu output. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15382 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15381 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
The added patch multidomaingrid-2.3.patch adapts the releases/2.3-branch of dune-multidomaingrid such that the 2.4 versions of the Dune core modules can be used. See patches/README and test/multidomain/README for details. Reviewed by fetzer. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15379 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 25 Aug, 2015 15 commits
-
-
Timo Koch authored
[adapt] Implement a boundaryFaceIndex method for cellcentered fv geometry for compatibility with the box fvgeometry. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15378 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15377 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Timo Koch authored
boundary/source function available for implicit problems. The init indicator used to assume to have an *AtPos method available. However, these methods are not always available. The new inidicator uses the respective highest method in hierarchy. Reviewed by martins git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15375 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
improved readability of testing output reviewed by timok git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15372 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Alexander Kissinger authored
GridManager. - Removed UG as grid manager for dissolutionproblem.hh, it uses YaspGrid instead now. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15359 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Timo Koch authored
preprocessor directives Reviewed by kilian git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15358 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
The method to be called is subIndex now instead of index. The difference in the output filenames is not due to parallel/sequential but due to a different behavior of the VtkSequenceWriter in Dune 2.3 and 2.4. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15356 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15352 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
fixed zeroThresholds reviewed by nicolas git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15351 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15350 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15349 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Timo Koch authored
functionality. Add a test for the gmsh interface of the gridcreator. The example uses parametrized boundary segments read from the gmsh file and boundaryMarkers defined in the gmsh file. The output files are fuzzy comopared. Reviewed by bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15348 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Alexander Kissinger authored
- All headers and source files are moved to the specfied include directory during installation. - Existing CMakeLists.txt files were appended. - CMakeLists.txt were added in folders that did not contain any CMakeLists.txt files but contain headers - The installed version of dumux has been tested by Bernd with the dumux-lecture module Reviewed, modified and tested by Bernd. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15347 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15346 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
- added functionality and properties to refine grid in all directions - naming (comp -> dimIdx) [multidomain] - adapted to changes in the interfacegridcreator - removed unused properties from input file - in coupled zeroeq problem added output at beginning of simulations [freeflow] - removed one unused property from test_zeroeq2c.input reviewed by timok git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15341 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 24 Aug, 2015 2 commits
-
-
Kilian Weishaupt authored
are documented properly (see FS#220) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15337 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
This solves FS#237, see further details there. The solution is to be aware of a restart already in the GridCreator. Then, it is possible to construct the grid there that will be used for the restarted simulation. This requires that the parameter Problem.Name is set in the input file in order to deduct the correct restart file names. Reviewed and improved by Timo. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15336 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 22 Aug, 2015 1 commit
-
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15330 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 21 Aug, 2015 4 commits
-
-
Kilian Weishaupt authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15328 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Timo Koch authored
It was checked in add_dumux_test whether the to be linked input file exists but then another file was linked in some occations. Use the path relative to the source directory to fix the broken links. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15326 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15325 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
Since only one test run is needed, but different VTK files need to be compared, the corresponding capability of fuzzycompare can be used. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15324 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 20 Aug, 2015 4 commits
-
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15318 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15316 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15315 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Timo Koch authored
The gridcreator interface was slightly changes (see CHANGELOG) The gridPtr method is no longer publicly available. All grid methds can bee called through a reference to the grid obtained by the grid() method. The parameter method for dgf parameters is now accessible through GridCreator::parameters(...). git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15314 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 19 Aug, 2015 4 commits
-
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15309 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Timo Koch authored
Everything can be controlled by the input file: Changing [Grid] File = ./grid.dgf into [Grid] File = ./grid.gmsh or into [Grid] LowerLeft = 0 0 0 UpperRight = 1 1 1 Cells = 20 30 10 will construct a gmsh grid or a structured grid instead of the dgf grid. The grid creator is the new standard grid creator. To use all features dune 2.4 is required (e.g. structured grid factory) but it dgf/gmsh works with dune 2.3. The structured grid factories can be deprecated as soon as dune 2.4 is released. additional feature: - set inital refinement in Grid.Refinement (oder options can be easily added, write me) - grid specific parameter in input file, e.g. UGGrid: Grid.ClosureType = None turns off green refinement (triangles closure). - new property GridParameterGroup sets the input file group the grid creator is looking in. Particularly useful for two grid simulations: [DarcyGrid] File = bla.dgf [StokesGrid] File = blub.dgf git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15307 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15303 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Gabi Seitz authored
problems; The list contains currently only features of the implicit test problems. Everybody is welcome to contribute the completion of the list. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15302 2fb0f335-1f38-0410-981e-8018bf24f1b0
-