Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • dumux dumux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 100
    • Issues 100
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 86
    • Merge requests 86
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • dumux-repositoriesdumux-repositories
  • dumuxdumux
  • Issues
  • #737
Closed
Open
Issue created Jul 12, 2019 by Timo Koch@timokOwner

Creating a bounding box tree for a vector of geometries

Feature request Bounding box tree for a list of geometries without a grid

What does this feature / why does DuMux need it: E.g. to intersect a polyline with a grid or some object where it would be easier to just define the geometries instead of creating a Dune grid.

The bounding box tree is already general enough, it expects a EntitySet which only needs to satisfy a certain subset of the interface of a Dune::GridView. So the task would be to create a new EntitySet class which can be constructed from a vector of geometries instead of from a grid view.

Assignee
Assign to
Time tracking