- Nov 15, 2018
-
-
Timo Koch authored
-
Dennis Gläser authored
[nonequilibrium] fix typo in volume variables See merge request !1295
-
Bernd Flemisch authored
Apparently, this isn't tested.
-
Kilian Weishaupt authored
[fix][multidomain] linker error with c++14 See merge request !1294
-
Katharina Heck authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
- Nov 14, 2018
-
-
Dennis Gläser authored
-
Dennis Gläser authored
This is necessary for the upwind scheme in facet coupling models, as the upwind/downwind volume variables type can be from the other domain.
-
Dennis Gläser authored
-
Dennis Gläser authored
The code in the implementation is basically just a copy of the ccexplicitlocalassembler. The only difference is how the current solution is obtained. TODO: can we reuse code here?
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
This function is basically just a forward to evalLocalResidual() and obtaining the first entry. Since this entire header only deals with cc schemes we can also write out this call in the occurrences. This is actually also how we do it in the standard cc local assembler.
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
clang3.8 threw a compiler error because it couldn't extract the types from the fv grid geometry within the helper class. Putting the helper after the other types (that are tried to be extracted within the helper) solved this issue.
-
Martin Schneider authored
Feature/update coupling context staggered See merge request !1200
-
Ned Coltman authored
-
- Nov 13, 2018
-
-
-
Timo Koch authored
-
-