Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • dumux dumux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 104
    • Issues 104
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 88
    • Merge requests 88
  • 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
  • Merge requests
  • !759

[io][gridcreator] Make construction of tensorgrid more flexible

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Kilian Weishaupt requested to merge feature/make-tensor-gridcreator-more-flexible into master Jan 26, 2018
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1
  • Add a public method taking the positions, cells and the grading vectors as arguments.
  • The general makeGrid() method now extracts the necessary parameters from the input file and calls the new method with them
  • The new method can be useful in cases where a tensorgrid should be constructed not based on input file data, but on different ones, e.g. evalutated by a user specified algorithm
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/make-tensor-gridcreator-more-flexible