Searched refs:MatPythonSetType (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/mat/impls/python/ |
| H A D | pythonmat.c | 19 PetscErrorCode MatPythonSetType(Mat mat, const char pyname[]) in MatPythonSetType() function 80 PetscCall(MatPythonSetType(*A, pyname)); in MatPythonCreate()
|
| /petsc/src/mat/tests/ |
| H A D | ex140.c | 55 PetscCall(MatPythonSetType(A, "ex140.py:Matrix")); in RunHasOperationTest()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex100.c | 23 PetscCall(MatPythonSetType(A, "example100.py:Laplace1D")); in RunTest()
|
| H A D | ex100f.F90 | 32 PetscCallA(MatPythonSetType(A, 'example100.py:Laplace1D', ierr))
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscmat.pxi | 527 PetscErrorCode MatPythonSetType(PetscMat, char[])
|
| H A D | libpetsc4py.pyx | 751 b"MatPythonSetType", defval, name, sizeof(name), &found)); <void>opts 877 " * MatPythonSetType(mat, \"[package.]module.class\")\n"
|
| H A D | Mat.pyx | 1793 petsc.MatPythonSetType 1798 CHKERR(MatPythonSetType(self.mat, cval))
|
| /petsc/include/ |
| H A D | petscmat.h | 534 PETSC_EXTERN PetscErrorCode MatPythonSetType(Mat, const char[]);
|