Skip to content
Snippets Groups Projects
  1. Oct 10, 2018
  2. Oct 09, 2018
  3. Oct 08, 2018
  4. Oct 07, 2018
  5. Oct 05, 2018
  6. Oct 04, 2018
  7. Oct 02, 2018
  8. Oct 01, 2018
  9. Oct 04, 2018
  10. Oct 03, 2018
  11. Sep 28, 2018
    • Mark OLESEN's avatar
      ENH: add globalPath() to argList and TimePaths · 69f6f638
      Mark OLESEN authored
      - simply combines (rootPath()/globalCaseName())
      69f6f638
    • Will Bainbridge's avatar
      meshSearch: Prevent hang in calculation of line-boundary intersections · 911ea108
      Will Bainbridge authored
      This fix changes how the intersections loop ignores previously
      intersected faces. It now marks them by their index so that subsequent
      iterations ignore them.
      
      Before this change, after an intersection was found the start point was
      advanced by a small amount to move the past the intersection. The
      problem with this was if multiple boundary faces or the end point were
      in close proximity to the intersection then the move forward might span
      them. This could lead to intersections being missed or counted multiple
      times, in some cases indefinitely.
      
      Based on a patch contributed by Mattijs Janssens
      Resolves bug report https://bugs.openfoam.org/view.php?id=1147
      911ea108
  12. Oct 03, 2018
  13. Oct 04, 2018
  14. Oct 03, 2018
  15. Oct 01, 2018
  16. Sep 28, 2018