| /petsc/src/ksp/pc/impls/shell/ftn-custom/ |
| H A D | zshellpcf.c | 114 PETSC_EXTERN void pcshellsetapply_(PC *pc, void (*apply)(void *, Vec *, Vec *, PetscErrorCode *), P… in pcshellsetapply_() argument 122 …lsetapplysymmetricleft_(PC *pc, void (*apply)(void *, Vec *, Vec *, PetscErrorCode *), PetscErrorC… in pcshellsetapplysymmetricleft_() argument 130 …setapplysymmetricright_(PC *pc, void (*apply)(void *, Vec *, Vec *, PetscErrorCode *), PetscErrorC… in pcshellsetapplysymmetricright_() argument 138 …ellsetapplyctx_(PC *pc, void (*apply)(void *, void *, Vec *, Vec *, PetscErrorCode *), PetscErrorC… in pcshellsetapplyctx_() argument 146 …plyba_(PC *pc, void (*apply)(void *, PCSide *, Vec *, Vec *, Vec *, PetscErrorCode *), PetscErrorC… in pcshellsetapplyba_() argument 154 …PetscInt *, PetscBool *, PetscInt *, PCRichardsonConvergedReason *, PetscErrorCode *), PetscErrorC… in pcshellsetapplyrichardson_() argument 161 …pplytranspose_(PC *pc, void (*applytranspose)(void *, Vec *, Vec *, PetscErrorCode *), PetscErrorC… in pcshellsetapplytranspose_() argument 169 PETSC_EXTERN void pcshellsetsetupctx_(PC *pc, void (*setup)(void *, void *, PetscErrorCode *), Pets… in pcshellsetsetupctx_() argument 177 PETSC_EXTERN void pcshellsetsetup_(PC *pc, void (*setup)(void *, PetscErrorCode *), PetscErrorCode … in pcshellsetsetup_() argument 185 PETSC_EXTERN void pcshellsetdestroy_(PC *pc, void (*setup)(void *, PetscErrorCode *), PetscErrorCod… in pcshellsetdestroy_() argument [all …]
|
| /petsc/src/dm/impls/shell/ftn-custom/ |
| H A D | zdmshellf.c | 90 PETSC_EXTERN void dmshellsetcreatematrix_(DM *dm, void (*func)(DM *, Mat *, PetscErrorCode *, PETSC… in dmshellsetcreatematrix_() argument 97 PETSC_EXTERN void dmshellsetcreateglobalvector_(DM *dm, void (*func)(DM *, Vec *, PetscErrorCode *)… in dmshellsetcreateglobalvector_() argument 104 PETSC_EXTERN void dmshellsetcreatelocalvector_(DM *dm, void (*func)(DM *, Vec *, PetscErrorCode *),… in dmshellsetcreatelocalvector_() argument 111 …baltolocal_(DM *dm, void (*begin)(DM *, Vec *, InsertMode *, Vec *, PetscErrorCode *), void (*end)… in dmshellsetglobaltolocal_() argument 120 …altoglobal_(DM *dm, void (*begin)(DM *, Vec *, InsertMode *, Vec *, PetscErrorCode *), void (*end)… in dmshellsetlocaltoglobal_() argument 129 …caltolocal_(DM *dm, void (*begin)(DM *, Vec *, InsertMode *, Vec *, PetscErrorCode *), void (*end)… in dmshellsetlocaltolocal_() argument 138 …ion_(DM *dm, void (*func)(DM *, PetscInt *, char ***, IS **, DM **, PetscErrorCode *), PetscErrorC… in dmshellsetcreatefielddecomposition_() argument
|
| /petsc/src/tao/interface/ftn-custom/ |
| H A D | ztaosolverf.c | 166 …bjective_(Tao *tao, void (*func)(Tao *, Vec *, PetscReal *, void *, PetscErrorCode *), PetscCtx ct… in taosetobjective_() argument 173 …adient_(Tao *tao, Vec *g, void (*func)(Tao *, Vec *, Vec *, void *, PetscErrorCode *), PetscCtx ct… in taosetgradient_() argument 180 …tao, Vec *g, void (*func)(Tao *, Vec *, PetscReal *, Vec *, void *, PetscErrorCode *), PetscCtx ct… in taosetobjectiveandgradient_() argument 187 …, Mat *J, Mat *Jp, void (*func)(Tao *, Vec *, Mat *, Mat *, void *, PetscErrorCode *), PetscCtx ct… in taosethessian_() argument 194 …outine_(Tao *tao, Vec *F, void (*func)(Tao *, Vec *, Vec *, void *, PetscErrorCode *), PetscCtx ct… in taosetresidualroutine_() argument 201 …Mat *J, Mat *Jpre, void (*func)(Tao *, Vec *, Mat *, Mat *, void *, PetscErrorCode *), PetscCtx ct… in taosetjacobianresidualroutine_() argument 208 …, Mat *J, Mat *Jp, void (*func)(Tao *, Vec *, Mat *, Mat *, void *, PetscErrorCode *), PetscCtx ct… in taosetjacobianroutine_() argument 215 … Mat *Jinv, void (*func)(Tao *, Vec *, Mat *, Mat *, Mat *, void *, PetscErrorCode *), PetscCtx ct… in taosetjacobianstateroutine_() argument 222 …outine_(Tao *tao, Mat *J, void (*func)(Tao *, Vec *, Mat *, void *, PetscErrorCode *), PetscCtx ct… in taosetjacobiandesignroutine_() argument 229 …eboundsroutine_(Tao *tao, void (*func)(Tao *, Vec *, Vec *, void *, PetscErrorCode *), PetscCtx ct… in taosetvariableboundsroutine_() argument [all …]
|
| /petsc/src/ksp/ksp/interface/ftn-custom/ |
| H A D | zitfuncf.c | 92 …_(KSP *ksp, void (*monitor)(KSP *, PetscInt *, PetscReal *, void *, PetscErrorCode *), void *mctx,… in kspmonitorset_() argument 117 …erge)(KSP *, PetscInt *, PetscReal *, KSPConvergedReason *, void *, PetscErrorCode *), void **cctx… in kspsetconvergencetest_() argument 135 PETSC_EXTERN void kspsetcomputerhs_(KSP *ksp, void (*func)(KSP *, Vec *, void *, PetscErrorCode *),… in kspsetcomputerhs_() argument 142 …etcomputeinitialguess_(KSP *ksp, void (*func)(KSP *, Vec *, void *, PetscErrorCode *), PetscCtx ct… in kspsetcomputeinitialguess_() argument 149 …spsetcomputeoperators_(KSP *ksp, void (*func)(KSP *, Vec *, void *, PetscErrorCode *), PetscCtx ct… in kspsetcomputeoperators_() argument
|
| H A D | zdmkspf.c | 49 PETSC_EXTERN void dmkspsetcomputerhs_(DM *dm, void (*func)(KSP *, Vec *, void *, PetscErrorCode *),… in dmkspsetcomputerhs_() argument 59 …psetcomputeinitialguess_(DM *dm, void (*func)(KSP *, Vec *, void *, PetscErrorCode *), PetscCtx ct… in dmkspsetcomputeinitialguess_() argument 70 …mkspsetcomputeoperators_(DM *dm, void (*func)(KSP *, Vec *, void *, PetscErrorCode *), PetscCtx ct… in dmkspsetcomputeoperators_() argument
|
| /petsc/src/tao/linesearch/interface/ftn-custom/ |
| H A D | ztaolinesearchf.c | 46 …arch *ls, void (*func)(TaoLineSearch *, Vec *, PetscReal *, void *, PetscErrorCode *), PetscCtx ct… in taolinesearchsetobjectiveroutine_() argument 57 …LineSearch *ls, void (*func)(TaoLineSearch *, Vec *, Vec *, void *, PetscErrorCode *), PetscCtx ct… in taolinesearchsetgradientroutine_() argument 68 …s, void (*func)(TaoLineSearch *, Vec *, PetscReal *, Vec *, void *, PetscErrorCode *), PetscCtx ct… in taolinesearchsetobjectiveandgradientroutine_() argument 79 …c)(TaoLineSearch *, Vec *, Vec *, PetscReal *, PetscReal *, void *, PetscErrorCode *), PetscCtx ct… in taolinesearchsetobjectiveandgtsroutine_() argument
|
| /petsc/src/ts/interface/ftn-custom/ |
| H A D | ztsf.c | 155 …id tsmonitorlgsettransform_(TS *ts, void (*f)(void *, Vec *, Vec *, PetscErrorCode *), PetscErrorC… in tsmonitorlgsettransform_() argument 162 PETSC_EXTERN void tssetprestep_(TS *ts, PetscErrorCode (*f)(TS *, PetscErrorCode *), PetscErrorCode… in tssetprestep_() argument 169 PETSC_EXTERN void tssetpoststep_(TS *ts, PetscErrorCode (*f)(TS *, PetscErrorCode *), PetscErrorCod… in tssetpoststep_() argument 178 …(TS *ts, Vec *r, void (*f)(TS *, PetscReal *, Vec *, Vec *, void *, PetscErrorCode *), void *fP, P… in tssetrhsfunction_() argument 200 …, Vec *r, void (*f)(TS *, PetscReal *, Vec *, Vec *, Vec *, void *, PetscErrorCode *), void *fP, P… in tssetifunction_() argument 222 …, Mat *B, void (*f)(TS *, PetscReal *, Vec *, Mat *, Mat *, void *, PetscErrorCode *), void *fP, P… in tssetrhsjacobian_() argument 235 …TS *, PetscReal *, Vec *, Vec *, PetscReal *, Mat *, Mat *, void *, PetscErrorCode *), void *fP, P… in tssetijacobian_() argument 252 …oid (*f)(TS *, PetscReal *, Vec *, Vec *, PetscReal, Mat *, void *, PetscErrorCode *), void *fP, P… in tssetijacobianp_() argument 264 …(TS *ts, Mat *A, void (*f)(TS *, PetscReal *, Vec *, Mat *, void *, PetscErrorCode *), void *fP, P… in tssetrhsjacobianp_() argument 281 …(TS *ts, void (*func)(TS *, PetscInt *, PetscReal *, Vec *, void *, PetscErrorCode *), void *mctx,… in tsmonitorset_() argument
|
| /petsc/src/tao/constrained/impls/admm/ftn-custom/ |
| H A D | zadmmf.c | 59 …e_(Tao *tao, void (*func)(Tao *, Vec *, PetscReal *, Vec *, void *, PetscErrorCode *), PetscCtx ct… in taoadmmsetmisfitobjectiveandgradientroutine_() argument 66 …Mat *H, Mat *Hpre, void (*func)(Tao *, Vec *, Mat *, Mat *, void *, PetscErrorCode *), PetscCtx ct… in taoadmmsetmisfithessianroutine_() argument 73 …Mat *J, Mat *Jpre, void (*func)(Tao *, Vec *, Mat *, Mat *, void *, PetscErrorCode *), PetscCtx ct… in taoadmmsetmisfitconstraintjacobian_() argument 80 …e_(Tao *tao, void (*func)(Tao *, Vec *, PetscReal *, Vec *, void *, PetscErrorCode *), PetscCtx ct… in taoadmmsetregularizerobjectiveandgradientroutine_() argument 87 …Mat *H, Mat *Hpre, void (*func)(Tao *, Vec *, Mat *, Mat *, void *, PetscErrorCode *), PetscCtx ct… in taoadmmsetregularizerhessianroutine_() argument 94 …Mat *J, Mat *Jpre, void (*func)(Tao *, Vec *, Mat *, Mat *, void *, PetscErrorCode *), PetscCtx ct… in taoadmmsetregularizerconstraintjacobian_() argument
|
| /petsc/src/snes/interface/ftn-custom/ |
| H A D | zsnesf.c | 203 …, Mat *A, Mat *B, void (*func)(SNES *, Vec *, Mat *, Mat *, void *, PetscErrorCode *), PetscCtx ct… in snessetjacobian_() argument 222 …, Mat *A, Mat *B, void (*func)(SNES *, Vec *, Mat *, Mat *, void *, PetscErrorCode *), PetscCtx ct… in snessetjacobiannointerface_() argument 259 …setpicard_(SNES *snes, Vec *r, void (*func)(SNES, Vec, Vec, void *, PetscErrorCode *), Mat *A, Mat… in snessetpicard_() argument 270 …interface_(SNES *snes, Vec *r, void (*func)(SNES, Vec, Vec, void *, PetscErrorCode *), Mat *A, Mat… in snessetpicardnointerface_() argument 275 …tfunction_(SNES *snes, Vec *r, void (*func)(SNES, Vec, Vec, void *, PetscErrorCode *), PetscCtx ct… in snessetfunction_() argument 286 …interface_(SNES *snes, Vec *r, void (*func)(SNES, Vec, Vec, void *, PetscErrorCode *), PetscCtx ct… in snessetfunctionnointerface_() argument 307 … snessetngs_(SNES *snes, void (*func)(SNES *, Vec *, Vec *, void *, PetscErrorCode *), PetscCtx ct… in snessetngs_() argument 313 PETSC_EXTERN void snessetupdate_(SNES *snes, void (*func)(SNES *, PetscInt *, PetscErrorCode *), Pe… in snessetupdate_() argument 321 …tfunction_(SNES *snes, Vec *r, void (*func)(SNES, Vec, Vec, void *, PetscErrorCode *), void **ctx,… in snesgetfunction_() argument 338 …tscReal *, PetscReal *, PetscReal *, SNESConvergedReason *, void *, PetscErrorCode *), void *cctx,… in snessetconvergencetest_() argument [all …]
|
| /petsc/src/sys/objects/ftn-custom/ |
| H A D | zinheritf.c | 39 …bject *, PetscOptionItems *, PetscCtx, PetscErrorCode), void (*destroy)(PetscObject *, PetscCtx, P… in petscobjectaddoptionshandler_() argument
|
| /petsc/src/ksp/ksp/impls/gmres/fgmres/ftn-custom/ |
| H A D | zmodpcff.c | 33 …sp, void (*fcn)(KSP *, PetscInt *, PetscInt *, PetscReal *, void *, PetscErrorCode *), PetscCtx ct… in kspflexiblesetmodifypc_() argument
|
| /petsc/src/tao/leastsquares/impls/brgn/ftn-custom/ |
| H A D | zbrgnf.c | 27 …e_(Tao *tao, void (*func)(Tao *, Vec *, PetscReal *, Vec *, void *, PetscErrorCode *), PetscCtx ct… in taobrgnsetregularizerobjectiveandgradientroutine_() argument 34 …outine_(Tao *tao, Mat *H, void (*func)(Tao *, Vec *, Mat *, void *, PetscErrorCode *), PetscCtx ct… in taobrgnsetregularizerhessianroutine_() argument
|
| /petsc/src/snes/linesearch/interface/ftn-custom/ |
| H A D | zlinesearchf.c | 32 …nesearch, void (*func)(SNESLineSearch *, Vec *, Vec *, PetscBool *, PetscErrorCode *), PetscCtx ct… in sneslinesearchsetprecheck_() argument 40 …c)(SNESLineSearch *, Vec *, Vec *, Vec *, PetscBool *, PetscBool *, PetscErrorCode *, void *), Pet… in sneslinesearchsetpostcheck_() argument
|
| /petsc/src/snes/utils/ftn-custom/ |
| H A D | zdmlocalsnesf.c | 28 …cobianlocal_(DM *dm, void (*jac)(DM *, Vec *, Mat *, Mat *, void *, PetscErrorCode *), PetscCtx ct… in dmsnessetjacobianlocal_() argument 51 …ssetfunctionlocal_(DM *dm, void (*func)(DM *, Vec *, Vec *, void *, PetscErrorCode *), PetscCtx ct… in dmsnessetfunctionlocal_() argument
|
| H A D | zdmsnesf.c | 30 …setjacobian_(DM *dm, void (*jac)(DM *, Vec *, Mat *, Mat *, void *, PetscErrorCode *), PetscCtx ct… in dmsnessetjacobian_() argument 55 …snessetfunction_(DM *dm, void (*func)(SNES *, Vec *, Vec *, void *, PetscErrorCode *), PetscCtx ct… in dmsnessetfunction_() argument
|
| H A D | zdmdasnesf.c | 58 …oid (*jac)(DMDALocalInfo *, void *, void *, void *, void *, void *, PetscErrorCode *), PetscCtx ct… in dmdasnessetjacobianlocal_() argument 120 …rtMode *mode, void (*func)(DMDALocalInfo *, void *, void *, void *, PetscErrorCode *), PetscCtx ct… in dmdasnessetfunctionlocal_() argument
|
| /petsc/src/snes/impls/shell/ftn-custom/ |
| H A D | zsnesshellf.c | 19 PETSC_EXTERN void snesshellsetsolve_(SNES *snes, void (*func)(SNES *, Vec *, PetscErrorCode *), Pet… in snesshellsetsolve_() argument
|
| /petsc/src/mat/matfd/ftn-custom/ |
| H A D | zfdmatrixf.c | 56 …(MatFDColoring *fd, void (*f)(TS *, double *, Vec *, Vec *, void *, PetscErrorCode *), PetscCtx ct… in matfdcoloringsetfunctionts_() argument 64 …unction_(MatFDColoring *fd, void (*f)(SNES *, Vec *, Vec *, void *, PetscErrorCode *), PetscCtx ct… in matfdcoloringsetfunction_() argument
|
| /petsc/src/mat/impls/mffd/ftn-custom/ |
| H A D | zmffdf.c | 19 …id matmffdsetfunction_(Mat *mat, void (*func)(void *, Vec *, Vec *, PetscErrorCode *), PetscCtx ct… in matmffdsetfunction_() argument
|
| /petsc/src/snes/linesearch/impls/shell/ftn-custom/ |
| H A D | zlinesearchshellf.c | 19 …(SNESLineSearch *linesearch, void (*func)(SNESLineSearch *, void *, PetscErrorCode *), PetscCtx ct… in sneslinesearchshellsetapply_() argument
|
| /petsc/src/ksp/ksp/impls/gmres/ftn-custom/ |
| H A D | zgmres2f.c | 26 …essetorthogonalization_(KSP *ksp, void (*orthog)(KSP *, PetscInt *, PetscErrorCode *), PetscErrorC… in kspgmressetorthogonalization_() argument
|
| /petsc/src/ksp/pc/impls/mg/ftn-custom/ |
| H A D | zmgfuncf.c | 22 …_(PC *pc, PetscInt *l, void (*residual)(Mat *, Vec *, Vec *, Vec *, PetscErrorCode *), Mat *mat, P… in pcmgsetresidual_() argument
|
| /petsc/src/dm/dt/interface/ftn-custom/ |
| H A D | zdsf.c | 22 …*, PetscScalar *, PetscInt *, PetscScalar *, PetscScalar *, void *, PetscErrorCode *), PetscErrorC… in petscdssetriemannsolver_() argument
|
| /petsc/src/sys/error/ftn-custom/ |
| H A D | zerrf.c | 73 …ler_(void (*handler)(MPI_Comm *, int *, const char *, const char *, PetscErrorCode *, PetscErrorTy… in petscpusherrorhandler_() argument
|
| /petsc/src/binding/petsc4py/src/petsc4py/ |
| H A D | PETSc.pxd | 356 cdef PetscErrorCode CHKERR(PetscErrorCode) except PETSC_ERR_PYTHON nogil argument
|