Home
last modified time | relevance | path

Searched defs:void (Results 176 – 200 of 266) sorted by relevance

1234567891011

/petsc/src/ts/tests/
H A Dex10.c30 …tion(TSDAESimple tsdae, Vec U, PetscErrorCode (*f)(PetscReal, Vec, Vec, Vec, void *), PetscCtx ctx) in TSDAESimpleSetRHSFunction() argument
40 …tion(TSDAESimple tsdae, Vec V, PetscErrorCode (*F)(PetscReal, Vec, Vec, Vec, void *), PetscCtx ctx) in TSDAESimpleSetIFunction() argument
/petsc/src/mat/impls/aij/seq/essl/
H A Dessl.c155 PETSC_INTERN PetscErrorCode MatSolverTypeRegister_Essl(void) in MatSolverTypeRegister_Essl() argument
/petsc/src/mat/impls/aij/seq/matlab/
H A Daijmatlab.c209 PETSC_INTERN PetscErrorCode MatSolverTypeRegister_Matlab(void) in MatSolverTypeRegister_Matlab() argument
/petsc/src/ts/impls/explicit/rk/
H A Drk.c179 PetscErrorCode TSRKRegisterAll(void) in TSRKRegisterAll() argument
357 PetscErrorCode TSRKRegisterDestroy(void) in TSRKRegisterDestroy() argument
383 PetscErrorCode TSRKInitializePackage(void) in TSRKInitializePackage() argument
401 PetscErrorCode TSRKFinalizePackage(void) in TSRKFinalizePackage() argument
/petsc/src/ksp/pc/impls/tfs/
H A Dcomm.c31 PetscErrorCode PCTFS_comm_init(void) in PCTFS_comm_init() argument
H A Dxxt.c62 xxt_ADT XXT_new(void) in XXT_new() argument
80PetscErrorCode (*matvec)(void *, PetscScalar *, PetscScalar *), /* b_loc=A_local.x_loc */ in XXT_factor()
/petsc/src/mat/impls/mffd/
H A Dmffd.c20 PetscErrorCode MatMFFDFinalizePackage(void) in MatMFFDFinalizePackage() argument
37 PetscErrorCode MatMFFDInitializePackage(void) in MatMFFDInitializePackage() argument
/petsc/src/ts/tutorials/
H A Dex16.c139 static PetscErrorCode RegisterMyARK2(void) in RegisterMyARK2() argument
/petsc/src/ts/impls/multirate/
H A Dmprk.c226 PetscErrorCode TSMPRKRegisterAll(void) in TSMPRKRegisterAll() argument
379 PetscErrorCode TSMPRKRegisterDestroy(void) in TSMPRKRegisterDestroy() argument
408 PetscErrorCode TSMPRKInitializePackage(void) in TSMPRKInitializePackage() argument
426 PetscErrorCode TSMPRKFinalizePackage(void) in TSMPRKFinalizePackage() argument
/petsc/src/dm/impls/forest/
H A Dforest.c17 static PetscErrorCode DMForestPackageFinalize(void) in DMForestPackageFinalize() argument
31 static PetscErrorCode DMForestPackageInitialize(void) in DMForestPackageInitialize() argument
360 …scErrorCode (**func)(DM, PetscInt, PetscInt, const PetscReal[], PetscReal[], void *), PetscCtx ctx) in DMForestGetBaseCoordinateMapping() argument
/petsc/src/sys/objects/
H A Dinherit.c16 PetscObjectId PetscObjectNewId_Internal(void) in PetscObjectNewId_Internal() argument
1009 PetscErrorCode PetscContainerSetUserDestroy(PetscContainer obj, PetscErrorCode (*des)(void *)) in PetscContainerSetUserDestroy()
/petsc/src/ksp/ksp/tests/
H A Dex11.c146 PetscErrorCode port_lsd_bfbt(void) in port_lsd_bfbt() argument
/petsc/src/ts/impls/glee/
H A Dglee.c154 PetscErrorCode TSGLEERegisterAll(void) in TSGLEERegisterAll() argument
302 PetscErrorCode TSGLEERegisterDestroy(void) in TSGLEERegisterDestroy() argument
331 PetscErrorCode TSGLEEInitializePackage(void) in TSGLEEInitializePackage() argument
350 PetscErrorCode TSGLEEFinalizePackage(void) in TSGLEEFinalizePackage() argument
/petsc/src/ts/impls/rosw/
H A Drosw.c330 PetscErrorCode TSRosWRegisterAll(void) in TSRosWRegisterAll() argument
754 PetscErrorCode TSRosWRegisterDestroy(void) in TSRosWRegisterDestroy() argument
781 PetscErrorCode TSRosWInitializePackage(void) in TSRosWInitializePackage() argument
799 PetscErrorCode TSRosWFinalizePackage(void) in TSRosWFinalizePackage() argument
/petsc/src/ksp/pc/impls/galerkin/
H A Dgalerkin.c138 …Submatrix_Galerkin(PC pc, PetscErrorCode (*computeAsub)(PC, Mat, Mat, Mat *, void *), PetscCtx ctx) in PCGalerkinSetComputeSubmatrix_Galerkin() argument
/petsc/src/sys/utils/
H A Dserver.c46 PetscErrorCode PetscShmgetAddressesFinalize(void) in PetscShmgetAddressesFinalize() argument
/petsc/src/dm/tutorials/
H A Dswarm_ex3.c127 PetscErrorCode ex3_1(void) in ex3_1() argument
/petsc/src/ksp/ksp/tutorials/
H A Dex56.c17 static PetscErrorCode MaybeLogStagePop(void) in MaybeLogStagePop() argument
H A Dex73.c771 PetscErrorCode test_hierarchy(void) in test_hierarchy() argument
811 PetscErrorCode test_basic(void) in test_basic() argument
851 PetscErrorCode test_mg(void) in test_mg() argument
/petsc/src/dm/impls/plex/
H A Dplexdd.c309 …at *J, PetscErrorCode (**setup)(Mat, PetscReal, Vec, Vec, PetscReal, IS, void *), void **setup_ctx) in DMCreateNeumannOverlap_Plex() argument
/petsc/src/mat/impls/aij/mpi/superlu_dist/
H A Dsuperlu_dist.c178 static PetscErrorCode Petsc_Superlu_dist_keyval_free(void) in Petsc_Superlu_dist_keyval_free() argument
976 PETSC_INTERN PetscErrorCode MatSolverTypeRegister_SuperLU_DIST(void) in MatSolverTypeRegister_SuperLU_DIST() argument
/petsc/src/sys/info/
H A Dverboseinfo.c431 PetscErrorCode PetscInfoDestroy(void) in PetscInfoDestroy() argument
/petsc/src/mat/impls/aij/seq/seqviennacl/
H A Daijviennacl.cxx492 PETSC_INTERN PetscErrorCode MatSolverTypeRegister_ViennaCL(void) in MatSolverTypeRegister_ViennaCL() argument
/petsc/src/ts/impls/implicit/glle/
H A Dglle.c1272 PetscErrorCode TSGLLERegisterAll(void) in TSGLLERegisterAll() argument
1291 PetscErrorCode TSGLLEInitializePackage(void) in TSGLLEInitializePackage() argument
1309 PetscErrorCode TSGLLEFinalizePackage(void) in TSGLLEFinalizePackage() argument
/petsc/src/ts/impls/arkimex/
H A Darkimex.c433 PetscErrorCode TSARKIMEXRegisterAll(void) in TSARKIMEXRegisterAll() argument
1024 PetscErrorCode TSARKIMEXRegisterDestroy(void) in TSARKIMEXRegisterDestroy() argument
1050 PetscErrorCode TSARKIMEXInitializePackage(void) in TSARKIMEXInitializePackage() argument
1068 PetscErrorCode TSARKIMEXFinalizePackage(void) in TSARKIMEXFinalizePackage() argument

1234567891011