- Dec 29, 2021
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Dec 09, 2021
-
-
Jakub Klinkovský authored
Fixes #93
-
Jakub Klinkovský authored
Mostly file renaming, also removed useless #includes.
-
- Dec 02, 2021
-
-
Jakub Klinkovský authored
-
- Apr 19, 2019
-
-
Jakub Klinkovský authored
-
- Feb 09, 2019
-
-
Jakub Klinkovský authored
[ci skip]
-
- Oct 19, 2018
-
-
Nina Džugasová authored
-
- Oct 04, 2018
-
-
Jakub Klinkovský 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
The vector view types have to be passed by value, because pass by reference does not consider the converting constructors.
-
Jakub Klinkovský authored
-