- Mar 24, 2016
-
-
Bernd Flemisch authored
We still need to patch Dune-multidomaingrid. Since we anyway need to patch, the issue with GCC 6 can also be solved by the patch. Thanks to Thomas for noticing.
-
Bernd Flemisch authored
[license.md] Update copyrights See merge request !127
-
Kilian Weishaupt authored
[multidomain, cornerpoint] Update to Dune 2.4, Opm 2015.10, and GCC 6 The installexternal script is updated to fetch and build the correct Opm modules. No patch is required anymore for dune-multidomaingrid. In order to keep that situation, add `#include <numeric>` to the problem files of the multidomain tests. This is required if the tests are built with GCC 6. Adapt README files. See merge request !126
-
Kilian Weishaupt authored
-
Bernd Flemisch authored
The installexternal script is updated to fetch and build the correct Opm modules. No patch is required anymore for dune-multidomaingrid. In order to keep that situation, add `#include <numeric>` to the problem files of the multidomain tests. This is required if the tests are built with GCC 6. Adapt README files.
-
Kilian Weishaupt authored
Fix/sequential mpfa tests See merge request !125
-
- Mar 23, 2016
-
-
Bernd Flemisch authored
As before, use UGGrid, at least until we have fixed things for employing dune-alugrid master.
-
Bernd Flemisch authored
Use UGGrid, at least until the local vertex numbering when using ALUGrid is fixed.
-
Bernd Flemisch authored
Sequential MPFA relies on the local vertex numberings of the individual grid managers. This numberings have changed for the 2d-ALUGrid. Until this is fixed, change the corresponding tests to use UGGrid instead. Alternatively, master-old of dune-alugrid can be used. Also revert changes to the input file that never were reflected in the corresponding spatial parameters file.
-
Kilian Weishaupt authored
[fix][gridcreator][yasp] Set overlap default also for non-implicit models We need a little template trick here to only ask for the isBox property if it exists. All other models are using the default overlap 1 now. See merge request !123
-
Kilian Weishaupt authored
Fix/resolve doxygen issues See merge request !124
-
Kilian Weishaupt authored
*Use headlines to separate the individual sub-models *Remove \copydetails Dumux::TwoPTwoCNIModel as this no longer exists
-
Timo Koch authored
We need a little template trick here to only ask for the isBox property if it exists. All other models are using the default overlap 1 now.
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
*Use the full namespace Dumux::xxx::xxx to avoid error messages
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
[zeroeq] Fix grid manager to Yasp for ZeroEq tests UGGrid is not needed here. Increases the consistency with the reference results. See merge request !121
-
Kilian Weishaupt authored
*All ZeroEq test use Yasp now
-
UGGrid is not needed here. Increases the consistency with the reference results.
-
Kilian Weishaupt authored
[bin][installexternal] Update script * add dune-alugrid * add dune-foamgrid * correct remote urls See merge request !96
-
Kilian Weishaupt authored
Feature/use standard gridcreator for structured grids Cleanup in the face of new grid creator * Replace some dgfs for structured grids by their input file equivalent * Add a test using gmsh grid (2p adaptive cc) * Remove obsolete includes * Read FieldVectors from input file in some places * Fixes the restart co2 test See merge request !59
-
Kilian Weishaupt authored
[fluidsystems] fix two fluid systems and the fluid systems test The `BrineAir` fluid system could not pass the test. Replace asserts by exception handling to be consistent with the other fluid systems. Add missing `break` statements to switch clause in `Spe5ParameterCache`. Properly initialize pressure values for the `HairSpliitingFluidState`, correct output messages. See merge request !120
-
Timo Koch authored
-
-
Timo Koch authored
-
* Use input file for structured grids instead of dgf files for fluidmatrixinteractions tests
-
*remove #include <dune/grid/io/file/dgfparser/dgfyasp.hh> *remove #include <dune/grid/io/file/dgfparser.hh> *ect
-
* Use input file for structured grids instead of dgf files for zeroeq2c tests
-
* Use input file for structured grids instead of dgf files for zeroeq tests
-
* Use input file for structured grids instead of dgf files for stokes2cni tests
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
We only have one gridcreator test using gmsh files. This adds another one. The grid ordering changes and the fuzzy compare could not sort it correctly. Might need a fix there. The solution is identical. Update reference.
-
* Use input file for structured grids instead of dgf files for zeroeq2cni tests
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
* Use input file for structured grids instead of dgf files for 2p2c implicit tests
-