Skip to content
Snippets Groups Projects
  1. May 22, 2009
  2. May 21, 2009
  3. 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
  4. May 07, 2009
  5. May 05, 2009
  6. Apr 02, 2009
  7. Mar 11, 2009
  8. Mar 09, 2009
  9. Mar 01, 2009
  10. Feb 13, 2009
  11. Jan 14, 2009
  12. Jan 12, 2009
  13. Jan 05, 2009
  14. Dec 31, 2008
  15. Dec 18, 2008
  16. Dec 16, 2008
  17. 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
  18. 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
  19. Dec 10, 2008
  20. Nov 29, 2008
  21. Nov 27, 2008
    • sergio's avatar
      basic.H · 747db59c
      sergio authored
      XiModel.H
      SCOPELaminarFlameSpeed.H
      basicXiSubXiEq.H
      basicXiSubG.H
      Doxyfile (include PATH to OpenCFD Macros)
      doxyFilt (include class documentation in /src)
      747db59c
  22. Nov 23, 2008
  23. Nov 21, 2008
  24. Nov 10, 2008
    • Mark Olesen's avatar
      foamNew templates: · c8de1c15
      Mark Olesen authored
        - add static/protected member function subsections
        - static members up front, constructors/destructors next
          private/protected/public members next
      c8de1c15
  25. Oct 22, 2008
    • Mark Olesen's avatar
      bin/ wmake/ script updates · 50a2ddfc
      Mark Olesen authored
        - send error messages to stderr
        - added -h/-help options where some were missing
        - changed 3-space to 4-space indentation
        - where possible, allow multiple directories from the command-line
      50a2ddfc
  26. Oct 02, 2008
  27. Sep 12, 2008
  28. Aug 10, 2008
  29. Aug 09, 2008
  30. Aug 08, 2008
    • Mark Olesen's avatar
      paraFoam improvements · 752c8eae
      Mark Olesen authored
        - only create (and remove) case.OpenFOAM file if it doesn't already exist
        - new -touch option just generates case.OpenFOAM file and exits
        - new -region option to create case=regionName.OpenFOAM file
          (the delimiter may change in the future)
      752c8eae
    • Mark Olesen's avatar
    • Mark Olesen's avatar
      adjusted and improved buildParaView script · 851abe76
      Mark Olesen authored
        - usage, explicit -fast option for rebuilding new -mpi, -python, -mesa
          options for specifying alternative modules to include without editing
          the file
        - the build options can also be grabbed from the script name itself.
          eg, the soft-link buildParaView3.3-cvs-python specifies that the python
          module should be included
        - misc. cleanup in tools/buildParaViewFunctions: give the user some
          feedback about the python version, set all variables at the bottom
          of the file rather between initialise and build.
        - be more careful when changing the hard-links to avoid the find
          '-execdir' option (fails when the user has '.' in the path), and
          do separate find/loop/grep/sed on the files to avoid touching too many
          files and ruining a later rebuild stage.
      
      Notes:
        - the cmake uses -DCMAKE_INSTALL_PREFIX=$PARAVIEW_APP_DIR, but this
          variable isn't defined anywhere.
      851abe76
    • Mark Olesen's avatar