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 4
    • Merge requests 4
  • 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
  • Issues
  • #176

Closed
Open
Created Mar 09, 2022 by Marcus Mohr@mohrDeveloper2 of 2 tasks completed2/2 tasks

Refactor PMVectorToPLScalar and PLScalarToPMVector operators

Hi,

to represent the weak forms of gradient and divergence we have the following operators

  • PMVectorToPLScalarOperator
  • PLScalarToPMVectorOperator

with currently (M, L)\in\{1,2\}\times\{1,2\} and L\leqslant M. These classes are already templated. However, this is only w.r.t. the scalar suboperators. We still have different implementations for the different function space combinations. I suggest to

  • convert that into a single template class
  • add accessor methods to the scalar suboperators (needed e.g. to call computeAndStoreLocalElementMatrices() on them)

Cheers
Marcus

Edited Mar 16, 2022 by Marcus Mohr
Assignee
Assign to
Time tracking