Skip to content
Snippets Groups Projects
  1. Aug 07, 2019
  2. Jul 30, 2019
  3. Jul 31, 2019
  4. Jul 30, 2019
    • Mark OLESEN's avatar
      ENH: improvements for handling update of build information · 59b867b7
      Mark OLESEN authored
      - When building OpenFOAM for different platform combinations
        (single/double, int32/int64) the build information that is compiled
        into the OpenFOAM lib can become out of sync.
      
        This is because the update trigger (wmakeBuildInfo -check) is
        independent of the targetted platform. The added file
        'src/OpenFOAM/Alltouch' provides a direct means of forcing a rebuild
        of the version information. Eg,
      
            src/OpenFOAM/Alltouch
            wmake src/OpenFOAM
      
        Also provide an additional 'wmakeBuildInfo -remove' to forcibly
        remove META-INFO/build-info, if that is desired.
      59b867b7
    • Mark OLESEN's avatar
      TUT: binary output for windAroundBuildings · d4454ab6
      Mark OLESEN authored
      d4454ab6
  5. Aug 01, 2019
  6. Jul 29, 2019
    • Mark OLESEN's avatar
      STYLE: inconsistent use of readBeginList() · 80fb4da9
      Mark OLESEN authored
      - use readBegin() when the only delimiters are '()' and not '({})'
      80fb4da9
    • Mark OLESEN's avatar
      ENH: support low-level reading of raw binary blocks (#1378) · bdc1c9bf
      Mark OLESEN authored
      - symmetric with writeRaw() etc for the output stream. These are
        methods that are not required by normal users, but which provide
        a finer granularity for reading.
      
      - additional information about the current stream position when
        endList fails. This may help when tracing errors.
      
      STYLE: change return type of beginRaw()/endRaw() to bool
      
      - was of type Ostream& for output, but return value was unused.
        Having bool may be better for encapsulating logic
      
      STYLE: remove unused Istream::readEndBegin() function
      bdc1c9bf
  7. Jul 28, 2019
  8. Jul 26, 2019
  9. Jul 23, 2019
  10. Jul 30, 2019
  11. Jul 19, 2019
  12. Jul 18, 2019
  13. Jul 16, 2019
  14. Jul 15, 2019
  15. Jul 12, 2019
  16. Jul 17, 2019
  17. Jul 16, 2019
  18. Jul 15, 2019
  19. Jul 14, 2019
  20. Jul 09, 2019
    • Mark OLESEN's avatar
      ENH: support different iso-algorithms (#1374) · 7805fb45
      Mark OLESEN authored
      - add an 'isoAlgorithm' keyword to distance surface and cutting plane
        to advance further testing of the isoSurfaceTopo algorithm.
      
        Does not yet handle the full spectrum of bound boxes, cellZones etc.
      7805fb45
  21. Jul 12, 2019