- Aug 16, 2018
-
-
Tomáš Oberhuber authored
Implemented Array:containsOnlyValue. Restored implementation of ArrayOperations::memoryCompare on host.
-
Vít Hanousek authored
-
Vít Hanousek authored
-
- Aug 15, 2018
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Aug 14, 2018
-
-
Tomáš Oberhuber authored
Build of tools can be turned-off. Grid traversers for 1D and 2D has been rewritten using subdomain overlaps.
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Aug 13, 2018
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
Implemented a method Array::checkValue which returns true only if there is an element with given value in the array.
-
Tomáš Oberhuber authored
-
- Aug 09, 2018
-
-
Tomáš Oberhuber authored
-
- Aug 07, 2018
-
-
Tomáš Oberhuber authored
-
- Aug 06, 2018
-
-
Vít Hanousek authored
double works, not tested for other types.
-
Jakub Klinkovský authored
I don't understand how it could work on the small grids...
-
- Aug 03, 2018
-
-
Vít Hanousek authored
-
Vít Hanousek authored
-
Vít Hanousek authored
-
Vít Hanousek authored
-
- Aug 02, 2018
-
-
Tomáš Oberhuber authored
-
- Aug 01, 2018
-
-
Vít Hanousek authored
-
- Jul 22, 2018
-
-
Tomáš Oberhuber authored
-
- Jul 20, 2018
-
-
Vít Hanousek authored
-
- Jul 19, 2018
-
-
Vít Hanousek authored
-
- Jul 13, 2018
-
-
Vít Hanousek authored
-
Vít Hanousek authored
Add StaticVectorFor - for cycle doing all combinations of directions Heavy Refactorization of DistributedGrids: -> Reordered Directions -> Add some useless Direction helper functions -> Set Up DistributedGrid_Base - shared base with dim template parameter -> Add support for communicationGroup created for DistributedGrid (MPI communicator support)
-
- Jul 11, 2018
-
-
Jakub Klinkovský authored
-
Tomáš Oberhuber authored
-
- Jul 09, 2018
-
-
Vít Hanousek authored
Preapare Distributed Grids for Communication groups (aka MPI Communicator)
-
- Jul 08, 2018
-
-
Jakub Klinkovský authored
The Host class was combining too many things...
-
Jakub Klinkovský authored
It actually does not affect anything...
-
Jakub Klinkovský authored
-
- Jul 07, 2018
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
Why do problems have this method anyway? It was obviously never used...
-
Jakub Klinkovský authored
When type traits for the "double-float" or "double-double" types are needed, they should be added as specializations of the std::numeric_limits template in some of the TNL header files.
-
Jakub Klinkovský authored
There were 2 problems: - it does not belong into a numerical library - the approach with hardcoded escape codes is not portable even on Linux There are separate libraries which solve both of these issues much more nicely, they should be used instead.
-
Jakub Klinkovský authored
-
Tomáš Oberhuber authored
-