Home
last modified time | relevance | path

Searched refs:MatConvert_Shell (Results 1 – 6 of 6) sorted by relevance

/petsc/src/mat/utils/
H A Dconvert.c17 PetscCall(MatConvert_Shell(mat, newtype, reuse, newmat)); in MatConvert_Basic()
H A Daxpy.c442 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 Dshellcnv.c4 PetscErrorCode MatConvert_Shell(Mat oldmat, MatType newtype, MatReuse reuse, Mat *newmat) in MatConvert_Shell() function
H A Dshell.c1434 MatConvert_Shell,
/petsc/src/mat/impls/submat/
H A Dsubmat.c227 N->ops->convert = MatConvert_Shell; in MatCreateSubMatrixVirtual()
/petsc/include/petsc/private/
H A Dmatimpl.h238 PETSC_INTERN PetscErrorCode MatConvert_Shell(Mat, MatType, MatReuse, Mat *);