- Aug 23, 2019
-
-
Jan Schäfer authored
-
Jan Schäfer authored
-
Jan Schäfer authored
-
Jan Schäfer authored
-
Jan Schäfer authored
-
Jan Schäfer authored
-
Jan Schäfer authored
-
Jan Schäfer authored
-
Jan Schäfer authored
-
Jan Schäfer authored
-
Jan Schäfer authored
-
Jan Schäfer authored
boiler model boundary conditions have separate speeds for different throttles and possibility of increasing speed
-
Jan Schäfer authored
-
Jan Schäfer authored
-
Jan Schäfer authored
-
Jakub Klinkovský authored
-
Jan Schäfer authored
-
Jakub Klinkovský authored
-
Jan Schäfer authored
mended AUSM+ diff. operator
-
Jan Schäfer authored
-
root authored
-
Jan Schäfer authored
-
Jan Schäfer authored
-
Jan Schäfer authored
-
Jan Schäfer authored
-
Jan Schäfer authored
-
Jan Schäfer authored
-
Jan Schäfer authored
added solver containing Steger-Warming, Van Leer and Lax Friedrich in one for Euler and Navier-Stokes
-
Jakub Klinkovský authored
Documentation: fixed branch name for CI builds See merge request !40
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
CI: deploy with artifacts See merge request !39
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Aug 22, 2019
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
Setup for automatic documentation deployment See merge request !38
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Aug 17, 2019
-
-
Jakub Klinkovský authored
Reduction and multireduction refactoring Brief summary: - rewritten multireduction using lambda functions - avoided `volatile` using `__syncwarp()` - using reduction functions with `return a + b` instead of `a += b` - using `std::plus`, `std::multiplies`, `std::logical_and`, `std::logical_or`, etc. instead of custom lambda functions - optimized OpenMP thread counts for reduction and multireduction - added computation of sample standard deviation to benchmarks - implemented parallel prefix-sum with OpenMP - implemented distributed prefix-sum See merge request !37
-
Jakub Klinkovský authored
Fixes #43
-
Jakub Klinkovský authored
PrefixSum: separate first and second phase for OpenMP implementation and expose performFirstPhase and performSecondPhase methods
-