Skip to content
GitLab
Projects Groups Topics 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
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 109
    • Issues 109
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 102
    • Merge requests 102
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
    • Model experiments
  • 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
  • #1014

Variablesbackend does not support Dune::DynamicVector as Dof vector

Bug report The current variablesbackend does not consider the situation that the residual type in assembler in newtonsolver can be DynamicVector.

What happened / Problem description:

 /Applications/DUMUX/dumux/dumux/common/variablesbackend.hh:165:10: error: implicit instantiation of undefined template
      'Dumux::DofBackend<Dune::DynamicVector<double, std::__1::allocator<double> >, false>'
: public DofBackend<Vars>

Environment:

  • Dune version:master
  • DuMux version:master
  • Others:The compiler is clang-1200.0.32.29, operation system is MacOS.
Edited Apr 09, 2021 by Timo Koch
Assignee
Assign to
Time tracking