Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • hyteg hyteg
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 40
    • Issues 40
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • 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
  • hyteg
  • hyteghyteg
  • Merge requests
  • !488

Collects all applyDirichletBC() free-functions in one file

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Marcus Mohr requested to merge mohr/cleanupPETScIncludes into master Feb 24, 2022
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 15

The free-functions hyteg::applyDirichletBC() no longer depend on PETSc, but were still in header files such as P2Petsc.hpp. This merge collects them all into a new file sparseassembly/DirichletBCs.hpp.

This allows to remove the following, now empty, header files

  • composites/petsc/P1StokesPetsc.hpp
  • composites/petsc/P2P1TaylorHoodPetsc.hpp
  • composites/petsc/P2P2StabilizedStokesPetsc.hpp
  • p2functionspace/P2Petsc.hpp

and cleanup includes.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: mohr/cleanupPETScIncludes