Skip to content
Snippets Groups Projects
  1. Nov 26, 2014
    • Markus Blatt's avatar
      [cmake] Allow for custom sections in automatically generated package configuration files. · d9c83729
      Markus Blatt authored
      In dune-grid we want to export the path to the grid example files. To do this
      without a handwritten package configuration file, We add a custom section
      to it that can be filled by the modules using the variable DUNE_CUSTOM_PKG_CONFIG_SECTION
      before finalizing the cmake build system. For dune-grid we export the variable
      DUNE_MODULE_SRC_DOCDIR that points to the installed documentation and the path to
      the source files of the documenation in the installed and not-installed module, respectively.
      d9c83729
    • Christoph Grüninger's avatar
      [CMake] Make warning less screaming if a module was not found. · 17d900ab
      Christoph Grüninger authored
      Suggested modules are quite often not available and for a large
      number of suggested modules the output is very cluttered.
      The error message is anyway printed manually.
      17d900ab
  2. Nov 25, 2014
  3. Nov 23, 2014
  4. Nov 21, 2014
  5. Nov 19, 2014
  6. Nov 15, 2014
  7. Nov 13, 2014
    • Jö Fahlke's avatar
      [doc][stackobject_to_shared_ptr()] Improve documentation. · 770f3ba9
      Jö Fahlke authored
      Add "@relatesalso null_deleter", this includes the documentation for the
      function with null_deleter but also leaves a standalone version.  Document
      what is so special about the shared_ptr the function returns.  Mention the
      #include needed to get the function.
      770f3ba9
  8. Nov 08, 2014
  9. Nov 07, 2014
  10. Nov 06, 2014
    • Oliver Sander's avatar
      Rip out the complete test for eigenValuesNonSym and replace it by the Rosser... · b9e712ac
      Oliver Sander authored
      Rip out the complete test for eigenValuesNonSym and replace it by the Rosser matrix test from fieldmatrixtest.cc
      
      The old test was complete nonsense: an implementation of some sort of strange
      undocumented shape function set that happened to need eigenvalues for something.
      Lots of undocumented code, and no checks at all whether the values obtained
      by eigenValuesNonSym actually make sense.
      
      Only, for the particular choice of parameters used, eigenValuesNonSym was never
      called.  Yes, you read this correctly: these hundreds of lines of code didn't
      actually test anything.
      
      The new test is copied form fieldmatrixtest.cc and adapted for DynamicMatrix
      types.  It computes eigenvalues of a given 8x8 matrix and compares with the known
      results.  Unfortunately, the test matrix is only symmetric.  Tests with more
      general matrices are left for another day.
      b9e712ac
    • Oliver Sander's avatar
      eigenValuesNonSym: Set size of the output vector before filling it · da604ca5
      Oliver Sander authored
      Rather than assuming the caller has set it to the correct size already.
      Setting the size in the method eigenValuesNonSym itself makes code
      more robust.  Plus, the time needed for that should be negligible
      compared to the actual eigenvalue computations.
      da604ca5
  11. Nov 02, 2014
  12. Oct 29, 2014
  13. Oct 28, 2014
  14. Oct 27, 2014
  15. Oct 17, 2014
  16. Oct 14, 2014
  17. Oct 13, 2014
  18. Oct 10, 2014
  19. Oct 08, 2014
Loading