Skip to content
Snippets Groups Projects
  1. Jun 12, 2009
  2. Jun 01, 2009
  3. May 18, 2009
  4. May 13, 2009
    • Mark Olesen's avatar
      renamed buildParaView3.5-cvs -> buildParaView and reworked · 2aec8f28
      Mark Olesen authored
      - get version from $ParaView_VERSION or from -version option
      - added QT gui support (useful when compiling enGrid)
      - update files for finding cmake-2.6.4 as well
      - added bin/engridFoam for calling a version of enGrid that uses the
        paraview libraries compiled with/for OpenFOAM
      - added foam3rdParty change directory alias
      2aec8f28
  5. May 11, 2009
  6. May 08, 2009
    • Mark Olesen's avatar
      minor cleanup of turbulence models · 19d951ce
      Mark Olesen authored
      - added constructor dictionary(const dictionary*) that also handles NULL
        pointers and makes it convenient to construct from a possibly nonexistent
        sub-dictionary:
        eg,
            dictionary dict2(dict1.subDictPtr("someDict"));
      
      - make some of the turbulence Coeffs sub-dictionary optional.
        Their contents are all 'lookupOrAddDefault' anyhow.
      
      - in turbulentMixingLength BCs, skip namespace qualifier in template
        (eg, <RASModel> vs. <compressible::RASModel>)
      
      - change comments from 'turbulenceProperties' to RASProperties/LESProperties
      
      - consistency between compressible/incompressible - no separate file for
        'New' selector etc
      
      - consistency in accessing the model coefficients.
        Use method coeffDict() for const access.
        Use protected data member coeffDict_ for read/write access.
      
      - document model coefficients in etc/constant/RASProperties.
        Need the same for LESProperties before we can prune these from the
        tutorials.
      19d951ce
  7. Apr 30, 2009
  8. Apr 16, 2009
  9. Apr 02, 2009
  10. Apr 01, 2009
  11. Mar 28, 2009
  12. Mar 16, 2009
  13. Mar 09, 2009
    • Mark Olesen's avatar
      updated DebugSwitches, surfaceWriter · 6ecdf4fc
      Mark Olesen authored
      - added obj surfaceWriter
      - don't bother with prepended field names on obj and stl surfaceWriter.
        It fills the disk and suggests differences where there are none.
      6ecdf4fc
  14. Feb 05, 2009
  15. Feb 02, 2009
  16. Jan 23, 2009
  17. Jan 20, 2009
  18. Jan 16, 2009
  19. Jan 12, 2009
  20. Jan 09, 2009
  21. Jan 08, 2009
  22. Jan 06, 2009
  23. Dec 31, 2008
  24. Dec 16, 2008
  25. Dec 15, 2008
    • Mark Olesen's avatar
      update build scripts and etc/apps/paraview3 settings for paraview-3.5 (cvs) · 49bbb29a
      Mark Olesen authored
      - The new cmake seems to be even smarter. If we try to use env variables in
        the .cmake files (eg, with And's sed fixup), they are rewritten in a
        subsequent re-make and take much longer).  Adjusting the compiler values
        themselves causes a full remake. On the positive side, disabling the rpath
        seems to mean we may not need any of this.
      
        In summary - yuck!
      49bbb29a
  26. Dec 13, 2008
    • Mark Olesen's avatar
      buildParaView changes · aa522c93
      Mark Olesen authored
      - set CMAKE_INSTALL_PREFIX:PATH now
      - allow separation between -config/-make/-install stages
      - update for cmake 2.6
      aa522c93
  27. Dec 11, 2008
  28. Nov 27, 2008
  29. Nov 19, 2008
  30. Nov 05, 2008
  31. Oct 29, 2008
  32. Oct 27, 2008
  33. Oct 23, 2008
  34. Oct 21, 2008
  35. Oct 17, 2008
  36. Oct 16, 2008