Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • O ogs
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 98
    • Issues 98
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 40
    • Merge requests 40
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ogsogs
  • ogs
  • Merge requests
  • !4204

Removed IntegrationMethod template paramater from local assemblers that use Taylor-Hood FEs

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Christoph Lehmann requested to merge chleh/ogs:remove-int-meth-tpl-param into master Jul 06, 2022
  • Overview 5
  • Commits 9
  • Pipelines 5
  • Changes 29

This MR removes the IntegrationMethod template paramater from local assemblers that use Taylor-Hood FEs.

After this MR it will be easy to further simplify the local assemblers:

  • Stored IP data does not depend on shape matrices. Therefore these data can be pulled up to the local assembler interface classes.
  • The I/O of IP data can be handled entirely in the local assembler interface classes. That will simplify the local assembler API. E.g., no virtual accessor methods have to be declared (and overridden) anymore.

This MR treats Taylor-Hood elements. That also applies to the Python BC and ST. The remaining local assemblers will be subject of a subsequent MR.

  • Feature description was added to the changelog
Edited Jul 06, 2022 by Christoph Lehmann
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: remove-int-meth-tpl-param