- Mar 11, 2020
-
-
Timo Koch authored
-
-
-
-
-
This requires a version newer than 2.7.0. The backend translates the configuration parameters from Dumux CamelCase to the dune-istl names. If a Dumux parameter is not found we fall back to using the dune-istl parameter name. We fall back to the parallel AMG backend if the DUNE version is not sufficient.
-
Simon Emmert authored
Feature/remove amg deprecation warnings See merge request !1869
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
- Mar 09, 2020
-
-
Ned Coltman authored
Reorder staggered matrix Closes #804 See merge request !1877
-
-
* change order in partial() * change order in assembler
-
* comply with literature standard * previous matrix was [ccToCC ccToFace faceToCC faceToFace] * new matrix is [faceToFace faceToCC ccToFace ccToCC] * arrangement of coupling sub-domains and classes had to be revised * changes should be backwards compatible, deprecation warning is emitted
-
-
-
-
-
* check if type is correct (Scalar)
-
-
Remove dependency on coupling traits
-
-
* use domainIds from GridGeometry instead of hard-coded ones * use if constexpr
-
- Mar 06, 2020
-
-
Kilian Weishaupt authored
Feature/linear solver parallel firstcall See merge request !1867
-
- Mar 04, 2020
-
-
Timo Koch authored
-
Timo Koch authored
-
Martin Schneider authored
Fix/privar switch box boundary Closes #801 See merge request !1843
-
-
-
-
-
Martin Schneider authored
[newton] Initialize variables in right scope and order See merge request !1837
-
Martin Schneider authored
the correct state initialization in the Newton method results in a new solution
-
Dennis Gläser authored
fix script extractmodulepart Closes #823 See merge request !1872
-
Bernd Flemisch authored
[fix][mpnc] reimplement privarVariablesName in IOFields for restart of mpnc. See merge request !1873
-
Bernd Flemisch authored
[git] add mailmap file See merge request !1871
-
Bernd Flemisch authored
Subfolder names in CMake's `add_subdirectory` are and should not be quoted anymore.
-
Katharina Heck authored
-
Martin Schneider authored
-
Dennis Gläser authored
-