- Aug 03, 2018
-
-
Vít Hanousek authored
-
Vít Hanousek authored
-
Vít Hanousek authored
-
- Jul 20, 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 09, 2018
-
-
Vít Hanousek authored
Preapare Distributed Grids for Communication groups (aka MPI Communicator)
-
- Jun 18, 2018
-
-
Vít Hanousek authored
-
- Jun 12, 2018
-
-
Vít Hanousek authored
Fix Auto distribution when no distribution is specified.
-
- Jun 10, 2018
-
-
Tomáš Oberhuber authored
Added parallel reduction to communicators.
-
- Jun 06, 2018
-
-
Tomáš Oberhuber authored
Added command line arguments for a grid domain decomposition setup.
-
- 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.
-
- May 05, 2018
-
-
Vít Hanousek authored
-
Vít Hanousek authored
Conflicts: src/TNL/Problems/HeatEquationProblem_impl.h src/TNL/Solvers/PDE/ExplicitUpdater.h
-
Vít Hanousek authored
-
- Mar 08, 2018
-
-
Vít Hanousek authored
-
Vít Hanousek authored
-
- Feb 21, 2018
-
-
Vít Hanousek authored
-
- Feb 05, 2018
-
-
Vít Hanousek authored
-
- Jan 17, 2018
-
-
Vít Hanousek authored
Only MPICommunicator and DistributedGrid is implemented.
-
- Dec 04, 2017
-
-
Vít Hanousek 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 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
-