Skip to content
Snippets Groups Projects
  1. Sep 15, 2014
  2. Sep 08, 2014
  3. May 16, 2014
  4. May 09, 2014
  5. Feb 25, 2014
  6. Nov 15, 2013
  7. Oct 14, 2013
  8. Sep 19, 2013
  9. May 06, 2013
  10. May 03, 2013
  11. Mar 15, 2013
  12. Mar 11, 2013
  13. Oct 12, 2012
  14. Jul 20, 2012
  15. Feb 24, 2012
  16. Feb 21, 2012
  17. Feb 14, 2012
  18. Feb 03, 2012
  19. Feb 02, 2012
  20. Jan 03, 2012
  21. Jan 02, 2012
  22. Dec 20, 2011
  23. Dec 19, 2011
  24. Dec 16, 2011
  25. Sep 29, 2011
  26. Aug 23, 2011
    • Andreas Lauser's avatar
      introducing quad precision floating point support · 4b898fa4
      Andreas Lauser authored
      this is an aid for debugging precision problems. in order to use this,
      add --enable-quad to the CONFIGURE_FLAGS of your options file, re-run
      dunecontrol, include the header file "dumux/common/quad.hh" after
      config.h and *before* everything else. next, set the Scalar property
      to 'quad'. finally, you need to patch Dune::className() to not access
      the typeid method, for example by returning a constant string like
      "<unknown>" (so far, typeids are not yet generated for quad precision
      floating point values by GCC which I consider to be a compiler bug...)
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6534 2fb0f335-1f38-0410-981e-8018bf24f1b0
      4b898fa4
  27. Apr 28, 2011
  28. Feb 21, 2011
  29. Feb 03, 2011
  30. Jan 19, 2011
  31. Jan 18, 2011
  32. Dec 14, 2010
  33. Sep 21, 2010
  34. Jul 16, 2010
  35. Jul 13, 2010
Loading