- Jan 29, 2018
-
-
Jakub Klinkovský authored
-
- Jan 09, 2018
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Dec 21, 2017
-
-
Jakub Klinkovský authored
-
- Dec 02, 2017
-
-
Jakub Klinkovský authored
-
- Nov 12, 2017
-
-
Tomáš Oberhuber authored
-
Jakub Klinkovský authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
Implementation of TimeIndependentPDESolver.
-
- Nov 10, 2017
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Nov 09, 2017
-
-
Tomáš Oberhuber authored
-
- Nov 06, 2017
-
-
Jakub Klinkovský authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Nov 05, 2017
-
-
Jakub Klinkovský authored
-
- Nov 04, 2017
-
-
Jakub Klinkovský authored
-
- Oct 26, 2017
-
-
Jakub Klinkovský authored
-
- Oct 23, 2017
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Oct 20, 2017
-
-
Jakub Klinkovský authored
- used variadic templates to avoid code bloat - added execHost static method to avoid nvcc warnings
-
- Oct 18, 2017
-
-
Jakub Klinkovský authored
-
- Oct 17, 2017
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
- separate data types for input arrays of binary operations (necessary for the equality comparison of two arrays of different type) - added separate template parameter for ResultType, which defaults to the RealType (the goal is to allow sum of bool vectors into int instead of bool)
-
Jakub Klinkovský authored
-
- Oct 14, 2017
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Oct 05, 2017
-
-
Tomáš Oberhuber authored
-
- Aug 07, 2017
-
-
Jakub Klinkovský authored
-
- Aug 04, 2017
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
- Use math function from TNL/Math.h instead of the standard library - Many cosmetic changes for readability
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
- The inherited operator= is weird, but this seems to work. - Use TNL::pow instead of std::pow etc.
-