Searched refs:MatConvert_Shell (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/mat/utils/ |
| H A D | convert.c | 17 PetscCall(MatConvert_Shell(mat, newtype, reuse, newmat)); in MatConvert_Basic()
|
| H A D | axpy.c | 442 PetscCall(MatConvert_Shell(inmat, mattype ? mattype : MATDENSE, MAT_INITIAL_MATRIX, mat)); in MatComputeOperator() 476 PetscCall(MatConvert_Shell(A, mattype ? mattype : MATDENSE, MAT_INITIAL_MATRIX, mat)); in MatComputeOperatorTranspose()
|
| /petsc/src/mat/impls/shell/ |
| H A D | shellcnv.c | 4 PetscErrorCode MatConvert_Shell(Mat oldmat, MatType newtype, MatReuse reuse, Mat *newmat) in MatConvert_Shell() function
|
| H A D | shell.c | 1434 MatConvert_Shell,
|
| /petsc/src/mat/impls/submat/ |
| H A D | submat.c | 227 N->ops->convert = MatConvert_Shell; in MatCreateSubMatrixVirtual()
|
| /petsc/include/petsc/private/ |
| H A D | matimpl.h | 238 PETSC_INTERN PetscErrorCode MatConvert_Shell(Mat, MatType, MatReuse, Mat *);
|