- Jul 09, 2019
- Jul 02, 2019
-
-
Samuel Burbulla authored
- Jul 01, 2019
-
-
Timo Koch authored
Merge branch 'feature/vertex-pointer-face-1d' into 'master' ref:extensions/dune-foamgrid Instead of storing a nullptr and document undefined behaviour we can actually store a this pointer and have perfectly defined behaviour. See merge request [!60] [!60]: gitlab.dune-project.org/extensions/dune-foamgrid/merge_requests/60
-
Timo Koch authored
Instead of storing a nullptr and document undefined behaviour we can actually store a this pointer and have perfectly defined behaviour.
-
- Jun 20, 2019
-
-
Timo Koch authored
Merge branch 'feature/sumouternormalerror-warning' into 'master' ref:extensions/dune-foamgrid With upstream changes in [core/dune-grid!332] the test now pass whereas before they were expected to fail due to the sum of outer normals check. Depends on [core/dune-grid!332] to be merged. Fixes [#7] See merge request [!58] [core/dune-grid!332]: gitlab.dune-project.org/core/dune-grid/merge_requests/332 [#7]: gitlab.dune-project.org/NoneNone/issues/7 [!58]: gitlab.dune-project.org/extensions/dune-foamgrid/merge_requests/58 Closes #7
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
- May 01, 2019
-
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
Merge branch 'feature/remove-foamgridentitypointer' into 'master' ref:extensions/dune-foamgrid FoamGridEntityPointer is not needed. We simply implement the dereference and equal functions for all iterators. See merge request [!54] [!54]: gitlab.dune-project.org/extensions/dune-foamgrid/merge_requests/54
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
Merge branch 'fix/default-constructor-initializer-list' into 'master' ref:extensions/dune-foamgrid A default constructed FoamGrid should be a valid (but empty) grid. The list of entites was previously uninitialized but this data member is accessed in several interface functions. The entity list is now properly initialized. Level 0 always exists, but is empty (empty entity lists) when the grid is default constructed. An empty level index set is also created for level 0. Improves test by adding an empty grid test. See merge request [!49] [!49]: gitlab.dune-project.org/extensions/dune-foamgrid/merge_requests/49
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
A default constructed FoamGrid should be a valid (but empty) grid. The list of entites was previously uninitialized but this data member is accessed in several interface functions. The entity list is now properly initialized. Level 0 always exists, but is empty (empty entity lists) when the grid is default constructed. An empty level index set is also created for level 0.
- Jan 29, 2019
-
-
Ansgar Burchardt authored
Closes: #12
- Sep 05, 2018
-
-
Oliver Sander authored
Merge branch 'cleanup/seed' into 'master' Fix indent, remove unnecessary friendship with grid implementation, add public function target returning what the protected getImplementationPointer() member function returned before. See merge request [!45] [!45]: gitlab.dune-project.org/extensions/dune-foamgrid/merge_requests/45
-
Timo Koch authored
-