Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • A amdis-core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare revisions
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 6
    • Merge requests 6
  • Deployments
    • Deployments
    • Releases
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • amdis
  • amdis-core
  • Merge requests
  • !205

Allow ProblemStat to be constructed from pre-basis factory

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Praetorius, Simon requested to merge feature/problemstat_construction into master Sep 03, 2020
  • Overview 0
  • Commits 2
  • Changes 9

Summary

Instead of first creating a global basis and then passing this together with a grid to a ProblemStat, the latter can be constructed directly from the underlying pre-basis factory. This allows to write code like

Grid grid = ...;
ProblemStat prob{"name", grid, lagrange<1>()};
Edited Sep 03, 2020 by Praetorius, Simon
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/problemstat_construction