Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • getdp getdp
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 57
    • Issues 57
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • getdpgetdp
  • getdpgetdp
  • Merge requests
  • !73

Enable Gauss-Legendre integration rules for second-order finite element

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Axel Modave requested to merge GaussLegendreInteg-ForQuad2Hex2 into master May 06, 2020
  • Overview 0
  • Commits 2
  • Pipelines 1
  • Changes 1

Gauss-Legendre integration rules implemented, but it is possible to use them only for linear elements. Here, GL rules are enabled for Tri2, Quad2, Tet2, Hexa2. It is also enabled for LinePrism/Pyramid/1/2, but Gauss is used by default.

Tested with Quad2 => OK.

Edited May 06, 2020 by Axel Modave
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: GaussLegendreInteg-ForQuad2Hex2