Skip to content
Snippets Groups Projects
  1. Sep 07, 2021
  2. Jan 16, 2020
    • Mark OLESEN's avatar
      ENH: consistency improvements for surface patch handling (fixes #483) · 2a98c4e6
      Mark OLESEN authored
      - remove (unused) Istream constructors, prune some unused methods,
        rationalize write() vs writeDict().
        Deprecate inconsistent construction order.
      
      - handle empty names for ".ftr" surface patches (for plain triSurface
        format) with double-quoted strings for more reliable streaming.
        Written on a single line.
      
        This is _backward_ compatible, but if users have been parsing these
        files manually, they will need to adjust their code.
      
      Previously:
      ```
        (
        frt-fairing:001%1
        empty
      
        windshield:002%2
        empty
        ...
        )
      ```
      
      Updated (with example handling of empty name):
      ```
        (
        frt-fairing:001%1 empty
      
        windshield:002%2 ""
        ...
        )
      ```
      2a98c4e6
  3. Oct 31, 2019
  4. Feb 06, 2019
  5. Aug 01, 2018
    • Mark OLESEN's avatar
      ENH: add range method to polyBoundaryMesh · edb0d1dd
      Mark OLESEN authored
      - makes for easier extraction of boundary values since it encapsulates
        start/size directly.
      
      Eg,
          SubList<T>(allValues, patches.range());
      or
          bitSet(blocked, patches.range(patchi));
      edb0d1dd
  6. Oct 24, 2017
  7. May 26, 2017
  8. May 24, 2017
  9. Nov 06, 2013
  10. Dec 06, 2011
  11. Aug 14, 2011
  12. Jan 19, 2011
  13. Jan 14, 2011
  14. Jan 07, 2011
  15. Jan 05, 2011
  16. Aug 05, 2010
  17. Jul 28, 2010
  18. Mar 29, 2010
  19. Feb 05, 2009
  20. Dec 31, 2008
  21. Jul 20, 2008
  22. Jun 25, 2008
  23. Apr 15, 2008