Skip to content

GitLab

  • Menu
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 35
    • Issues 35
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • 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
  • !455

Closed
Created Oct 12, 2021 by Marcus Mohr@mohrDeveloper
  • Report abuse
Report abuse

Make P2P1TaylorHoodFunction child of BlockFunction

  • Overview 1
  • Commits 7
  • Pipelines 1
  • Changes 9

The merge makes the P2P1TaylorHoodFunction and the P1CahnHilliardFunction children of BlockFunction. The FunctionWrapper class is adapted, so that we can keep uvw and p as members of the P2P1TaylorHoodFunction, similar for the P1CahnHilliardFunction. Thus, we do not need to adapt the operators, solvers, ..., yet.

Note that we need to explicitely define a copy constructor in the children to take care of setting the entries in the subFuncs_ vector inherited from the BlockFunction parent. Otherwise nasty memory errors will occur.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: mohr/experimental-v2