Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tpetra: deprecate functions named getNode*, preferring more consistent getLocal* #10189

Merged
merged 14 commits into from
Feb 25, 2022

Commits on Feb 14, 2022

  1. Configuration menu
    Copy the full SHA
    646a650 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Configuration menu
    Copy the full SHA
    e44648f View commit details
    Browse the repository at this point in the history
  2. tpetra deprecate getNodeNumCols for getLocalNumCols #9799

    Also some fixes for getNodeNumRows in RowMatrix and RowGraph
    kddevin committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    48e7f85 View commit details
    Browse the repository at this point in the history
  3. tpetra: deprecating getNodeNumEntries for getLocalNumEntries #9799

    Also moved new functions above deprecated functions in decl files so
    that doxygen will display the new function with documentation
    kddevin committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    63cfdea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46047de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a519e5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    329912d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7bf1588 View commit details
    Browse the repository at this point in the history
  8. tpetra: fixed comment

    kddevin committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    9a03ff4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f220a15 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Configuration menu
    Copy the full SHA
    bff8235 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7d11f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1777ea2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b304357 View commit details
    Browse the repository at this point in the history