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 07, 2015
- Oct 02, 2015
-
-
Martin Nolte authored
-
- Sep 15, 2015
-
-
Andreas Dedner authored
Merge branch 'paramerge' of https://users.dune-project.org/repositories/projects/dune-alugrid into paramerge
-
- 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 14, 2015
-
-
Robert K authored
-
- Aug 12, 2015
-
-
dedner authored
Merge branch 'paramerge' of https://users.dune-project.org/repositories/projects/dune-alugrid into paramerge
-
dedner authored
-
Robert Kloefkorn authored
-
Robert Kloefkorn 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
-
dedner authored
Merge branch 'paramerge' of https://users.dune-project.org/repositories/projects/dune-alugrid into paramerge
-
dedner authored
make work with surface grids - now all coordinates in the model are global. It would make more sense to change everything to local but that is too much work for now
-
alkaemper authored
now the if clause to get the twist and not whether the item is the same
-
alkaemper authored
Merge branch 'paramerge' of https://users.dune-project.org/repositories/projects/dune-alugrid into paramerge
-
alkaemper authored
an implementation for a levelintersectioniterator for conforming refinement, that is restricted to the macro level
-
- Aug 11, 2015
-
-
dedner authored
-
dedner authored
-
Robert K authored
-
Robert K authored
-
Martin Nolte authored
-
Martin Nolte authored
Because the CommDataHandleIF exports the DataType, it is indeed possible to check whether a type T is derived from (*) CommDataHandle< T, typenanme T::DataType >. We use this information to disable the generic method loadBalance( LBWeights ) in this case. Note: If someone passes a type U derived from a type T derived from (*), there is no way of checking this. In this case, the wrong method will be used, hopefully resulting in a compile time error.
-
Martin Nolte authored
Note: As a side effect, the iterator test triggers an error in the edge iterator of a 2d grid. Here, not all entities are visited.
-
Robert K authored
-
Robert K authored
-
Robert K authored
-
Robert K authored
Merge branch 'paramerge' of http://users.dune-project.org/repositories/projects/dune-alugrid into paramerge
-