Searched refs:MatGetValue (Results 1 – 9 of 9) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | ex44.c | 24 PetscCall(MatGetValue(A, i, j, &val)); in CheckValuesAIJ()
|
| H A D | ex45.c | 24 PetscCall(MatGetValue(A, i, j, &val)); in CheckValuesAIJ()
|
| H A D | ex50.c | 28 PetscCall(MatGetValue(A, i, j, &val)); in CheckValuesAIJ()
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex19.c | 219 PetscCall(MatGetValue(cpEquiv, ii, jj, &matValue)); in main() 263 PetscCall(MatGetValue(cpEquiv, faceWStartRow + ii, kk, &matValue)); in main()
|
| /petsc/src/mat/impls/blockmat/seq/ |
| H A D | blockmat.c | 584 PetscCall(MatGetValue(*aa++, first, first, a_new++)); in MatCreateSubMatrix_BlockMat()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex48.c | 868 PetscCall(MatGetValue(B, 0, 0, &val0)); in THIMatrixStatistics() 869 PetscCall(MatGetValue(B, 2, 2, &val2)); in THIMatrixStatistics()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex14.c | 978 PetscCall(MatGetValue(B, 0, 0, &val0)); in THIMatrixStatistics() 979 PetscCall(MatGetValue(B, 2, 2, &val2)); in THIMatrixStatistics()
|
| /petsc/include/ |
| H A D | petscmat.h | 1011 static inline PetscErrorCode MatGetValue(Mat mat, PetscInt row, PetscInt col, PetscScalar *va) in MatGetValue() function
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexegads.c | 4146 PetscCall(MatGetValue(cpEquiv, faceWStartRow + ii, faceWStartRow + mm, &matValue)); in DMPlexGeomDataAndGrads() 4346 PetscCall(MatGetValue(cpEquiv, ii, faceWStartRow + mm, &matValue)); in DMPlexGeomDataAndGrads()
|