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
  • !450

Adds a PetscMatrixAssemblyTest

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Dominik Thoennes requested to merge kohl/toMatrix into master Oct 01, 2021
  • Overview 2
  • Commits 30
  • Pipelines 3
  • Changes 165

We already individually test for some of the operators that they can be assembled into a PetscSparseMatrix. This new test does this explicitely for a wide range of operators/operator families, i.e. we it does not test all P1ConstantOperators e.g. but only one of them.

Note that operators for which an assembly does currently not work are only reported, but not tested, so the test succeeds currently.

The commit places the test together with PetscTest.cpp into a new Petsc sub-directory.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: kohl/toMatrix