Home
last modified time | relevance | path

Searched defs:pyname (Results 1 – 7 of 7) sorted by relevance

/petsc/src/mat/impls/python/
H A Dpythonmat.c19 PetscErrorCode MatPythonSetType(Mat mat, const char pyname[]) in MatPythonSetType()
43 PetscErrorCode MatPythonGetType(Mat mat, const char *pyname[]) in MatPythonGetType()
72 …nCreate(MPI_Comm comm, PetscInt m, PetscInt n, PetscInt M, PetscInt N, const char pyname[], Mat *A) in MatPythonCreate()
/petsc/src/sys/classes/viewer/impls/python/
H A Dpythonviewer.c20 PetscErrorCode PetscViewerPythonSetType(PetscViewer viewer, const char pyname[]) in PetscViewerPythonSetType()
44 PetscErrorCode PetscViewerPythonGetType(PetscViewer viewer, const char *pyname[]) in PetscViewerPythonGetType()
91 PetscErrorCode PetscViewerPythonCreate(MPI_Comm comm, const char pyname[], PetscViewer *viewer) in PetscViewerPythonCreate()
/petsc/src/ksp/ksp/impls/python/
H A Dpythonksp.c19 PetscErrorCode KSPPythonSetType(KSP ksp, const char pyname[]) in KSPPythonSetType()
43 PetscErrorCode KSPPythonGetType(KSP ksp, const char *pyname[]) in KSPPythonGetType()
/petsc/src/tao/python/
H A Dpythontao.c19 PetscErrorCode TaoPythonSetType(Tao tao, const char pyname[]) in TaoPythonSetType()
43 PetscErrorCode TaoPythonGetType(Tao tao, const char *pyname[]) in TaoPythonGetType()
/petsc/src/snes/impls/python/
H A Dpythonsnes.c19 PetscErrorCode SNESPythonSetType(SNES snes, const char pyname[]) in SNESPythonSetType()
43 PetscErrorCode SNESPythonGetType(SNES snes, const char *pyname[]) in SNESPythonGetType()
/petsc/src/ts/impls/python/
H A Dpythonts.c19 PetscErrorCode TSPythonSetType(TS ts, const char pyname[]) in TSPythonSetType()
43 PetscErrorCode TSPythonGetType(TS ts, const char *pyname[]) in TSPythonGetType()
/petsc/src/ksp/pc/impls/python/
H A Dpythonpc.c19 PetscErrorCode PCPythonSetType(PC pc, const char pyname[]) in PCPythonSetType()
43 PetscErrorCode PCPythonGetType(PC pc, const char *pyname[]) in PCPythonGetType()