Skip to content

GitLab

  • Menu
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 91
    • Issues 91
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 80
    • Merge requests 80
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • dumux-repositories
  • dumuxdumux
  • Issues
  • #806
Closed
Open
Created Jan 27, 2020 by Timo Koch@timokOwner0 of 1 task completed0/1 task

Follow-up from "Added first version of generic factory using istl solver factory."

The following discussion from !1839 (closed) should be addressed:

  • @timok started a discussion: (+1 comment)

    New classes in Dumux can't have TypeTag anymore. Exceptions are some convenience aliases or structs to bridge the time until a TypeTag dependency is fully resolved. We maybe could have

    
    template <class Matrix, class Vector, class GridGeometry>
    struct SolverTraits
    {
        using AmgTraits = Dumux::AmgTraits<Matrix, Vector, GridGeometry>;
    };
    
    template <class GridView, class SolverTraits>
    class GenericIstlSolverFactoryBackend : public LinearSolver
    {...};
    
    
    template<class TypeTag>
    using IstlSolverFactoryBackend = GenericIstlSolverFactoryBackend<Property stuff like for AMGBackend>
    
    
Assignee
Assign to
Time tracking