- Apr 16, 2020
-
-
Jakub Klinkovský authored
-
- Feb 02, 2020
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Jan 27, 2020
-
-
Jakub Klinkovský authored
-
- Jan 07, 2020
-
-
Jakub Klinkovský authored
-
- Jan 02, 2020
-
-
Jakub Klinkovský authored
-
- Oct 25, 2019
-
-
Jakub Klinkovský authored
Moved (most of) static methods from TNL::Devices::Cuda as free functions into separate namespace TNL::Cuda The class TNL::Devices::Cuda was too bloated, breaking the Single Responsibility Principle. It should be used only for template specializations and other things common to all devices. The functions in MemoryHelpers.h are deprecated, smart pointers should be used instead. The functions in LaunchHelpers.h are temporary, more refactoring is needed with respect to execution policies and custom launch parameters.
-
- Oct 24, 2019
-
-
Jakub Klinkovský authored
Fixes #46
-
- Jul 14, 2019
-
-
Tomáš Oberhuber authored
-
- Apr 19, 2019
-
-
Jakub Klinkovský authored
-
- Mar 30, 2019
-
-
Jakub Klinkovský authored
Reference: https://stackoverflow.com/a/23766303 Documentation: https://cmake.org/cmake/help/latest/command/install.html#installing-directories
-
- Nov 21, 2018
-
-
- Sep 19, 2018
-
-
Tomáš Oberhuber authored
-
- Sep 09, 2018
-
-
Tomáš Oberhuber authored
-
- Sep 06, 2018
-
-
Tomáš Oberhuber authored
-
- Sep 05, 2018
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
Refactoring: replaced TNL::SharedPointer with std::shared_ptr for the linear solver and preconditioner The DeviceType capability does not matter because these objects are never passed to the device and we need to pass "shared_ptr<Derived>" as "shared_ptr<Base>".
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Sep 02, 2018
-
-
Tomáš Oberhuber authored
-
- Aug 26, 2018
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Aug 25, 2018
-
-
Tomáš Oberhuber authored
Fixed handling of the boundary conditions for explicit solver - introduced a method Problem::applyBoundaryConditions.
-
- Aug 24, 2018
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Aug 23, 2018
-
-
Tomáš Oberhuber authored
-
- Aug 22, 2018
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Aug 13, 2018
-
-
Tomáš Oberhuber authored
-
- Jul 15, 2018
-
-
Tomáš Oberhuber authored
-
- Jul 14, 2018
-
-
Tomáš Oberhuber authored
-
- Jun 10, 2018
-
-
Tomáš Oberhuber authored
Added parallel reduction to communicators.
-
- Jun 07, 2018
-
-
Vít Hanousek authored
-
- Jun 06, 2018
-
-
Tomáš Oberhuber authored
-