Skip to content
Snippets Groups Projects
  1. Feb 27, 2018
  2. May 30, 2018
  3. Nov 07, 2017
  4. Feb 03, 2017
  5. Nov 29, 2016
  6. Sep 23, 2016
  7. Aug 07, 2016
  8. Jun 17, 2016
  9. May 24, 2016
  10. May 16, 2016
  11. May 15, 2016
    • Henry Weller's avatar
      functionObjects: rewritten to all be derived from 'functionObject' · 78d2971b
      Henry Weller authored
        - Avoids the need for the 'OutputFilterFunctionObject' wrapper
        - Time-control for execution and writing is now provided by the
          'timeControlFunctionObject' which instantiates the processing
          'functionObject' and controls its operation.
        - Alternative time-control functionObjects can now be written and
          selected at run-time without the need to compile wrapped version of
          EVERY existing functionObject which would have been required in the
          old structure.
        - The separation of 'execute' and 'write' functions is now formalized in the
          'functionObject' base-class and all derived classes implement the
          two functions.
        - Unnecessary implementations of functions with appropriate defaults
          in the 'functionObject' base-class have been removed reducing
          clutter and simplifying implementation of new functionObjects.
        - The 'coded' 'functionObject' has also been updated, simplified and tested.
        - Further simplification is now possible by creating some general
          intermediate classes derived from 'functionObject'.
      78d2971b
  12. May 13, 2016
  13. Apr 30, 2016
  14. Dec 08, 2015
  15. Nov 20, 2015
  16. Oct 06, 2015
  17. Oct 05, 2015
    • Andrew Heather's avatar
      ENH: Refactored functionObjectFile class · 9a9f32ea
      Andrew Heather authored
      Class now provides helper functions to generate files on-the-fly by
      function objects, as opposed to attempting to control all files needed
      by the function object (earlier implementation lead to over-complication
      and was error prone)
      9a9f32ea
    • Andrew Heather's avatar
      ENH: Refactored functionObjectFile class · bbc25cb4
      Andrew Heather authored
      Class now provides helper functions to generate files on-the-fly by
      function objects, as opposed to attempting to control all files needed
      by the function object (earlier implementation lead to over-complication
      and was error prone)
      bbc25cb4
  18. Aug 05, 2015
  19. Jan 30, 2014
  20. Nov 25, 2013
  21. Nov 20, 2012
  22. Oct 16, 2012
  23. Oct 15, 2012
  24. Mar 16, 2012
  25. Nov 18, 2011
    • laurence's avatar
      ENH: Merge cvMesh functionality into cv2DMesh · 075e47ea
      laurence authored
      - Added conformationSurface and searchableSurface classes in place
        of querySurface.
      - Added cellSizeControl class.
      - Change cvMesh argument of relaxation model constructor to Time.
      - Add writePrecision option to surfaceConvert.
      - Add onLine function to surfaceFeatureExtract.
      - Remove querySurface.
      - Move createShellMesh and extrude2DMesh to their own libraries.
      - Replace controls and tolerances with a cv2DControls object.
      - Add patchToPoly2DMesh class to extrude2DMesh.
      075e47ea
  26. Aug 14, 2011
  27. Jul 22, 2011
  28. Jan 05, 2011
  29. Apr 13, 2010
  30. Oct 21, 2009
  31. Jun 17, 2009
  32. Apr 28, 2009
  33. Apr 06, 2009
  34. Apr 03, 2009