Skip to content
Snippets Groups Projects
  1. May 28, 2018
  2. May 17, 2018
    • Haakan Nilsson's avatar
      STYLE: foamPwd (posix) function with some env replacements (issue #844) · d8ea41e7
      Haakan Nilsson authored and Mark OLESEN's avatar Mark OLESEN committed
      - the current working path with replacements for base-level
        OpenFOAM env variables such as FOAM_RUN, WM_PROJECT_DIR,
        WM_PROJECT_USER_DIR etc
      
        Can be used directly from the command-line or embedded into a
        command prompt. For example,
      
            PS1='$(foamPwd)\n\u\$ '
      
      - aliases for user solver/utilities located under "$WM_PROJECT_USER_DIR":
        (ufoam, uapp, usol, uutil)
      d8ea41e7
  3. May 24, 2018
  4. May 21, 2018
    • mattijs's avatar
      ENH: snappyHexMesh: directional refinememt. · cb1cd96b
      mattijs authored
      Basic directional refinement:
      - only for coordinate aligned meshes
      - only for refinementRegions
      See the mesh/snappyHexMesh/aerofoilNACA0012_directionalRefinement
      tutorial.
      cb1cd96b
  5. Mar 01, 2018
  6. Feb 21, 2018
  7. Dec 28, 2017
  8. Dec 21, 2017
  9. Dec 13, 2017
  10. Dec 11, 2017
  11. May 21, 2018
  12. May 16, 2018
  13. May 17, 2018
    • Mark OLESEN's avatar
      ENH: avoid memory leaks for HashPtrTable, PtrMap insertion (issue #749) · 48d654cf
      Mark OLESEN authored
      - disallow insert() of raw pointers, since a failed insertion
        (ie, entry already existed) results in an unmanaged pointer.
      
        Either insert using an autoPtr, or set() with raw pointers or autoPtr.
      
      - IOobjectList::add() now takes an autoPtr instead of an object reference
      
      - IOobjectList::remove() now returns an autoPtr instead of a raw pointer
      48d654cf
  14. May 16, 2018
  15. May 15, 2018
  16. May 14, 2018
  17. May 11, 2018
  18. Mar 22, 2018
  19. May 11, 2018
  20. May 09, 2018
  21. May 10, 2018
  22. May 09, 2018
  23. May 08, 2018