Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D dune-grid
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 42
    • Issues 42
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 21
    • Merge requests 21
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Core Modules
  • dune-grid
  • Merge requests
  • !93

WIP: Implement the subIndex method for entities of all dimensions

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Oliver Sander requested to merge feature/implement-uggrid-subindex-for-all-dimensions into master Oct 06, 2016
  • Overview 1
  • Commits 1
  • Pipelines 1
  • Changes 1

Previously, it was available only for elements.

This merge request makes the strengthened test from !89 (closed) compile, therefore partially fixing #25 (closed) . The test will not run yet, because a few cases are still stubs.

The following question appears: what does the codim-parameter in

template unsigned int subIndex (const Codim::Entity& e, int i, unsigned int codim) const

mean? Is it the codimension wrt to the grid, or wrt to the entity e? I did not find this documented anywhere, and therefore made my own choice. The 'codim' in this patch is the codimension with respect to the grid.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: feature/implement-uggrid-subindex-for-all-dimensions