Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T Trilinos
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 936
    • Issues 936
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • James Willenbring
  • Trilinos
  • Issues
  • #4588

Closed
Open
Created Mar 08, 2019 by James Willenbring@jmwilleMaintainer0 of 4 tasks completed0/4 tasks

Xpetra: add tests for doImport()/doExport()

Created by: mayrmt

@trilinos/xpetra @lucbv

Expectations

Add tests to cover doImport() and doExport() routines of Xpetra::Matrix and Xpetra::MultiVector (and maybe Xpetra::Vector).

Current Behavior

There are some tests in other packages, that use Xpetra::MultiVector::doImport(), though there are no specialised tests for these methods. Furthermore, I haven't found any test for import/export on matrices.

Motivation and Context

Import/export are important operations, so we want to have them tested.

Definition of Done

  • Add tests for Xpetra::MultiVector::doImport()
  • Add tests for Xpetra::MultiVector::doExport()
  • Add tests for Xpetra::Matrix::doImport()
  • Add tests for Xpetra::Matrix::doExport()

Possible Solution

We could put these tests into a subdirectory ImportExport in Xpetra's test folder (similar to Tpetra).

Assignee
Assign to
Time tracking