Skip to content
Snippets Groups Projects
Robert K's avatar
commented on merge request !771 "Draft: [feature][Grid] Add possibility to store user data pointers on the grid object." at Core Modules / dune-grid

This is a draft (as you can see) were I'm trying to explore the possibility to allow users to store data pointers on grid instances, which is some ...

Oliver Sander's avatar
commented on merge request !771 "Draft: [feature][Grid] Add possibility to store user data pointers on the grid object." at Core Modules / dune-grid

So, what is this?

Robert K's avatar
  • 19f97cb1 · [feature][Grid] Add possibility to store user data pointers on the ...
Robert K's avatar
opened merge request !771 "Draft: [feature][Grid] Add possibility to store user data pointers on the grid object." at Core Modules / dune-grid
Robert K's avatar
Santiago Ospina De Los Ríos's avatar
Santiago Ospina De Los Ríos's avatar
commented on merge request !760 "Implement subIndex for 3D edges and corners" at Core Modules / dune-grid

The indices for a pyramid in the test for STAR-CD format have clock-wise numbering in the base quadrilateral whereas the dune numbering is lexicogr...

Santiago Ospina De Los Ríos's avatar
Oliver Sander's avatar
  • e13b19c0 · UGGridRenumberer: Add faceEdgeDUNEtoUG and faceVertexDUNEtoUG
Santiago Ospina De Los Ríos's avatar
  • faf5cc06 · Add renumbering of sub-indices
Santiago Ospina De Los Ríos's avatar
Oliver Sander's avatar
deleted branch remove-uggrid-load-save-stubs at Core Modules / dune-grid
Oliver Sander's avatar
pushed to branch master at Core Modules / dune-grid
Oliver Sander's avatar
accepted merge request !770 "UGGrid: Remove the rudimentary saveState/loadState implementations" at Core Modules / dune-grid
Oliver Sander's avatar
opened merge request !770 "UGGrid: Remove the rudimentary saveState/loadState implementations" at Core Modules / dune-grid
Oliver Sander's avatar
pushed new branch remove-uggrid-load-save-stubs at Core Modules / dune-grid
Santiago Ospina De Los Ríos's avatar
commented on merge request !769 "Add `HAVE_STDBOOL_H` define for Alberta when `stdbool.h` is available" at Core Modules / dune-grid

According to the history, this seems to be come from some clang 5 problem. Since this seems to work with the current CI, I will just remove this gu...

Robert K's avatar
opened issue #193 "Grid and GridView method size is missing options with PartitionType." at Core Modules / dune-grid
Santiago Ospina De Los Ríos's avatar
commented on merge request !769 "Add `HAVE_STDBOOL_H` define for Alberta when `stdbool.h` is available" at Core Modules / dune-grid

This is actually to support older versions of Alberta. The newer versions do not need to handle the bool/_Bool issue. See https://gitlab.com/albert...

Simon Praetorius's avatar
commented on merge request !769 "Add `HAVE_STDBOOL_H` define for Alberta when `stdbool.h` is available" at Core Modules / dune-grid

Looks good. It should also be backwards compatible, right? Since if alberta does not use the HAVE_STDBOOL_H constant it is simply ignored.