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
  • #613

Closed
Open
Created Sep 14, 2016 by James Willenbring@jmwilleMaintainer

Tpetra::Map/Epetra_BlockMap: preserve indexBase in ReplaceCommWithSubset

Created by: mhoemmen

@trilinos/xpetra @trilinos/tpetra @tawiesn @csiefer2

The index base is redundant; users can get this information from the min or min overall global index. Furthermore, it's confusing that Epetra requires the index base to equal the min overall global index. This causes problems with implementing subset and strided Maps.

Changing this requirement on the index base might break backwards compatibility. The easiest way to work around for now would be for SameAs to ignore the index base.

Assignee
Assign to
Time tracking