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 104
    • Issues 104
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 93
    • Merge requests 93
  • 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
  • !517

[tpfa][elemfluxvarscache] make update method public

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Dennis Gläser requested to merge feature/reconsider-elemfluxvarscache into next Jun 26, 2017
  • Overview 0
  • Commits 3
  • Pipelines 0
  • Changes 2

We should consider making the update method public. At the moment we are trying to prevent the user from "doing any harm". But maybe one would like to calculate fluxes over a specific face after each time step and instead of having to build new local objects, maybe he would like to just store it and only update it. For problems considering several types of transport processes this would be a lot faster. In this case we should still look at:

  • remove (now) obsolete friendship between ElementFluxVariablesCache and CCLocalJacobian
Edited Jul 18, 2017 by Timo Koch
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/reconsider-elemfluxvarscache