Skip to content
Snippets Groups Projects
  1. Feb 22, 2021
  2. Nov 13, 2019
  3. Nov 06, 2019
  4. Apr 24, 2018
    • Mark OLESEN's avatar
      ENH: improve handling of ThirdParty packages · b4d38ab4
      Mark OLESEN authored
      - generalize some of the library extensions (.so vs .dylib).
        Provide as wmake 'sysFunctions'
      
      - added note about unsupported/incomplete system support
      
      - centralize detection of ThirdParty packages into wmake/ subdirectory
        by providing a series of scripts in the spirit of GNU autoconfig.
        For example,
      
            have_boost, have_readline, have_scotch, ...
      
        Each of the `have_<package>` scripts will generally provide the
        following type of functions:
      
            have_<package>          # detection
            no_<package>            # reset
            echo_<package>          # echoing
      
        and the following type of variables:
      
            HAVE_<package>          # unset or 'true'
            <package>_ARCH_PATH     # root for <package>
            <package>_INC_DIR       # include directory for <package>
            <package>_LIB_DIR       # library directory for <package>
      
        This simplifies the calling scripts:
      
            if have_metis
            then
                wmake metisDecomp
            fi
      
        As well as reducing clutter in the corresponding Make/options:
      
            EXE_INC = \
                -I$(METIS_INC_DIR) \
                -I../decompositionMethods/lnInclude
      
            LIB_LIBS = \
                -L$(METIS_LIB_DIR) -lmetis
      
        Any additional modifications (platform-specific or for an external build
        system) can now be made centrally.
      b4d38ab4
  5. Feb 18, 2017
    • Henry Weller's avatar
      thermophysicalProperties: New base-class for liquidProperties and in the future gasProperties · d2be6454
      Henry Weller authored
      Description
          Base-class for thermophysical properties of solids, liquids and gases
          providing an interface compatible with the templated thermodynamics
          packages.
      
      liquidProperties, solidProperties and thermophysicalFunction libraries have been
      combined with the new thermophysicalProperties class into a single
      thermophysicalProperties library to simplify compilation and linkage of models,
      libraries and applications dependent on these classes.
      d2be6454
  6. Nov 13, 2016
  7. Jun 24, 2016
  8. Feb 15, 2016
  9. Jan 11, 2015
  10. Dec 14, 2014
  11. Oct 31, 2012
  12. Oct 19, 2012
  13. Aug 23, 2012
    • Henry's avatar
      Thermodynamics: Rationalised the base classes for fluid and solid thermo. · 8f4b56b3
      Henry authored
      New base class for fluid and solid thermo: veryBasicThermo
      Base class for fluid thermo: basicThermo (derived from veryBasicThermo)
      Base class for solid thermo: solidThermo (derived from veryBasicThermo)
      
      Note in next commit basicThermo -> fluidThermo, veryBasicThermo -> basicThermo
      8f4b56b3
  14. Jun 06, 2011
  15. Jun 02, 2011
  16. Mar 08, 2011
  17. Mar 01, 2011
  18. Feb 25, 2011
  19. Feb 01, 2011
  20. Jan 28, 2011
  21. Jan 27, 2011
  22. Jan 26, 2011
  23. Dec 08, 2010
  24. Sep 06, 2010
  25. Jun 11, 2010
  26. Sep 09, 2009
  27. Jun 10, 2009
  28. Sep 19, 2008
  29. May 09, 2008
  30. Apr 15, 2008