Skip to content
Snippets Groups Projects
  1. Feb 21, 2012
  2. Feb 14, 2012
  3. Feb 03, 2012
  4. Feb 02, 2012
  5. Jan 03, 2012
  6. Jan 02, 2012
  7. Dec 20, 2011
  8. Dec 19, 2011
  9. Dec 16, 2011
  10. Sep 29, 2011
  11. 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
  12. Apr 28, 2011
  13. Feb 21, 2011
  14. Feb 03, 2011
  15. Jan 19, 2011
  16. Jan 18, 2011
  17. Dec 14, 2010
  18. Sep 21, 2010
  19. Jul 16, 2010
  20. Jul 13, 2010
Loading