Home
last modified time | relevance | path

Searched refs:MatRetrieveValues (Results 1 – 10 of 10) sorted by relevance

/petsc/src/mat/tests/
H A Dex37.c160 PetscCall(MatRetrieveValues(A)); in main()
/petsc/src/mat/impls/sell/mpi/
H A Dmpisell.c961 PetscCall(MatRetrieveValues(sell->A)); in MatRetrieveValues_MPISELL()
962 PetscCall(MatRetrieveValues(sell->B)); in MatRetrieveValues_MPISELL()
/petsc/src/mat/impls/sbaij/mpi/
H A Dmpisbaij.c196 PetscCall(MatRetrieveValues(aij->A)); in MatRetrieveValues_MPISBAIJ()
197 PetscCall(MatRetrieveValues(aij->B)); in MatRetrieveValues_MPISBAIJ()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi334 PetscErrorCode MatRetrieveValues(PetscMat)
H A DMat.pyx3429 storeValues, petsc.MatRetrieveValues
3432 CHKERR(MatRetrieveValues(self.mat))
/petsc/src/mat/impls/baij/mpi/
H A Dmpibaij.c132 PetscCall(MatRetrieveValues(aij->A)); in MatRetrieveValues_MPIBAIJ()
133 PetscCall(MatRetrieveValues(aij->B)); in MatRetrieveValues_MPIBAIJ()
/petsc/include/
H A Dpetscmat.h1415 PETSC_EXTERN PetscErrorCode MatRetrieveValues(Mat);
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c2868 PetscCall(MatRetrieveValues(aij->A)); in MatRetrieveValues_MPIAIJ()
2869 PetscCall(MatRetrieveValues(aij->B)); in MatRetrieveValues_MPIAIJ()
/petsc/doc/faq/
H A Dindex.md1250 stash the common values. Each iteration you call `MatRetrieveValues()`, then set the
/petsc/src/mat/impls/aij/seq/
H A Daij.c3745 PetscErrorCode MatRetrieveValues(Mat mat) in MatRetrieveValues() function