- Jan 25, 2019
-
-
Jakub Klinkovský authored
-
- Sep 29, 2018
-
-
Jakub Klinkovský authored
The former has been formally deprecated for a long time and in CUDA 10.0 it is finally properly marked as deprecated, so the compiler can print warnings.
-
- Sep 11, 2018
-
-
Jakub Klinkovský authored
It has not been implemented in the past decade so it can be safely assumed that it is useless.
-
- Sep 09, 2018
-
-
Tomáš Oberhuber authored
-
- Sep 02, 2018
-
-
Tomáš Oberhuber authored
-
- Aug 25, 2018
-
-
Tomáš Oberhuber authored
Fixed handling of the boundary conditions for explicit solver - introduced a method Problem::applyBoundaryConditions.
-
- Aug 22, 2018
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Aug 06, 2018
-
-
Jakub Klinkovský authored
I don't understand how it could work on the small grids...
-
- Jul 09, 2018
-
-
Vít Hanousek authored
Preapare Distributed Grids for Communication groups (aka MPI Communicator)
-
- Jul 07, 2018
-
-
Jakub Klinkovský authored
Why do problems have this method anyway? It was obviously never used...
-
- Jun 10, 2018
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
Added parallel reduction to communicators.
-
- May 05, 2018
-
-
- Jan 19, 2018
-
-
Jakub Klinkovský authored
-
- Jan 09, 2018
-
-
Jakub Klinkovský authored
-
- Nov 13, 2017
-
-
Vít Hanousek authored
-
- Aug 04, 2017
-
-
Jakub Klinkovský authored
-
- Jul 27, 2017
-
-
Tomáš Oberhuber authored
-
- Jul 02, 2017
-
-
Jakub Klinkovský authored
-
- Jun 21, 2017
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Jun 18, 2017
-
-
Jakub Klinkovský authored
-
- Mar 21, 2017
-
-
Tomáš Oberhuber authored
-
- Mar 08, 2017
-
-
Vít Hanousek authored
Implementace Array Operations pro MIC, vedoucí k zpřehlednění kódu -> kód použitý pro srovnávací test MIC-krakow, MIC-sharedpoiters, MIC-ArrayOperations
-
- Mar 02, 2017
-
-
Vít Hanousek authored
-
- Dec 23, 2016
-
-
Tomáš Oberhuber authored
-
- Oct 15, 2016
-
-
Jakub Klinkovský authored
-
- Oct 07, 2016
-
-
Tomáš Oberhuber authored
-
- Sep 27, 2016
-
-
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.
-
- Sep 13, 2016
-
-
Tomáš Oberhuber authored
-
- Sep 08, 2016
-
-
Tomáš Oberhuber authored
-
- Aug 28, 2016
-
-
Tomáš Oberhuber authored
-
- Aug 11, 2016
-
-
Tomáš Oberhuber authored
-
- Aug 08, 2016
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-