Skip to content
Snippets Groups Projects
  1. Aug 17, 2017
  2. Aug 14, 2017
    • Mark OLESEN's avatar
      ENH: add input surface scaling (issue #514) · 139edb24
      Mark OLESEN authored
      - surfaceFeatureExtract
        * dictionary "scale" entry
      
      - triSurface
      - triSurfaceLoader
        * optional scaleFactor on reading
      
      - surfaceAdd
      - surfaceBooleanFeatures
      - surfaceClean
      - surfaceCoarsen
        * scale option
      
      - surfaceTransformPoints, transformPoints
        * scale option as scalar or vector quantity
      139edb24
  3. Sep 07, 2017
  4. Sep 06, 2017
  5. Aug 31, 2017
  6. Aug 30, 2017
  7. Aug 29, 2017
    • mattijs's avatar
      BUG: sampledTriSurfaceMesh: sampling outside of mesh. Fixes #575. · 0e7954c2
      mattijs authored
      There are a few issues:
      - error would only throw exceptions if not parallel
      - if we change this we also need to make sure the functionObjectList
        construction is synchronised
      - bounding box overlap was not returning the correct status so the code
        to avoid the issue of 'badly formed bounding box' was not triggered.
      0e7954c2
  8. Aug 28, 2017
  9. Aug 18, 2017
  10. Aug 17, 2017
  11. Aug 15, 2017
  12. Aug 14, 2017
  13. Aug 11, 2017
  14. Aug 10, 2017
  15. Aug 07, 2017
  16. Aug 09, 2017
  17. Aug 08, 2017
    • Mark OLESEN's avatar
      ENH: use bash associative array for on-the-fly completion (issue #551) · ce086810
      Mark OLESEN authored
      - this reduces the number of functions and allows lazy loading of
        completion options, which makes it easy to quickly add any other
        OpenFOAM application in completion.
      
        The generic '_of_complete_' function handles (bash) completion for
        any OpenFOAM application. On the first call for any particular
        application, it retrieves the available options from the application
        help output and adds this information to its environmental cache for
        subsequent use.
      
      - Tcsh completion uses the same function via a bash wrapper.
        But since its wrapper is transient, the on-the-fly generation would
        be less efficient. For this case, a pre-generated completion_cache
        can be used, which is generated with
      
            bin/tools/foamCreateCompletionCache
      ce086810
    • Andrew Heather's avatar
      Merge branch 'style-noiseDict-syntax' into 'develop' · 5f538909
      Andrew Heather authored
      STYLE: New syntax compatible with v1706 (Fixes #548)
      
      See merge request !131
      5f538909
  18. Aug 07, 2017