- Feb 21, 2018
-
-
Vít Hanousek authored
-
- Jan 09, 2018
-
-
Jakub Klinkovský authored
-
- Dec 04, 2017
-
-
Vít Hanousek authored
-
- Nov 20, 2017
-
-
Vít Hanousek authored
-
- Nov 12, 2017
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
Implementation of TimeIndependentPDESolver.
-
- Nov 10, 2017
-
-
Tomáš Oberhuber authored
-
- Jul 03, 2017
-
-
Jakub Klinkovský authored
This is particularly useful for debugging long simulations which don't fail soon.
-
Jakub Klinkovský authored
-
- Jul 02, 2017
-
-
Jakub Klinkovský authored
-
- Jun 21, 2017
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Jun 13, 2017
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Apr 26, 2017
-
-
Tomáš Oberhuber authored
-
- Apr 22, 2017
-
-
Tomáš Oberhuber authored
-
- Mar 21, 2017
-
-
Tomáš Oberhuber authored
-
- Jan 26, 2017
-
-
Tomáš Oberhuber authored
-
- Jan 05, 2017
-
-
Tomáš Oberhuber authored
-
- Nov 29, 2016
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Nov 09, 2016
-
-
Jakub Klinkovský authored
-
- Nov 08, 2016
-
-
Tomáš Oberhuber authored
-
- Oct 15, 2016
-
-
Jakub Klinkovský authored
-
- Oct 09, 2016
-
-
Tomáš Oberhuber authored
-
- Oct 07, 2016
-
-
Tomáš Oberhuber authored
-
- Oct 02, 2016
-
-
Tomáš Oberhuber authored
-
- Sep 28, 2016
-
-
Jakub Klinkovský authored
This reverts commit 40379dcf.
-
Tomáš Oberhuber authored
-
- Sep 27, 2016
-
-
Jakub Klinkovský authored
-
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)
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
Plus the associated revamping of the SolverStarter. Also ODESolverMonitor has been removed as its functionality has been merged into the IterativeSolverMonitor.
-
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.
-
- Sep 26, 2016
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-