- Dec 29, 2021
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Dec 09, 2021
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
Fixes #93
-
Jakub Klinkovský authored
Mostly file renaming, also removed useless #includes.
-
- Dec 02, 2021
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Sep 28, 2021
-
-
Jakub Klinkovský authored
Addresses #86
-
- Sep 27, 2021
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Sep 24, 2021
-
-
Jakub Klinkovský authored
Also fixed the header in Preconditioner.h
-
- Sep 16, 2021
-
-
Jakub Klinkovský authored
- removed wrapper functions: AllGroup, NullGroup, NullRequest - added MPI_COMM_WORLD and other handles to MPI/DummyDefs.h - renamed getCommunicationGroup to getCommunicator in all data structures - improved naming to match the MPI terminology: communicator instead of group
-
Jakub Klinkovský authored
-
- Aug 27, 2021
-
-
Jakub Klinkovský authored
-
- Jul 01, 2021
-
-
Jakub Klinkovský authored
- pointer from Grid to DistributedGrid is gone, instead the DistributedGrid has a localGrid attribute - Grid has new attributes: localBegin, localEnd, interiorBegin, interiorEnd (useful for traversers) - all tests work except for CutMeshFunction
-
Jakub Klinkovský authored
Setting up a distributed grid will be solved with a mesh reader via the function loadDistributedMesh.
-
Jakub Klinkovský authored
Notes: - saving and loading distributed mesh functions is commented out in various problems - PVTI reader/writer is needed - disabled compilation of DistributedVectorField and DistributedGridIO (the tests were already broken and not executed anyway)
-
- Jun 18, 2021
-
-
Jakub Klinkovský authored
-
- Mar 30, 2021
-
-
Jakub Klinkovský authored
The Experimental directory does not make much sense - there is a lot of experimental or just unused code in TNL, e.g. Images or Operators. - tests moved to the main UnitTests directory - added missing inclusion of the Algorithms tests directory to CMakeLists.txt
-
Jakub Klinkovský authored
This is more suitable location because the build config tags are used only by the GridTypeResolver and MeshTypeResolver classes.
-
Jakub Klinkovský authored
Refactoring: renamed TypeResolver.h to resolveMeshType.h and loadDistributedMesh.h to resolveDistributedMeshType.h
-
- Mar 29, 2021
-
-
Tomáš Oberhuber authored
-
- Mar 12, 2021
-
-
Tomáš Oberhuber authored
-