Home
last modified time | relevance | path

Searched defs:fun (Results 1 – 14 of 14) sorted by relevance

/petsc/lib/petsc/bin/
H A Dgeneratefortranbindings.py45 …nerateFortranInterface(pkgname, petscarch, classes, enums, structs, senums, funname, mpi_f08, fun): argument
185 def generateCStub(pkgname,petscarch,manualstubsfound,senums,classes,structs,funname,fun): argument
441 def generateFortranStub(senums, funname, fun, fd, opts): argument
/petsc/src/sys/error/ftn-custom/
H A Dzerrf.c30 static PetscErrorCode ourerrorhandler(MPI_Comm comm, int line, const char *fun, const char *file, P… in ourerrorhandler()
48 PETSC_EXTERN void petsctracebackerrorhandler_(MPI_Comm *comm, int *line, const char *fun, const cha… in petsctracebackerrorhandler_()
53 PETSC_EXTERN void petscaborterrorhandler_(MPI_Comm *comm, int *line, const char *fun, const char *f… in petscaborterrorhandler_()
58 PETSC_EXTERN void petscattachdebuggererrorhandler_(MPI_Comm *comm, int *line, const char *fun, cons… in petscattachdebuggererrorhandler_()
63 PETSC_EXTERN void petscemacsclienterrorhandler_(MPI_Comm *comm, int *line, const char *fun, const c… in petscemacsclienterrorhandler_()
68 PETSC_EXTERN void petscignoreerrorhandler_(MPI_Comm *comm, int *line, const char *fun, const char *… in petscignoreerrorhandler_()
/petsc/src/sys/error/
H A Derrstop.c31 PetscErrorCode PetscMPIAbortErrorHandler(MPI_Comm comm, int line, const char *fun, const char *file… in PetscMPIAbortErrorHandler()
H A Derrabort.c42 PetscErrorCode PetscAbortErrorHandler(MPI_Comm comm, int line, const char *fun, const char *file, P… in PetscAbortErrorHandler()
H A Derrtrace.c37 PetscErrorCode PetscIgnoreErrorHandler(MPI_Comm comm, int line, const char *fun, const char *file, … in PetscIgnoreErrorHandler()
177 PetscErrorCode PetscTraceBackErrorHandler(MPI_Comm comm, int line, const char *fun, const char *fil… in PetscTraceBackErrorHandler()
H A Derr.c56 PetscErrorCode PetscEmacsClientErrorHandler(MPI_Comm comm, int line, const char *fun, const char *f… in PetscEmacsClientErrorHandler()
123 …cPushErrorHandler(PetscErrorCode (*handler)(MPI_Comm comm, int line, const char *fun, const char *… in PetscPushErrorHandler()
187 PetscErrorCode PetscReturnErrorHandler(MPI_Comm comm, int line, const char *fun, const char *file, … in PetscReturnErrorHandler()
H A Dadebug.c511 PetscErrorCode PetscAttachDebuggerErrorHandler(MPI_Comm comm, int line, const char *fun, const char… in PetscAttachDebuggerErrorHandler()
/petsc/src/sys/tests/
H A Dex1f.F9016 subroutine MyErrHandler(comm, line, fun, file, n, p, mess, ctx, ierr) argument
/petsc/src/mat/impls/mffd/
H A Dmffd.c454 static PetscErrorCode MatMFFDSetCheckh_MFFD(Mat J, FCN3 fun, void *ectx) in MatMFFDSetCheckh_MFFD()
999 PetscErrorCode MatMFFDSetCheckh(Mat J, MatMFFDCheckhFn *fun, PetscCtx ctx) in MatMFFDSetCheckh()
/petsc/src/ts/utils/
H A Ddmts.c481 PetscErrorCode DMTSSetI2Function(DM dm, TSI2FunctionFn *fun, PetscCtx ctx) in DMTSSetI2Function()
559 PetscErrorCode DMTSGetI2Function(DM dm, TSI2FunctionFn **fun, PetscCtxRt ctx) in DMTSGetI2Function()
/petsc/include/
H A Dpetscksp.h396 static inline PetscErrorCode KSPPIPEGCRSetModifyPC(KSP ksp, KSPFlexibleModifyPCFn *fun, PetscCtx ct… in KSPPIPEGCRSetModifyPC()
421 static inline PetscErrorCode KSPGCRSetModifyPC(KSP ksp, KSPFlexibleModifyPCFn *fun, PetscCtx ctx, P… in KSPGCRSetModifyPC()
/petsc/src/binding/petsc4py/src/lib-petsc/
H A Dcustom.h513 PetscErrorCode (*fun)(SNES,Vec,Vec,void*) = NULL; in SNESSetUseFDColoring() local
/petsc/src/ts/interface/
H A Dts.c1379 PetscErrorCode TSSetI2Function(TS ts, Vec F, TSI2FunctionFn *fun, PetscCtx ctx) in TSSetI2Function()
1409 PetscErrorCode TSGetI2Function(TS ts, Vec *r, TSI2FunctionFn **fun, PetscCtxRt ctx) in TSGetI2Function()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DSNES.pyx869 … cdef PetscErrorCode(*fun)(PetscSNES, PetscVec, PetscVec, void*) except PETSC_ERR_PYTHON nogil