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

parametrize BasisCreator with Grid instead of GridView

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Praetorius, Simon requested to merge issue/problemstat_traits into master Mar 20, 2019
  • Overview 0
  • Commits 1
  • Changes 12

When using a BasisCreator, like LagrangeBasis or TaylorHoodBasis, it is required that the GridView is a LeafGridView, since this is passed to the create() method in createGlobalBasis() of ProblemStat. So, instead of giving the user the freedom to pass a different GridView than the leaf one, in the MR is Creator is parametrized with the Grid and the GridView is fixed to LeafGridView.

Edited Mar 20, 2019 by Praetorius, Simon
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: issue/problemstat_traits