Skip to content
Snippets Groups Projects
  1. Feb 27, 2017
  2. Feb 26, 2017
    • Michael Turner's avatar
      missing tests · 2f0a0f0a
      Michael Turner authored
      2f0a0f0a
    • Spencer Sherwin's avatar
      Merge branch 'fix/test-fail-dump-output' into 'master' · 2db0ae69
      Spencer Sherwin authored
      Fix/test fail dump output
      
      This MR fixes the issue of the tester not producing output when a test executable segfaults or other system error occurs.
      
      It also adds an option to generate a hostfile which explicitly specifies the maximum number of required slots when running MPI executables, since newer versions of OpenMPI now stop jobs requesting more than the number of available CPU cores by default (which causes our buildbot to fail).
      
      See merge request !745
      2db0ae69
    • Chris Cantwell's avatar
      Updated CHANGELOG. · 7b70c131
      Chris Cantwell authored
      7b70c131
  3. Feb 25, 2017
  4. Feb 23, 2017
  5. Feb 22, 2017
  6. Feb 21, 2017
  7. Feb 20, 2017
    • Michael Turner's avatar
      more updates · 5d0d30ea
      Michael Turner authored
      5d0d30ea
    • Michael Turner's avatar
      fix automatic orientation · e3aff223
      Michael Turner authored
      e3aff223
    • Michael Turner's avatar
      organise 2D · 659324a9
      Michael Turner authored
      659324a9
    • Spencer Sherwin's avatar
      Merge branch 'feature/bessel' into 'master' · 767ff995
      Spencer Sherwin authored
      Feature/bessel
      
      This MR introduces Womersley boundary conditions for pulsatile flow in straight pipes. To provide the appropriate boundary conditions a file specified in the 
      USERDEFINED BC string is appended with a colon and then a filename, i.e.
                  <REGION REF="0">
                      <D VAR="u" USERDEFINEDTYPE="Womersley:WomParams.xml" VALUE="0" />
                      <D VAR="v" USERDEFINEDTYPE="Womersley:WomParams.xml" VALUE="0" />
                      <D VAR="w" USERDEFINEDTYPE="Womersley:WomParams.xml" VALUE="0" />
                      <N VAR="p" USERDEFINEDTYPE="H" VALUE="0" />
                  </REGION>
      where the filename WomParams.xml contains the setup details. Ideally we would like  a better solution than using the colon extension and an issue has been raised on this.
      
      See merge request !472
      767ff995
    • Spencer Sherwin's avatar
      updated change log · 66b65aa8
      Spencer Sherwin authored
      66b65aa8
  8. Feb 19, 2017
  9. Feb 17, 2017
    • mike turner's avatar
      4288270e
    • Dave Moxey's avatar
      Merge branch 'master' into 'fix/petsc-deb9-ub1604' · 9a60973d
      Dave Moxey authored
      # Conflicts:
      #   CHANGELOG.md
      9a60973d
    • Dave Moxey's avatar
      Merge branch 'fix/whitenoise' into 'master' · 271579a6
      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
      271579a6
    • Dave Moxey's avatar
      Merge branch 'master' into 'fix/whitenoise' · e7cd5cd4
      Dave Moxey authored
      # Conflicts:
      #   CHANGELOG.md
      e7cd5cd4
    • Dave Moxey's avatar
      Merge branch 'feature/mesh_spacing' into 'master' · 1c300139
      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
      1c300139
  10. Feb 16, 2017
Loading