This project is mirrored from https://gitlab.dune-project.org/extensions/dune-alugrid.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Oct 12, 2015
-
-
Robert K authored
-
Robert K authored
-
Robert K authored
-
Robert K authored
-
Robert K authored
-
Robert K authored
-
Robert K authored
-
Robert K authored
-
Robert K authored
-
Robert K authored
-
Robert K authored
- recreateBoundaryIds lead to dead lock for 2d grids
-
Martin Nolte authored
-
Martin Nolte authored
If Zoltan is found, the ALUGrid library wants to link against it, see dune/alugrid/impl/parallel/gitter_pll_ldb.cc. Therefore, any executables using the alugrid library must link against the Zoltan libraries.
-
Robert K authored
-
Robert K authored
ALUs comm.
-
Robert K authored
-
Robert K authored
-
Robert K authored
-
Martin Nolte authored
-
dedner authored
This led to problems for example with choosing the right constructor for GridFactory("name")
-
- Oct 11, 2015
- Oct 09, 2015
-
-
Robert K authored
-
Tobias Malkmus authored
-
- Oct 07, 2015
- Oct 02, 2015
-
-
Martin Nolte authored
-
- Sep 14, 2015
-
-
Andreas Dedner authored
1) the dgf base class was not passing the communicator on to the grid factory 2) due to a default parameter the protected constructor was used when passing a communicator to the factory - removed default parameter seems to not cause any problem
-
- Sep 06, 2015
- Aug 18, 2015
-
-
Andreas Dedner authored
Problem is that with surface grids two elements can have the same barycenter and would have only been added once into the map leading to missing elements in the grid construction. Using a multimap is probably not the best solution since elements with the same barycenter would be sorted to lie directly next to each other but probably they are on opposite sides of the surface. Since will not lead to a good partitioning...
-
- Aug 12, 2015
-
-
Robert Kloefkorn authored
-