- Sep 15, 2018
-
-
Jakub Klinkovský authored
Even the methods for specializations without storage have to return something, which was not the case...
-
Jakub Klinkovský authored
The original was simpler/more readable and we require GCC 5.0 now. This reverts commit d920a278.
-
Jakub Klinkovský authored
The std::isnan method can be safely used in host code (if the compiler is not moron). There is no device code which uses isnan so the TNL::isNan function is useless. This reverts commit 0eff2f63.
-
Jakub Klinkovský authored
-
- Sep 13, 2018
-
-
Jakub Klinkovský authored
-
- Sep 12, 2018
-
-
Tomáš Oberhuber authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Tomáš Oberhuber authored
-
- Sep 11, 2018
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
This is closer to value_type which is used in STL containers.
-
Jakub Klinkovský authored
It has not been implemented in the past decade so it can be safely assumed that it is useless.
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Sep 10, 2018
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Sep 09, 2018
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Sep 08, 2018
-
-
Tomáš Oberhuber authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Tomáš Oberhuber authored
-
- Sep 07, 2018
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
- Replaced Constants.h with std::numeric_limits, see also https://jlk.fjfi.cvut.cz/gitlab/mmg/tnl-dev/issues/3 - Made the initialValue method of reduction opeerations static and constexpr.
-
- Sep 06, 2018
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
Added assertions to MpiCommunicator.h checking that MPI functions are not called with the null group
-
Jakub Klinkovský authored
-