- Oct 29, 2020
- Oct 28, 2020
-
-
Kilian Weishaupt authored
[newtonsolver] Use linearSolver.norm() if available See merge request !2311
-
* fall back to assembler.residualNorm() otherwise
-
- Oct 27, 2020
-
-
Kilian Weishaupt authored
[gitignore] Ignore DS_Store files See merge request !2309
-
Timo Koch authored
-
Kilian Weishaupt authored
Feature/1d3d coupling manager improvements See merge request !2288
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
Coupling methox from Koch et al 2020 JCP (https://doi.org/10.1016/j.jcp.2020.109370)
-
Timo Koch authored
[md][embedded][surface] Add choice between average operator and point evaluation and integrate over intersections instead of elements
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
If segments intersect the boundary of the 3d domain not all of the surface of the tubular inclusion will couple with the 3d domain. The surface factor accounts for the reduction in surface area for cylinder surfaces that are partly inside partly outside the 3d domain. This measure has proven to slightly reduce the difference at boundaries between different coupling schemes.
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Kilian Weishaupt authored
[pointsource] Skip point sources which are not inside the domain See merge request !2306
-
Kilian Weishaupt authored
[bugfix][cc][scv] Replace optional by unique_ptr Closes #930 See merge request !2307
-
Timo Koch authored
Using optional lead to issues probably because the assignment operator were not correcty implemented. However there is not need for optional here since the member is in fact not optional but always there when the object is validly constructed. We can simply use a unique_ptr to work around the fact that not all geometry imeplementation are default-constructible and/or copy-assignable.
-
Dennis Gläser authored
[fix][cc] Pass argument by const reference to avoid copies See merge request !2305
-
Timo Koch authored
-
Timo Koch authored
-
- Oct 26, 2020
-
-
Kilian Weishaupt authored
[test][navierstokes][channel3d] Only use subgrid for 3d case See merge request !2303
-
Kilian Weishaupt authored
Feature/constantspatialparams1p See merge request !2300
-
Kilian Weishaupt authored
* fixes compiler warning 'array subscript 2 is outside array bounds' for pseudo 3d case
-
Timo Koch authored
-
- Oct 25, 2020
- Oct 23, 2020
-