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
  • !2297

WIP Feature/new instationary assembly

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Dennis Gläser requested to merge feature/new-instationary-assembly into feature/timestep-methods Oct 23, 2020
  • Overview 3
  • Commits 46
  • Pipelines 0
  • Changes 40

What this MR does / why does DuMux need it:

Extend the Assembler and LocalAssembler classes to work with the newly introduced time step methods.

TODOS related to other WIP branches:

  • add support for cell-centered schemes, analytic assembly and further models (!2295)
  • make this work for staggered and multidomain (!2295, !2291 (merged), !2285 (merged))

TODOS here:

  • Check if the public access to assembler and linear solver in PDESolver can be circumvented
  • Reconsider if GridVariables should store TimeLevel information or if we should introduce different layers of grid variables that each store additional things. Like Variables, TimeDependentVariables, GridVariables -> FVGridVariables or so. There is already an ongoing discussion about the grid variables inheritance hierarchy in !2285 (merged).
  • extend Problem and SpatialParams interfaces (e.g. boundaryTypes()) to receive time information as well, such that time-dependent boundary conditions etc can be realized.
Edited Oct 23, 2020 by Dennis Gläser
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/new-instationary-assembly