Skip to content
Snippets Groups Projects
  1. Apr 26, 2017
  2. Apr 22, 2017
  3. Apr 21, 2017
  4. Apr 05, 2017
  5. Apr 02, 2017
  6. Mar 31, 2017
  7. Mar 27, 2017
  8. Mar 23, 2017
  9. Nov 30, 2016
  10. Nov 29, 2016
  11. Nov 10, 2016
  12. Oct 15, 2016
  13. Oct 12, 2016
  14. Oct 09, 2016
  15. Oct 08, 2016
  16. Oct 06, 2016
  17. Oct 02, 2016
  18. Sep 28, 2016
  19. Sep 27, 2016
    • Jakub Klinkovský's avatar
    • Jakub Klinkovský's avatar
      Fixed issues reported in compiler warnings · 58e7adde
      Jakub Klinkovský authored
      - base class with non-virtual destructor causes undefined behaviour
      - missing return statements at the end of non-void functions
      - missing const before char* function argument
      - reordered initialization of class members
      - misleading indentation after for statement
      - fixed use of uninitialized variables
      - fixed unsequenced modification and access to variables (the C++
        standard does not define the evaluation order of operands, so
        expressions with side-effects such as j++ cause undefined behaviour)
      58e7adde
    • Jakub Klinkovský's avatar
      Passing TraverserUserData via SharedPointer · a768f494
      Jakub Klinkovský authored
      Apart from squashing begin, end, entityOrientation and entityBasis
      parameters into TraverserKernelData, this does not improve performance
      of the LinearSystemAssembler, ExplicitUpdater etc., but in tnl-mhfem it
      allows us to pass MeshDependentData, which is already available as a
      SharedPointer, directly to the grid traverser without duplicating the
      transfer to GPU.
      a768f494
  20. Sep 13, 2016
  21. Sep 08, 2016
  22. Aug 21, 2016
  23. Aug 20, 2016
  24. Aug 19, 2016
  25. Aug 18, 2016
Loading