Skip to content
Snippets Groups Projects
  1. Sep 27, 2016
    • 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
      Removed TimerCPU and TimerRT classes · 40dacbba
      Jakub Klinkovský authored
      40dacbba
    • Jakub Klinkovský's avatar
      Fixed bug in MeshFunction.bind method · e27569c0
      Jakub Klinkovský authored
      e27569c0
    • Jakub Klinkovský's avatar
      Moved solver monitor execution into separate thread · 0d003700
      Jakub Klinkovský authored
      Plus the associated revamping of the SolverStarter. Also
      ODESolverMonitor has been removed as its functionality has been merged
      into the IterativeSolverMonitor.
      0d003700
    • 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
  2. Sep 26, 2016
  3. Sep 03, 2016
  4. Aug 24, 2016
  5. Aug 23, 2016
  6. Aug 21, 2016
  7. Aug 20, 2016
  8. Aug 19, 2016
  9. Aug 18, 2016
Loading