Skip to main content
Ctrl+K
PETSc 3.23.1 documentation - Home
  • Overview
  • Install
  • Tutorials
  • User-Guide
  • C/Fortran API
  • petsc4py API
  • FAQ
  • Community
  • Developers
  • Misc.
  • GitLab
  • Overview
  • Install
  • Tutorials
  • User-Guide
  • C/Fortran API
  • petsc4py API
  • FAQ
  • Community
  • Developers
  • Misc.
  • GitLab
  • MatRetrieveValues

MatRetrieveValues#

Retrieves the copy of the matrix values that was stored with MatStoreValues()

Synopsis#

#include "petscmat.h" 
PetscErrorCode MatRetrieveValues(Mat mat)

Logically Collect

Input Parameter#

  • mat - the matrix (currently only MATAIJ matrices support this option)

See Also#

Matrices, Mat, MatStoreValues()

Level#

advanced

Location#

src/mat/impls/aij/seq/aij.c

Implementations#

MatRetrieveValues_MPIAIJ() in src/mat/impls/aij/mpi/mpiaij.c
MatRetrieveValues_SeqAIJ() in src/mat/impls/aij/seq/aij.c
MatRetrieveValues_MPIBAIJ() in src/mat/impls/baij/mpi/mpibaij.c
MatRetrieveValues_SeqBAIJ() in src/mat/impls/baij/seq/baij.c
MatRetrieveValues_MPISBAIJ() in src/mat/impls/sbaij/mpi/mpisbaij.c
MatRetrieveValues_SeqSBAIJ() in src/mat/impls/sbaij/seq/sbaij.c
MatRetrieveValues_MPISELL() in src/mat/impls/sell/mpi/mpisell.c
MatRetrieveValues_SeqSELL() in src/mat/impls/sell/seq/sell.c


Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages

On this page
  • Synopsis
  • Input Parameter
  • See Also
  • Level
  • Location
  • Implementations
Edit on GitLab
Show Source

© Copyright 1991-2025, UChicago Argonne, LLC and the PETSc Development Team.

Created using Sphinx 7.3.7.

Built with the PyData Sphinx Theme 0.15.1.

Last updated on 2025-04-30T13:10:40-0500 (v3.23.1).