Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D dune-localfunctions
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 8
    • Issues 8
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Core Modules
  • dune-localfunctions
  • Merge requests
  • !190

Replaced recursive calls in `Integral` and `MonomialBasisImpl`.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Henrik Stolzmann requested to merge henrik.stolzmann/dune-localfunctions:cleanup/remove-recursive-classes into master Apr 28, 2021
  • Overview 0
  • Commits 2
  • Pipelines 2
  • Changes 2

Instead the memberfunctions iterate from a vertex to the desired GeometryType.

This MR depends on MR !186 (merged) and will be rebased if !186 (merged) is merged.

Note that in most cases MonomialBasisImpl<GeometryTypes::simplex(dim)> is used. Only testgenericfem and test-lagrange use other GeometryTypes. The case for evaluatePyramidBaseis removed entirely.

Edited Apr 28, 2021 by Henrik Stolzmann
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: cleanup/remove-recursive-classes