Skip to content
Snippets Groups Projects
  1. Apr 30, 2020
    • Mark OLESEN's avatar
      STYLE: update PrimitivePatch (#1648) · 8a5d108f
      Mark OLESEN authored
      - simplified templating, which cleans up code and does not appear to
        break any normal user coding.
      
      ENH: unique_ptr instead of homegrown demand-driven handling.
      8a5d108f
  2. Oct 31, 2019
  3. Feb 06, 2019
  4. Oct 24, 2017
  5. May 18, 2016
  6. Apr 25, 2016
  7. Nov 10, 2015
  8. Aug 01, 2013
  9. May 31, 2013
  10. Aug 14, 2011
  11. Jan 19, 2011
  12. Jan 14, 2011
  13. Jan 07, 2011
  14. Jan 05, 2011
  15. Jul 28, 2010
  16. Mar 29, 2010
  17. Mar 12, 2009
  18. Jan 29, 2009
  19. Jan 27, 2009
    • Mark Olesen's avatar
      reworked surfMesh and PrimitivePatchExtra · ffdb280a
      Mark Olesen authored
      - ditched PrimitivePatchExtra in favour of a PatchTools class that is
        currently just a collection of static functions. They could equally well
        live within PrimitivePatch itself, but isolated also has its advantages.
      
      - MeshedSurface, UnsortedMeshedSurface now have 'regions' instead of
        'patches' since they are more like a faceZone for meshed surfaces than
        patches. This might avoid confusion at a later stage.
      ffdb280a