Skip to content

[LinAlg] Remove replace_map from our vector interfaces #835

@sebproell

Description

@sebproell

This function is dangerous and buggy within TrilinosEpetra itself. The information of the new map is not propagated to all views. Instead of replacing the Map of a vector, create a new vector with the new map and copy the data from the old vector.

Definition of Done

  • LinALg::Vector::replace_map removed
  • LinALg::MultiVector::replace_map removed

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: blockedIssues where progress is blocked until other issues have been resolvedtaskforce: tpetraIssues related to the migration from Epetra to Tpetratype: clean codeClean coding and good programming practices

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions