Home
last modified time | relevance | path

Searched defs:void (Results 76 – 100 of 266) sorted by relevance

1234567891011

/petsc/src/tao/interface/
H A Dtaosolverregi.c72 PetscErrorCode TaoRegisterAll(void) in TaoRegisterAll() argument
/petsc/src/mat/tests/
H A Dex230.c5 PetscErrorCode ex1_nonsquare_bs1(void) in ex1_nonsquare_bs1() argument
105 PetscErrorCode ex2_square_bsvariable(void) in ex2_square_bsvariable() argument
H A Dex202.c5 PetscErrorCode TestInitialMatrix(void) in TestInitialMatrix() argument
99 PetscErrorCode TestReuseMatrix(void) in TestReuseMatrix() argument
/petsc/src/sys/objects/
H A Ddestroy.c347 static PetscErrorCode PetscRunRegisteredFinalizers(void) in PetscRunRegisteredFinalizers() argument
441 PetscErrorCode PetscObjectRegisterDestroyAll(void) in PetscObjectRegisterDestroyAll() argument
465 PetscErrorCode PetscRegisterFinalize(PetscErrorCode (*f)(void)) in PetscRegisterFinalize()
486 PetscErrorCode PetscRegisterFinalizeAll(void) in PetscRegisterFinalizeAll() argument
/petsc/src/ts/interface/ftn-custom/
H A Dztsf.c155 …void tsmonitorlgsettransform_(TS *ts, void (*f)(void *, Vec *, Vec *, PetscErrorCode *), PetscErro… in tsmonitorlgsettransform_() argument
178 …trhsfunction_(TS *ts, Vec *r, void (*f)(TS *, PetscReal *, Vec *, Vec *, void *, PetscErrorCode *)… in tssetrhsfunction_() argument
200 …ction_(TS *ts, Vec *r, void (*f)(TS *, PetscReal *, Vec *, Vec *, Vec *, void *, PetscErrorCode *)… in tssetifunction_() argument
222 …S *ts, Mat *A, Mat *B, void (*f)(TS *, PetscReal *, Vec *, Mat *, Mat *, void *, PetscErrorCode *)… in tssetrhsjacobian_() argument
235 …B, void (*f)(TS *, PetscReal *, Vec *, Vec *, PetscReal *, Mat *, Mat *, void *, PetscErrorCode *)… in tssetijacobian_() argument
252 …ts, Mat *A, void (*f)(TS *, PetscReal *, Vec *, Vec *, PetscReal, Mat *, void *, PetscErrorCode *)… in tssetijacobianp_() argument
264 …rhsjacobianp_(TS *ts, Mat *A, void (*f)(TS *, PetscReal *, Vec *, Mat *, void *, PetscErrorCode *)… in tssetrhsjacobianp_() argument
281 …id (*func)(TS *, PetscInt *, PetscReal *, Vec *, void *, PetscErrorCode *), void *mctx, void (*d)(… in tsmonitorset_() argument
/petsc/src/snes/utils/
H A Ddmlocalsnes.c206 PetscErrorCode DMSNESSetObjectiveLocal(DM dm, PetscErrorCode (*func)(DM, Vec, PetscReal *, void *),… in DMSNESSetObjectiveLocal() argument
353 PetscErrorCode DMSNESGetObjectiveLocal(DM dm, PetscErrorCode (**func)(DM, Vec, PetscReal *, void *) in DMSNESGetObjectiveLocal() argument
383 PetscErrorCode DMSNESGetFunctionLocal(DM dm, PetscErrorCode (**func)(DM, Vec, Vec, void *), PetscCt… in DMSNESGetFunctionLocal() argument
413 PetscErrorCode DMSNESGetBoundaryLocal(DM dm, PetscErrorCode (**func)(DM, Vec, void *), PetscCtxRt c… in DMSNESGetBoundaryLocal() argument
443 PetscErrorCode DMSNESGetJacobianLocal(DM dm, PetscErrorCode (**func)(DM, Vec, Mat, Mat, void *), Pe… in DMSNESGetJacobianLocal() argument
/petsc/src/vec/vec/utils/tagger/interface/
H A Dtaggerregi.c20 PetscErrorCode VecTaggerRegisterAll(void) in VecTaggerRegisterAll() argument
/petsc/src/dm/field/interface/
H A Ddmfieldregi.c18 PetscErrorCode DMFieldRegisterAll(void) in DMFieldRegisterAll() argument
/petsc/src/ts/characteristic/interface/
H A Dcharacteristic.c251 …scErrorCode (*interp)(Vec, PetscReal[], PetscInt, PetscInt[], PetscScalar[], void *), PetscCtx ctx) in CharacteristicSetVelocityInterpolation() argument
264 …onents, PetscInt components[], PetscErrorCode (*interp)(void *, PetscReal[], PetscInt, PetscInt[],… in CharacteristicSetVelocityInterpolationLocal() argument
277 …scErrorCode (*interp)(Vec, PetscReal[], PetscInt, PetscInt[], PetscScalar[], void *), PetscCtx ctx) in CharacteristicSetFieldInterpolation() argument
292 …onents, PetscInt components[], PetscErrorCode (*interp)(void *, PetscReal[], PetscInt, PetscInt[],… in CharacteristicSetFieldInterpolationLocal() argument
/petsc/src/sys/tests/
H A Dex59.c8 void demo(void) in demo() argument
H A Dex75.c10 void MakeAnError(void) in MakeAnError() argument
/petsc/src/vec/is/sf/interface/
H A Dsfregi.c28 PetscErrorCode PetscSFRegisterAll(void) in PetscSFRegisterAll() argument
/petsc/src/tao/leastsquares/impls/brgn/ftn-custom/
H A Dzbrgnf.c27 …radientroutine_(Tao *tao, void (*func)(Tao *, Vec *, PetscReal *, Vec *, void *, PetscErrorCode *)… in taobrgnsetregularizerobjectiveandgradientroutine_() argument
34 …rizerhessianroutine_(Tao *tao, Mat *H, void (*func)(Tao *, Vec *, Mat *, void *, PetscErrorCode *)… in taobrgnsetregularizerhessianroutine_() argument
/petsc/src/snes/interface/
H A Dsnesregi.c43 PetscErrorCode SNESRegisterAll(void) in SNESRegisterAll() argument
/petsc/src/dm/tutorials/
H A Dswarm_ex1.c14 PetscErrorCode ex1_1(void) in ex1_1() argument
94 PetscErrorCode ex1_2(void) in ex1_2() argument
177 PetscErrorCode ex1_3(void) in ex1_3() argument
340 PetscErrorCode ex1_4(void) in ex1_4() argument
H A Dswarm_ex2.c10 PetscErrorCode ex2_1(void) in ex2_1() argument
/petsc/src/snes/utils/ftn-custom/
H A Dzdmlocalsnesf.c28 PETSC_EXTERN void dmsnessetjacobianlocal_(DM *dm, void (*jac)(DM *, Vec *, Mat *, Mat *, void *, Pe… in dmsnessetjacobianlocal_() argument
51 PETSC_EXTERN void dmsnessetfunctionlocal_(DM *dm, void (*func)(DM *, Vec *, Vec *, void *, PetscErr… in dmsnessetfunctionlocal_() argument
H A Dzdmsnesf.c30 PETSC_EXTERN void dmsnessetjacobian_(DM *dm, void (*jac)(DM *, Vec *, Mat *, Mat *, void *, PetscEr… in dmsnessetjacobian_() argument
55 PETSC_EXTERN void dmsnessetfunction_(DM *dm, void (*func)(SNES *, Vec *, Vec *, void *, PetscErrorC… in dmsnessetfunction_() argument
/petsc/src/ksp/ksp/tests/
H A Dex22.c5 PetscErrorCode test_solve(void) in test_solve() argument
116 PetscErrorCode test_solve_matgetvecs(void) in test_solve_matgetvecs() argument
/petsc/src/sys/classes/bm/interfaces/
H A Dbm.c18 static PetscErrorCode PetscBenchFinalizePackage(void) in PetscBenchFinalizePackage() argument
33 PetscErrorCode PetscBenchInitializePackage(void) in PetscBenchInitializePackage() argument
/petsc/src/dm/interface/
H A Ddmgeommodel.c58 PetscErrorCode DMGeomModelRegisterAll(void) in DMGeomModelRegisterAll() argument
109 PetscErrorCode DMGeomModelRegisterDestroy(void) in DMGeomModelRegisterDestroy() argument
H A Ddmgenerate.c41 PetscErrorCode DMGenerateRegisterAll(void) in DMGenerateRegisterAll() argument
123 PetscErrorCode DMGenerateRegisterDestroy(void) in DMGenerateRegisterDestroy() argument
/petsc/src/sys/mpiuni/
H A Dmpitime.c16 double MPI_Wtime(void) in MPI_Wtime() argument
/petsc/src/sys/error/
H A Dfp.c82 PetscErrorCode PetscFPTrapPop(void) in PetscFPTrapPop() argument
216 PetscErrorCode PetscDetermineInitialFPTrap(void) in PetscDetermineInitialFPTrap() argument
/petsc/src/mat/matfd/ftn-custom/
H A Dzfdmatrixf.c56 …etfunctionts_(MatFDColoring *fd, void (*f)(TS *, double *, Vec *, Vec *, void *, PetscErrorCode *)… in matfdcoloringsetfunctionts_() argument
64 …dcoloringsetfunction_(MatFDColoring *fd, void (*f)(SNES *, Vec *, Vec *, void *, PetscErrorCode *)… in matfdcoloringsetfunction_() argument

1234567891011