- Nov 30, 2018
-
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Use free functions in the namespace `Detail` instead of a class. Move details to a separate file.
-
-
-
Introduce an optional parameter `ignoreState` that defaults to `false`. Warn once if nearest-vertex interpolation is used. Introduce helper class `SolutionEvaluator` to avoid code duplication and hide implementation details, particularly the SFINAE detection of `priVars.state()`.
-
Interpolating the entries of primary variable vectors by means of shape functions can be wrong: If the vectors have different states, the entries can be associated with different physical fields. Since the function `evalSolution` is physics-agnostic, this presents a simple solution without adding knowledge about the physics. If the states are different over all corners of the associated geometry, `evalSolution` returns the primary variables associated with the vertex that is closest to the evaluation point.
-
-
Dennis Gläser authored
Multidomain wrappers to easier write main files See merge request !1350
-
* use only one executable
-
* use only one executable
-
-
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Dennis Gläser authored
Feature/improve md traits Closes #625 See merge request !1368
-
Timo Koch authored
- Nov 29, 2018
-
-
Timo Koch authored
-
Timo Koch authored
-
Kilian Weishaupt authored
[fvproblem] Resize the solution vector before applying initial solution See merge request !1365
-
Timo Koch authored
-
- Nov 28, 2018
-
-
Timo Koch authored
-
Ned Coltman authored
[freeflow][test][channel2d] Add underline to private functions. See merge request !1347
-
Kilian Weishaupt authored
[params] Improve handling of parameter files Closes #623 See merge request !1359
-
Martin Schneider authored
-
Timo Koch authored
If no parameter file is given look for * executbale.input * params.intput If none are found, try it without parameter file. If a parameter file is given, let Dune do the error handling, and check if the file exists.
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
* if a couplingContext is not yet correctly bound, it now can just do that itself * change the signature of some methods to have the element at hand