- Jan 17, 2018
-
-
Vít Hanousek authored
Only MPICommunicator and DistributedGrid is implemented.
-
- Jan 09, 2018
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Nov 29, 2017
-
-
Vít Hanousek authored
Allow existance of non setup synchronizer object. MeshFunction creates grid synchronizer automagicli with binding. (only if distr grid was chnged)
-
- Nov 06, 2017
-
-
Vít Hanousek authored
There is shor test of this stuff for 1D 2D and 3D. Relpaced tabs with 4spaces.
-
- Oct 17, 2017
-
-
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)
-
- Oct 14, 2017
-
-
Jakub Klinkovský authored
-
- Oct 05, 2017
-
-
Vít Hanousek authored
Improve of DistributedGrid: Distributed grid teak overlap size as parameter.
-
- Sep 15, 2017
-
-
Vít Hanousek authored
-
Vít Hanousek authored
Test 3Ddistribuovaného gridu. Chybí test sousedů, je limitován na 27 procesorů, netestuje 1D či 2D distribuci nodů.
-
- Sep 10, 2017
-
-
Vít Hanousek authored
Lihgt refactorization of 1D and 2D distributedGridSynchronizer. Now hav same interface as 3D distributedGridSynchronizer and function Synchronize is lighter.
-
- Sep 08, 2017
-
-
Vít Hanousek authored
1)Traversar writes to Boundary -- known BUG - this travarsar will write boundary condition in overlap too -- test is forcet to accept this 2)Traversar writes to Interior entities 3)Traversar writes to Allentities 4)Traversar writes its rank into AllEntities and then mesh si synchronized. Check Overlaping entities that data come from correct neibrouh 5)Traversar writes Linear function into AllEntities and then mesh is synchronized. All entities are checked that it has correc value. Limitations: Test run only on 9 process by code -> only regular 2D distribution of process is checked. Linear distribution is not chceked. Test run only for double as RealType of DOF. Only one size of global mesh is tested.
-
Vít Hanousek authored
-
- Aug 04, 2017
-
-
Jakub Klinkovský authored
Long live clang for pointing this out!
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
Standard CMAKE_CXX_FLAGS are a space-delimited list, but our CXX_TESTS_FLAGS are manually passed to CUDA_ADD_EXECUTABLE, which expects a semicolon-delimited list. Blame cmake for such a crazy language...
-
Jakub Klinkovský authored
-
- Jul 31, 2017
-
-
Jakub Klinkovský authored
-
- Jul 30, 2017
-
-
Jakub Klinkovský authored
-
- Jul 16, 2017
-
-
Tomáš Oberhuber authored
-
- Jul 14, 2017
-
-
Jakub Klinkovský authored
-
- Jul 03, 2017
-
-
Jakub Klinkovský authored
-
- Jul 02, 2017
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Jun 25, 2017
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Jun 24, 2017
-
-
Jakub Klinkovský authored
-
- Jun 22, 2017
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Jun 21, 2017
-
-
Jakub Klinkovský authored
-
- Jun 13, 2017
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Apr 21, 2017
-
-
Tomáš Oberhuber authored
-
- Jan 06, 2017
-
-
Jakub Klinkovský authored
The original algorithm used space as one of the separators between types in template parameter lists, so as a result "A< short int >" was parsed into a list of ("A", "short", "int").
-
- Nov 19, 2016
-
-
Jakub Klinkovský authored
-