- Aug 06, 2018
-
-
Vít Hanousek authored
double works, not tested for other types.
-
Vít Hanousek authored
-
- Aug 05, 2018
-
-
Jakub Klinkovský authored
Refactoring See merge request mmg/tnl-dev!3
-
- Aug 03, 2018
-
-
Vít Hanousek authored
-
Vít Hanousek authored
-
Vít Hanousek authored
-
Vít Hanousek authored
-
Vít Hanousek authored
-
Vít Hanousek authored
-
- Aug 02, 2018
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Aug 01, 2018
-
-
Vít Hanousek authored
-
- Jul 22, 2018
-
-
Tomáš Oberhuber authored
-
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
-
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
-
Tomáš Oberhuber authored
-
- Jul 09, 2018
-
-
Vít Hanousek authored
Conflicts: src/TNL/Communicators/MpiCommunicator.h
-
Vít Hanousek authored
Preapare Distributed Grids for Communication groups (aka MPI Communicator)
-
- Jul 08, 2018
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
Content moved to src/Python/__init__.py.in
-
Jakub Klinkovský authored
RAII is a thing :-P
-
Jakub Klinkovský authored
New tests are in src/UnitTests/Containers/
-
Jakub Klinkovský authored
New tests are in src/UnitTests/Containers/Multimaps/
-
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
-
Jakub Klinkovský authored
It is not used in current code, it was used only in some legacy benchmarks.
-