- Mar 15, 2018
-
-
-
Dennis Gläser authored
This commit introduce a model traits class that encapsulates a few properties, such as NumEq, NumComponents as well as the specifications on active processes (EnableAdvection ... ). The respective property tags become obsolete and can be deleted.
-
Ned Coltman authored
[doc][bib] Update links and information in bib file See merge request !854
-
Thomas Fetzer authored
-
- Mar 13, 2018
-
-
Beatrix Becker authored
[NewtonSolver] Make compile with g++5.3 Closes #460 See merge request !849
-
- Mar 12, 2018
-
-
Kilian Weishaupt authored
* A known in bug in g++5.3 leads to a compiler error due to the trailing return type of the generic lambda in the supportsPartialReassembly and hasVertexColor method * Replacing those methods with a struct providing the ()operator should fix that issue
-
Katharina Heck authored
[3p3c] adapt reference solutions See merge request !848
-
- Mar 10, 2018
-
- Mar 09, 2018
-
-
Bernd Flemisch authored
Differences to the release are sufficiently small.
-
Bernd Flemisch authored
Synchronizing the boundary condition evaluation points makes the test pass. Keep the setting on the master, update the reference solution, simplify the Neumann boundary condition.
-
Bernd Flemisch authored
Changes to the release are negligibly small.
-
Katharina Heck authored
[3p3c] update reference solutions See merge request !845
-
Bernd Flemisch authored
Manually picked from 8aae0b9f.
-
Bernd Flemisch authored
Hard-coded values have been introduced accidentally in 704673b3. Use the BinaryCoefficients instead.
-
Kilian Weishaupt authored
[staggered][faceVariables] Retrive boundary values in fluxVars See merge request !808
-
Kilian Weishaupt authored
Feature/less typetag in vtkoutputfields See merge request !840
-
Kilian Weishaupt authored
* get the values for parallel and normal velocities directly in the fluxVars and not during the update of the faceVars * this is necessary in the context of coupling when the velocities on the boundary shall be inferred from the other domain * the gridFaceVars are initialized (and thus updated) before any coupling context can be bound so this update step must not depend on some coupled context
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Kilian Weishaupt authored
Fix isvalid test. hasResize cannot be constexpr in c++14. See merge request !842
-
- Mar 08, 2018
-
-
Dennis Gläser authored
This commit makes the mpfa fv grid geometry reusable for e.g. sequential simulations.
-
Dennis Gläser authored
In order for a type to be completely typetag independent, the traits cannot be declared inside the body of the property definition.
-
Katharina Heck authored
Feature/less typetag in indices See merge request !838
-
- Mar 07, 2018
-
-
Beatrix Becker authored
-
Beatrix Becker authored
-
Kilian Weishaupt authored
Replace c-style variadic function by c++ See merge request !837
-
Beatrix Becker authored
-
Beatrix Becker authored
-