Skip to content
Snippets Groups Projects
  1. Feb 25, 2017
  2. Feb 23, 2017
  3. Feb 22, 2017
  4. Feb 21, 2017
  5. Feb 20, 2017
    • 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
  6. Feb 19, 2017
  7. Feb 18, 2017
  8. Feb 17, 2017
    • mike turner's avatar
      clean rest · 5d24f091
      mike turner authored
      5d24f091
    • mike turner's avatar
      clean up nekmeshutils · 0b799111
      mike turner authored
      0b799111
    • mike turner's avatar
      clean up spatial domains · eaabcd09
      mike turner authored
      eaabcd09
    • mike turner's avatar
      clean up warnings in libutilities · 6cdb3fb6
      mike turner authored
      6cdb3fb6
    • mike turner's avatar
      4288270e
    • 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
  9. Feb 16, 2017
  10. Feb 15, 2017
  11. Feb 14, 2017
  12. Feb 13, 2017
  13. Feb 09, 2017
  14. Feb 08, 2017
Loading