- Feb 14, 2019
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Jan 25, 2019
-
-
- added compatibility code for periodic-BC - this part of code needs discusion if work corectly
-
have same sizes at standard communication. -distributedGridSynchronizer was moved.
-
- without PeriodicBC implementation - SubdomainOverlapGetter has changed interface -> need more updates, only basic grid tests work
-
bad interpretation of lower and upper overlap.
-
- Sep 16, 2018
-
-
Jakub Klinkovský authored
- There is an RAII wrapper called ScopedInitializer to handle finalization due to C++ exceptions and to avoid calls to Finalize in all exit branches. - Fixed signature of MpiCommunicator::Init to match that of MPI_Init.
-
- Sep 11, 2018
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Sep 02, 2018
-
-
Tomáš Oberhuber authored
-
- Aug 17, 2018
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Aug 16, 2018
-
-
Tomáš Oberhuber authored
-
- Aug 15, 2018
-
-
Tomáš Oberhuber authored
-
- Aug 14, 2018
-
-
Tomáš Oberhuber authored
-
- Aug 13, 2018
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Jul 20, 2018
-
-
Vít Hanousek authored
-
- Jul 09, 2018
-
-
Vít Hanousek authored
Preapare Distributed Grids for Communication groups (aka MPI Communicator)
-
- Jun 04, 2018
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
TNL compiles with MPI by default.
-
- Jun 01, 2018
-
-
Tomáš Oberhuber authored
TNL compiles with MPI by default.
-
- May 31, 2018
-
-
Vít Hanousek authored
-
Tomáš Oberhuber authored
TNL compiles with MPI by default.
-
- Feb 05, 2018
-
-
Vít Hanousek authored
-
- Jan 17, 2018
-
-
Vít Hanousek authored
Only MPICommunicator and DistributedGrid is implemented.
-
- 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 05, 2017
-
-
Vít Hanousek authored
Improve of DistributedGrid: Distributed grid teak overlap size as parameter.
-
- Sep 15, 2017
-
-
Vít Hanousek authored
-
- 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.
-