- Dec 16, 2017
-
-
Timo Koch authored
Communicate seems to be required by DefaultGridView. Throw an exception in loadBalance when the number of processes is greater than 1.
-
- Nov 28, 2017
-
-
Oliver Sander authored
Fix/initialize data members in initlist See merge request !37
-
- Nov 27, 2017
-
-
Timo Koch authored
It is now published in Archive of Numerical Software.
-
Timo Koch authored
-
Timo Koch authored
This called the forward iterator test two fail because two default constructed intersectioniterators didn't compare equal. Now that all members are properly initialized the test passes again.
-
Timo Koch authored
-
- Nov 16, 2017
-
-
Oliver Sander authored
[growth] Implement growthInsertionIndex for vertices See merge request !33
-
- Nov 13, 2017
-
-
Timo Koch authored
We also need to know which indices a vertex had at insertion in case we need to attach data to a vertex during growth. This was already implemented for elements, but is necessary for vertices too.
-
Timo Koch authored
-
Timo Koch authored
-
Oliver Sander authored
Use the new geometry types from GeometryTypes namespace See merge request !32
-
Timo Koch authored
-
- Nov 10, 2017
-
-
Oliver Sander authored
Update foamgrid maintainers See merge request !31
-
Oliver Sander authored
-
Oliver Sander authored
- Oct 27, 2017
-
-
Oliver Sander authored
[fix] Make headercheck compile by including entity in intersections See merge request !30
-
Timo Koch authored
-
- Oct 23, 2017
-
-
Ansgar Burchardt authored
-
- Oct 16, 2017
-
-
Oliver Sander authored
[fix] Deprecation warnings See merge request !28
-
- Oct 13, 2017
-
-
Kilian Weishaupt authored
-
- Sep 28, 2017
-
-
Oliver Sander authored
[id] Initialize the free id counter! See merge request !26
-
Timo Koch authored
-
- Sep 22, 2017
-
-
Oliver Sander authored
add support for dune-corepy See merge request !25
-
Oliver Sander authored
Minor changes See merge request !24
-
- Sep 18, 2017
-
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
I do not use the DGF format, but users having to include the implementation in `dgffoam.cc` looks wrong.
-
Ansgar Burchardt authored
The file was removed in a3cdfb27
-
- Sep 14, 2017
-
-
Ansgar Burchardt authored
It only contained the default program generated by duneproject.
-
Ansgar Burchardt authored
-
Ansgar Burchardt authored
-
- Sep 04, 2017
-
-
Oliver Sander authored
[refelement] Get copies as references are deprecated upstream See merge request !23
-
Timo Koch authored
-
Timo Koch authored
-
- Sep 01, 2017
-
-
Oliver Sander authored
Use unique IDs for all entities no matter which codim Closes #9 See merge request !22
-
Timo Koch authored
Id sets have to provide unique ids for all entitites of a grid. In Foamgrid the id was only unique within the subset of entities of the same codimension.
-
Simon Praetorius authored
-