- Oct 12, 2016
-
-
Tomáš Oberhuber authored
-
- Oct 09, 2016
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Jakub Klinkovský authored
-
- Oct 08, 2016
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Oct 07, 2016
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Oct 06, 2016
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Oct 05, 2016
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
Added CWYGMRES solver (GMRES using Hauseholder orthogonalization and the compact CWY representation)
-
Jakub Klinkovský authored
-
- Oct 03, 2016
-
-
Jakub Klinkovský authored
-
- Oct 02, 2016
-
-
Tomáš Oberhuber authored
-
Jakub Klinkovský authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Oct 01, 2016
-
-
Tomáš Oberhuber authored
-
- Sep 30, 2016
-
-
Tomáš Oberhuber authored
Conflicts: src/TNL/CMakeLists.txt src/TNL/Devices/Cuda.cpp src/TNL/Meshes/GridDetails/GridTraverser_impl.h src/TNL/Problems/HeatEquationProblem.h src/TNL/Solvers/ODE/ExplicitSolver.h src/TNL/TimerCPU.h src/TNL/TimerRT.h
-
Jakub Klinkovský authored
The original method for detecting changes to the wrapped objects (using the 'modified' bool flag) is used to avoid unnecessary calls to std::memcmp.
-
Jakub Klinkovský authored
All dynamically allocated objects in the smart pointers were aggregated into a single structure to avoid the number of dynamic allocations, decrease the size of the smart pointer classes and to make the code more readable.
-
- Sep 28, 2016
-
-
Jakub Klinkovský authored
This reverts commit 40379dcf.
-
Jakub Klinkovský authored
This will indicate to the user that the data will not be modified in the solver. I think that it's not necessary to differentiate between e.g. MatrixPointer and MatrixConstPointer, because these are implicitly mutually assignable.
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Sep 27, 2016
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
This might happen e.g. if lazy is true and synchronize() is called before the objects are created,
-