Home
last modified time | relevance | path

Searched refs:MatPythonSetType (Results 1 – 8 of 8) sorted by relevance

/petsc/src/mat/impls/python/ !
H A Dpythonmat.c19 PetscErrorCode MatPythonSetType(Mat mat, const char pyname[]) in MatPythonSetType() function
80 PetscCall(MatPythonSetType(*A, pyname)); in MatPythonCreate()
/petsc/src/mat/tests/ !
H A Dex140.c55 PetscCall(MatPythonSetType(A, "ex140.py:Matrix")); in RunHasOperationTest()
/petsc/src/ksp/ksp/tutorials/ !
H A Dex100.c23 PetscCall(MatPythonSetType(A, "example100.py:Laplace1D")); in RunTest()
H A Dex100f.F9032 PetscCallA(MatPythonSetType(A, 'example100.py:Laplace1D', ierr))
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/ !
H A Dpetscmat.pxi527 PetscErrorCode MatPythonSetType(PetscMat, char[])
H A Dlibpetsc4py.pyx751 b"MatPythonSetType", defval, name, sizeof(name), &found)); <void>opts
877 " * MatPythonSetType(mat, \"[package.]module.class\")\n"
H A DMat.pyx1793 petsc.MatPythonSetType
1798 CHKERR(MatPythonSetType(self.mat, cval))
/petsc/include/ !
H A Dpetscmat.h534 PETSC_EXTERN PetscErrorCode MatPythonSetType(Mat, const char[]);