Home
last modified time | relevance | path

Searched refs:MatPythonGetType (Results 1 – 5 of 5) sorted by relevance

/petsc/src/mat/impls/python/
H A Dpythonmat.c43 PetscErrorCode MatPythonGetType(Mat mat, const char *pyname[]) in MatPythonGetType() function
/petsc/src/ksp/ksp/tutorials/
H A Dex100f.F9033 PetscCallA(MatPythonGetType(A, mattype, ierr))
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi528 PetscErrorCode MatPythonGetType(PetscMat, char*[])
H A DMat.pyx1808 petsc.MatPythonGetType
1812 CHKERR(MatPythonGetType(self.mat, &cval))
/petsc/include/
H A Dpetscmat.h535 PETSC_EXTERN PetscErrorCode MatPythonGetType(Mat, const char *[]);