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 87
    • Merge requests 87
  • 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
  • #470
Closed
Open
Issue created Apr 06, 2018 by Dennis Gläser@DennisGlaeserOwner

Extract GlobalPosition from Grid

There are many places where the global position type is locally defined as:

using GlobalPosition = Dune::FieldVector<Scalar, dimWorld>;

We maybe should think about extracting it from the Element (i.e. Element::Geometry::GlobalCoordinate) or from the sub-control volumes and sub-control volume faces (which itself should have been given the type extracted from the grid).

This is especially important when Scalar and ctype are not the same.

Edited Apr 06, 2018 by Dennis Gläser
Assignee
Assign to
Time tracking