Home
last modified time | relevance | path

Searched refs:PetscVoidFunction (Results 1 – 4 of 4) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscobj.pxi36 ctypedef void (*PetscVoidFunction)()
37 PetscErrorCode PetscObjectComposeFunction(PetscObject, char[], PetscVoidFunction)
38 PetscErrorCode PetscObjectQueryFunction(PetscObject, char[], PetscVoidFunction*)
H A Dlibpetsc4py.pyx391 <PetscVoidFunction>PetscViewerPythonSetType_PYTHON))
394 <PetscVoidFunction>PetscViewerPythonGetType_PYTHON))
397 <PetscVoidFunction>PetscViewerPythonSetFilename_PYTHON))
400 <PetscVoidFunction>PetscViewerPythonGetFilename_PYTHON))
403 <PetscVoidFunction>PetscViewerPythonViewObject_PYTHON))
428 <PetscVoidFunction>NULL))
431 <PetscVoidFunction>NULL))
434 <PetscVoidFunction>NULL))
437 <PetscVoidFunction>NULL))
440 <PetscVoidFunction>NULL))
[all …]
/petsc/doc/changes/
H A D321.md28 - Deprecate `PetscVoidFunction`, `PetscVoidStarFunction`, and `PetscErrorCodeFunction` typedefs in …
/petsc/include/
H A Dpetscsys.h1303 PETSC_EXTERN_TYPEDEF typedef PetscVoidFn *PetscVoidFunction; typedef