- 25 Feb, 2017 2 commits
-
-
Michael Turner authored
-
mike turner authored
-
- 23 Feb, 2017 1 commit
-
-
Michael Turner authored
-
- 21 Feb, 2017 3 commits
-
-
mike turner authored
-
Michael Turner authored
-
Michael Turner authored
-
- 20 Feb, 2017 3 commits
-
-
Michael Turner authored
-
Michael Turner authored
-
Michael Turner authored
-
- 19 Feb, 2017 2 commits
-
-
mike turner authored
-
mike turner authored
-
- 17 Feb, 2017 3 commits
-
-
Dave Moxey authored
Fix FillWhiteNoise This MR fixes a bug in `Vmath::FillWhiteNoise` which causes it to alternate between only 2 values. Instead of trying to pass a unique seed on each call of FillWhiteNoise, I decided to partly recover an old implementation where `seed` was an static variable ( therefore making consecutive calls part of a single larger random sequence). From what I understood, this had been changed to allow specifying different seeds for each MPI process. With this in mind, we can still pass an optional seed to replace the stored value. An example of how to use this new logic is to use (the negative of) the rank as seed in the first call to FillWhiteNoise to decouple the parallel processes, and not passing any seed in the subsequent calls . Alternatively, we can still pass unique seeds on each call. See merge request !718
-
Dave Moxey authored
# Conflicts: # CHANGELOG.md
-
Dave Moxey authored
feature/mesh-spacing The applies changes ask for my spencer after the madrid tutorial, BL resolution and variable names etc. It also fixes the inverted boundary layer problem. Finally, allows the variational module to be compiled without meshgen. See merge request !736
-
- 16 Feb, 2017 1 commit
-
-
Julian Marcon authored
-
- 14 Feb, 2017 5 commits
-
-
Julian Marcon authored
-
Julian Marcon authored
-
Michael Turner authored
-
Julian Marcon authored
-
Julian Marcon authored
-
- 13 Feb, 2017 1 commit
-
-
Michael Turner authored
-
- 09 Feb, 2017 2 commits
-
-
Chris Cantwell authored
Fix half mode in FieldConvert This fixes a small bug which prevents FieldConvert from working with half mode expansions. See merge request !734
-
Michael Turner authored
-
- 08 Feb, 2017 5 commits
-
-
Spencer Sherwin authored
Fix/iterative rhs magnitude This MR fixes a bug in the calculation of the RHS vector magnitude used to scale the tolerance calculation, which resulted in an artificially higher tolerance being used. Also fixes a bug in the verbose iteration count output of the CG algorithm when no iterations are performed. See merge request !721
-
Michael Turner authored
-
Michael Turner authored
-
Michael Turner authored
-
Michael Turner authored
-
- 07 Feb, 2017 4 commits
-
-
Chris Cantwell authored
-
Spencer Sherwin authored
-
Michael Turner authored
-
Michael Turner authored
-
- 06 Feb, 2017 2 commits
-
-
Spencer Sherwin authored
-
Spencer Sherwin authored
Conflicts: CHANGELOG.md
-
- 03 Feb, 2017 2 commits
-
-
Michael Turner authored
-
Chris Cantwell authored
added documentation for the chk file backup See merge request !727
-
- 02 Feb, 2017 4 commits
-
-
Chris Cantwell authored
Add hybrid performance model. This MR adds a performance model for hybrid 2.5D simulations using the incompressible Navier-Stokes solver. See merge request !724
-
mike authored
-
Michael Turner authored
-
Michael Turner authored
-