| /petsc/src/sys/logging/handler/interface/ |
| H A D | loghandler.c | 371 …PetscTryMethod(handler, "PetscLogHandlerGetEventPerfInfo_C", (PetscLogHandler, PetscLogStage, Pets… in PetscLogHandlerGetEventPerfInfo() 398 …PetscTryMethod(handler, "PetscLogHandlerGetStagePerfInfo_C", (PetscLogHandler, PetscLogStage, Pets… in PetscLogHandlerGetStagePerfInfo() 427 …PetscTryMethod(handler, "PetscLogHandlerSetLogActions_C", (PetscLogHandler, PetscBool), (handler, … in PetscLogHandlerSetLogActions() 456 …PetscTryMethod(handler, "PetscLogHandlerSetLogObjects_C", (PetscLogHandler, PetscBool), (handler, … in PetscLogHandlerSetLogObjects() 463 …PetscTryMethod(handler, "PetscLogHandlerLogObjectState_C", (PetscLogHandler, PetscObject, const ch… in PetscLogHandlerLogObjectState_Internal() 526 …PetscTryMethod(handler, "PetscLogHandlerGetNumObjects_C", (PetscLogHandler, PetscInt *), (handler,… in PetscLogHandlerGetNumObjects() 553 …PetscTryMethod(handler, "PetscLogHandlerEventDeactivatePush_C", (PetscLogHandler, PetscLogStage, P… in PetscLogHandlerEventDeactivatePush() 580 …PetscTryMethod(handler, "PetscLogHandlerEventDeactivatePop_C", (PetscLogHandler, PetscLogStage, Pe… in PetscLogHandlerEventDeactivatePop() 605 PetscTryMethod(handler, "PetscLogHandlerEventsPause_C", (PetscLogHandler), (handler)); in PetscLogHandlerEventsPause() 630 PetscTryMethod(handler, "PetscLogHandlerEventsResume_C", (PetscLogHandler), (handler)); in PetscLogHandlerEventsResume() [all …]
|
| /petsc/src/ksp/pc/impls/factor/ |
| H A D | factor.c | 108 PetscTryMethod(pc, "PCFactorSetUpMatSolverType_C", (PC), (pc)); in PCFactorSetUpMatSolverType() 133 PetscTryMethod(pc, "PCFactorSetZeroPivot_C", (PC, PetscReal), (pc, zero)); in PCFactorSetZeroPivot() 159 PetscTryMethod(pc, "PCFactorSetShiftType_C", (PC, MatFactorShiftType), (pc, shifttype)); in PCFactorSetShiftType() 185 PetscTryMethod(pc, "PCFactorSetShiftAmount_C", (PC, PetscReal), (pc, shiftamount)); in PCFactorSetShiftAmount() 219 …PetscTryMethod(pc, "PCFactorSetDropTolerance_C", (PC, PetscReal, PetscReal, PetscInt), (pc, dt, dt… in PCFactorSetDropTolerance() 337 PetscTryMethod(pc, "PCFactorSetLevels_C", (PC, PetscInt), (pc, levels)); in PCFactorSetLevels() 365 PetscTryMethod(pc, "PCFactorSetAllowDiagonalFill_C", (PC, PetscBool), (pc, flg)); in PCFactorSetAllowDiagonalFill() 417 PetscTryMethod(pc, "PCFactorReorderForNonzeroDiagonal_C", (PC, PetscReal), (pc, rtol)); in PCFactorReorderForNonzeroDiagonal() 447 PetscTryMethod(pc, "PCFactorSetMatSolverType_C", (PC, MatSolverType), (pc, stype)); in PCFactorSetMatSolverType() 512 PetscTryMethod(pc, "PCFactorSetFill_C", (PC, PetscReal), (pc, fill)); in PCFactorSetFill() [all …]
|
| /petsc/src/ksp/ksp/impls/cg/ |
| H A D | cgtype.c | 33 PetscTryMethod(ksp, "KSPCGSetType_C", (KSP, KSPCGType), (ksp, type)); in KSPCGSetType() 65 PetscTryMethod(ksp, "KSPCGUseSingleReduction_C", (KSP, PetscBool), (ksp, flg)); in KSPCGUseSingleReduction() 90 PetscTryMethod(ksp, "KSPCGSetRadius_C", (KSP, PetscReal), (ksp, radius)); in KSPCGSetRadius() 117 PetscTryMethod(ksp, "KSPCGSetObjectiveTarget_C", (KSP, PetscReal), (ksp, obj)); in KSPCGSetObjectiveTarget()
|
| /petsc/src/mat/impls/aij/mpi/strumpack/ |
| H A D | strumpack.c | 89 PetscTryMethod(F, "MatSTRUMPACKSetReordering_C", (Mat, MatSTRUMPACKReordering), (F, reordering)); in MatSTRUMPACKSetReordering() 111 …PetscTryMethod(F, "MatSTRUMPACKGetReordering_C", (Mat, MatSTRUMPACKReordering *), (F, reordering)); in MatSTRUMPACKGetReordering() 155 PetscTryMethod(F, "MatSTRUMPACKSetColPerm_C", (Mat, PetscBool), (F, cperm)); in MatSTRUMPACKSetColPerm() 178 PetscTryMethod(F, "MatSTRUMPACKGetColPerm_C", (Mat, PetscBool *), (F, cperm)); in MatSTRUMPACKGetColPerm() 227 PetscTryMethod(F, "MatSTRUMPACKSetGPU_C", (Mat, PetscBool), (F, gpu)); in MatSTRUMPACKSetGPU() 250 PetscTryMethod(F, "MatSTRUMPACKGetGPU_C", (Mat, PetscBool *), (F, gpu)); in MatSTRUMPACKGetGPU() 301 PetscTryMethod(F, "MatSTRUMPACKSetCompression_C", (Mat, MatSTRUMPACKCompressionType), (F, comp)); in MatSTRUMPACKSetCompression() 324 …PetscTryMethod(F, "MatSTRUMPACKGetCompression_C", (Mat, MatSTRUMPACKCompressionType *), (F, comp)); in MatSTRUMPACKGetCompression() 367 PetscTryMethod(F, "MatSTRUMPACKSetCompRelTol_C", (Mat, PetscReal), (F, rtol)); in MatSTRUMPACKSetCompRelTol() 389 PetscTryMethod(F, "MatSTRUMPACKGetCompRelTol_C", (Mat, PetscReal *), (F, rtol)); in MatSTRUMPACKGetCompRelTol() [all …]
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexexodusii.c | 23 PetscTryMethod(viewer, "PetscViewerGetId_C", (PetscViewer, int *), (viewer, exoid)); in PetscViewerExodusIIGetId() 46 PetscTryMethod(viewer, "PetscViewerSetOrder_C", (PetscViewer, PetscInt), (viewer, order)); in PetscViewerExodusIISetOrder() 69 PetscTryMethod(viewer, "PetscViewerGetOrder_C", (PetscViewer, PetscInt *), (viewer, order)); in PetscViewerExodusIIGetOrder()
|
| /petsc/src/ksp/ksp/impls/rich/ |
| H A D | richscale.c | 24 PetscTryMethod(ksp, "KSPRichardsonSetScale_C", (KSP, PetscReal), (ksp, scale)); in KSPRichardsonSetScale() 56 PetscTryMethod(ksp, "KSPRichardsonSetSelfScale_C", (KSP, PetscBool), (ksp, scale)); in KSPRichardsonSetSelfScale()
|
| /petsc/src/ksp/pc/impls/shell/ |
| H A D | shellpc.c | 469 PetscTryMethod(pc, "PCShellSetDestroy_C", (PC, PetscErrorCode (*)(PC)), (pc, destroy)); in PCShellSetDestroy() 497 PetscTryMethod(pc, "PCShellSetSetUp_C", (PC, PetscErrorCode (*)(PC)), (pc, setup)); in PCShellSetSetUp() 525 PetscTryMethod(pc, "PCShellSetView_C", (PC, PetscErrorCode (*)(PC, PetscViewer)), (pc, view)); in PCShellSetView() 554 PetscTryMethod(pc, "PCShellSetApply_C", (PC, PetscErrorCode (*)(PC, Vec, Vec)), (pc, apply)); in PCShellSetApply() 583 …PetscTryMethod(pc, "PCShellSetMatApply_C", (PC, PetscErrorCode (*)(PC, Mat, Mat)), (pc, matapply)); in PCShellSetMatApply() 612 …PetscTryMethod(pc, "PCShellSetApplySymmetricLeft_C", (PC, PetscErrorCode (*)(PC, Vec, Vec)), (pc, … in PCShellSetApplySymmetricLeft() 641 …PetscTryMethod(pc, "PCShellSetApplySymmetricRight_C", (PC, PetscErrorCode (*)(PC, Vec, Vec)), (pc,… in PCShellSetApplySymmetricRight() 672 …PetscTryMethod(pc, "PCShellSetApplyBA_C", (PC, PetscErrorCode (*)(PC, PCSide, Vec, Vec, Vec)), (pc… in PCShellSetApplyBA() 701 …PetscTryMethod(pc, "PCShellSetApplyTranspose_C", (PC, PetscErrorCode (*)(PC, Vec, Vec)), (pc, appl… in PCShellSetApplyTranspose() 730 …PetscTryMethod(pc, "PCShellSetMatApplyTranspose_C", (PC, PetscErrorCode (*)(PC, Mat, Mat)), (pc, m… in PCShellSetMatApplyTranspose() [all …]
|
| /petsc/src/sys/classes/viewer/impls/python/ |
| H A D | pythonviewer.c | 25 …PetscTryMethod(viewer, "PetscViewerPythonSetType_C", (PetscViewer, const char[]), (viewer, pyname)… in PetscViewerPythonSetType() 71 …PetscTryMethod(viewer, "PetscViewerPythonViewObject_C", (PetscViewer, PetscObject), (viewer, obj)); in PetscViewerPythonViewObject()
|
| /petsc/src/ksp/pc/impls/spai/ |
| H A D | ispai.c | 255 PetscTryMethod(pc, "PCSPAISetEpsilon_C", (PC, PetscReal), (pc, epsilon1)); in PCSPAISetEpsilon() 282 PetscTryMethod(pc, "PCSPAISetNBSteps_C", (PC, PetscInt), (pc, nbsteps1)); in PCSPAISetNBSteps() 301 PetscTryMethod(pc, "PCSPAISetMax_C", (PC, PetscInt), (pc, max1)); in PCSPAISetMax() 319 PetscTryMethod(pc, "PCSPAISetMaxNew_C", (PC, PetscInt), (pc, maxnew1)); in PCSPAISetMaxNew() 358 PetscTryMethod(pc, "PCSPAISetBlockSize_C", (PC, PetscInt), (pc, block_size1)); in PCSPAISetBlockSize() 382 PetscTryMethod(pc, "PCSPAISetCacheSize_C", (PC, PetscInt), (pc, cache_size)); in PCSPAISetCacheSize() 403 PetscTryMethod(pc, "PCSPAISetVerbose_C", (PC, PetscInt), (pc, verbose)); in PCSPAISetVerbose() 429 PetscTryMethod(pc, "PCSPAISetSp_C", (PC, PetscInt), (pc, sp)); in PCSPAISetSp()
|
| /petsc/src/mat/graphops/partition/impls/party/ |
| H A D | party.c | 181 …PetscTryMethod(part, "MatPartitioningPartySetGlobal_C", (MatPartitioning, const char *), (part, gl… in MatPartitioningPartySetGlobal() 221 …PetscTryMethod(part, "MatPartitioningPartySetLocal_C", (MatPartitioning, const char *), (part, loc… in MatPartitioningPartySetLocal() 256 …PetscTryMethod(part, "MatPartitioningPartySetCoarseLevel_C", (MatPartitioning, PetscReal), (part, … in MatPartitioningPartySetCoarseLevel() 293 …PetscTryMethod(part, "MatPartitioningPartySetMatchOptimization_C", (MatPartitioning, PetscBool), (… in MatPartitioningPartySetMatchOptimization() 327 PetscTryMethod(part, "MatPartitioningPartySetBipart_C", (MatPartitioning, PetscBool), (part, bp)); in MatPartitioningPartySetBipart()
|
| /petsc/src/ksp/ksp/impls/gmres/ |
| H A D | gmpre.c | 33 PetscTryMethod(ksp, "KSPGMRESSetPreAllocateVectors_C", (KSP), (ksp)); in KSPGMRESSetPreAllocateVectors()
|
| H A D | gmres2.c | 36 …PetscTryMethod(ksp, "KSPGMRESSetOrthogonalization_C", (KSP, PetscErrorCode (*)(KSP, PetscInt)), (k… in KSPGMRESSetOrthogonalization()
|
| /petsc/src/ksp/pc/impls/deflation/ |
| H A D | deflation.c | 37 PetscTryMethod(pc, "PCDeflationSetInitOnly_C", (PC, PetscBool), (pc, flg)); in PCDeflationSetInitOnly() 72 PetscTryMethod(pc, "PCDeflationSetLevels_C", (PC, PetscInt, PetscInt), (pc, 0, max)); in PCDeflationSetLevels() 109 PetscTryMethod(pc, "PCDeflationSetReductionFactor_C", (PC, PetscInt), (pc, red)); in PCDeflationSetReductionFactor() 151 PetscTryMethod(pc, "PCDeflationSetCorrectionFactor_C", (PC, PetscScalar), (pc, fact)); in PCDeflationSetCorrectionFactor() 194 …PetscTryMethod(pc, "PCDeflationSetSpaceToCompute_C", (PC, PCDeflationSpaceType, PetscInt), (pc, ty… in PCDeflationSetSpaceToCompute() 244 PetscTryMethod(pc, "PCDeflationSetSpace_C", (PC, Mat, PetscBool), (pc, W, transpose)); in PCDeflationSetSpace() 277 PetscTryMethod(pc, "PCDeflationSetProjectionNullSpaceMat_C", (PC, Mat), (pc, mat)); in PCDeflationSetProjectionNullSpaceMat() 310 PetscTryMethod(pc, "PCDeflationSetCoarseMat_C", (PC, Mat), (pc, mat)); in PCDeflationSetCoarseMat() 343 PetscTryMethod(pc, "PCDeflationGetCoarseKSP_C", (PC, KSP *), (pc, ksp)); in PCDeflationGetCoarseKSP() 376 PetscTryMethod(pc, "PCDeflationGetPC_C", (PC, PC *), (pc, apc)); in PCDeflationGetPC()
|
| /petsc/src/mat/impls/mffd/ |
| H A D | mffd.c | 122 PetscTryMethod(mat, "MatMFFDSetType_C", (Mat, MatMFFDType), (mat, ftype)); in MatMFFDSetType() 767 PetscTryMethod(mat, "MatMFFDSetFunction_C", (Mat, MatMFFDFn *, void *), (mat, func, funcctx)); in MatMFFDSetFunction() 796 PetscTryMethod(mat, "MatMFFDSetFunctioni_C", (Mat, MatMFFDiFn *), (mat, funci)); in MatMFFDSetFunctioni() 824 PetscTryMethod(mat, "MatMFFDSetFunctioniBase_C", (Mat, MatMFFDiBaseFn *), (mat, func)); in MatMFFDSetFunctioniBase() 850 PetscTryMethod(mat, "MatMFFDSetPeriod_C", (Mat, PetscInt), (mat, period)); in MatMFFDSetPeriod() 884 PetscTryMethod(mat, "MatMFFDSetFunctionError_C", (Mat, PetscReal), (mat, error)); in MatMFFDSetFunctionError() 940 PetscTryMethod(J, "MatMFFDResetHHistory_C", (Mat), (J)); in MatMFFDResetHHistory() 971 PetscTryMethod(J, "MatMFFDSetBase_C", (Mat, Vec, Vec), (J, U, F)); in MatMFFDSetBase() 1003 PetscTryMethod(J, "MatMFFDSetCheckh_C", (Mat, MatMFFDCheckhFn *, void *), (J, fun, ctx)); in MatMFFDSetCheckh()
|
| /petsc/src/mat/graphops/partition/impls/chaco/ |
| H A D | chaco.c | 216 …PetscTryMethod(part, "MatPartitioningChacoSetGlobal_C", (MatPartitioning, MPChacoGlobalType), (par… in MatPartitioningChacoSetGlobal() 259 …PetscTryMethod(part, "MatPartitioningChacoGetGlobal_C", (MatPartitioning, MPChacoGlobalType *), (p… in MatPartitioningChacoGetGlobal() 297 …PetscTryMethod(part, "MatPartitioningChacoSetLocal_C", (MatPartitioning, MPChacoLocalType), (part,… in MatPartitioningChacoSetLocal() 372 …PetscTryMethod(part, "MatPartitioningChacoSetCoarseLevel_C", (MatPartitioning, PetscReal), (part, … in MatPartitioningChacoSetCoarseLevel() 412 …PetscTryMethod(part, "MatPartitioningChacoSetEigenSolver_C", (MatPartitioning, MPChacoEigenType), … in MatPartitioningChacoSetEigenSolver() 489 …PetscTryMethod(part, "MatPartitioningChacoSetEigenTol_C", (MatPartitioning, PetscReal), (part, tol… in MatPartitioningChacoSetEigenTol() 565 …PetscTryMethod(part, "MatPartitioningChacoSetEigenNumber_C", (MatPartitioning, PetscInt), (part, n… in MatPartitioningChacoSetEigenNumber()
|
| /petsc/src/ts/impls/implicit/sundials/ |
| H A D | sundials.c | 630 PetscTryMethod(ts, "TSSundialsSetType_C", (TS, TSSundialsLmmType), (ts, type)); in TSSundialsSetType() 653 PetscTryMethod(ts, "TSSundialsSetMaxOrd_C", (TS, PetscInt), (ts, maxord)); in TSSundialsSetMaxord() 678 PetscTryMethod(ts, "TSSundialsSetMaxl_C", (TS, PetscInt), (ts, maxl)); in TSSundialsSetMaxl() 704 PetscTryMethod(ts, "TSSundialsSetLinearTolerance_C", (TS, PetscReal), (ts, tol)); in TSSundialsSetLinearTolerance() 728 PetscTryMethod(ts, "TSSundialsSetGramSchmidtType_C", (TS, TSSundialsGramSchmidtType), (ts, type)); in TSSundialsSetGramSchmidtType() 756 PetscTryMethod(ts, "TSSundialsSetTolerance_C", (TS, PetscReal, PetscReal), (ts, aabs, rel)); in TSSundialsSetTolerance() 799 PetscTryMethod(ts, "TSSundialsSetMinTimeStep_C", (TS, PetscReal), (ts, mindt)); in TSSundialsSetMinTimeStep() 817 PetscTryMethod(ts, "TSSundialsSetMaxTimeStep_C", (TS, PetscReal), (ts, maxdt)); in TSSundialsSetMaxTimeStep() 837 PetscTryMethod(ts, "TSSundialsMonitorInternalSteps_C", (TS, PetscBool), (ts, ft)); in TSSundialsMonitorInternalSteps() 858 PetscTryMethod(ts, "TSSundialsSetUseDense_C", (TS, PetscBool), (ts, use_dense)); in TSSundialsSetUseDense()
|
| /petsc/src/ksp/ksp/impls/python/ |
| H A D | pythonksp.c | 24 PetscTryMethod(ksp, "KSPPythonSetType_C", (KSP, const char[]), (ksp, pyname)); in KSPPythonSetType()
|
| /petsc/src/tao/python/ |
| H A D | pythontao.c | 24 PetscTryMethod(tao, "TaoPythonSetType_C", (Tao, const char[]), (tao, pyname)); in TaoPythonSetType()
|
| /petsc/src/snes/impls/python/ |
| H A D | pythonsnes.c | 24 PetscTryMethod(snes, "SNESPythonSetType_C", (SNES, const char[]), (snes, pyname)); in SNESPythonSetType()
|
| /petsc/src/ts/impls/python/ |
| H A D | pythonts.c | 24 PetscTryMethod(ts, "TSPythonSetType_C", (TS, const char[]), (ts, pyname)); in TSPythonSetType()
|
| /petsc/src/ksp/pc/impls/python/ |
| H A D | pythonpc.c | 24 PetscTryMethod(pc, "PCPythonSetType_C", (PC, const char[]), (pc, pyname)); in PCPythonSetType()
|
| /petsc/src/dm/dt/space/impls/sum/ |
| H A D | spacesum.c | 24 …PetscTryMethod(sp, "PetscSpaceSumGetNumSubspaces_C", (PetscSpace, PetscInt *), (sp, numSumSpaces)); in PetscSpaceSumGetNumSubspaces() 46 PetscTryMethod(sp, "PetscSpaceSumSetNumSubspaces_C", (PetscSpace, PetscInt), (sp, numSumSpaces)); in PetscSpaceSumSetNumSubspaces() 72 PetscTryMethod(sp, "PetscSpaceSumGetConcatenate_C", (PetscSpace, PetscBool *), (sp, concatenate)); in PetscSpaceSumGetConcatenate() 96 PetscTryMethod(sp, "PetscSpaceSumSetConcatenate_C", (PetscSpace, PetscBool), (sp, concatenate)); in PetscSpaceSumSetConcatenate() 122 …PetscTryMethod(sp, "PetscSpaceSumGetSubspace_C", (PetscSpace, PetscInt, PetscSpace *), (sp, s, sub… in PetscSpaceSumGetSubspace() 146 …PetscTryMethod(sp, "PetscSpaceSumSetSubspace_C", (PetscSpace, PetscInt, PetscSpace), (sp, s, subsp… in PetscSpaceSumSetSubspace() 566 …PetscTryMethod(sp, "PetscSpaceSumSetInterleave_C", (PetscSpace, PetscBool, PetscBool), (sp, interl… in PetscSpaceSumSetInterleave() 603 …PetscTryMethod(sp, "PetscSpaceSumGetInterleave_C", (PetscSpace, PetscBool *, PetscBool *), (sp, in… in PetscSpaceSumGetInterleave()
|
| /petsc/src/ksp/pc/impls/galerkin/ |
| H A D | galerkin.c | 169 PetscTryMethod(pc, "PCGalerkinSetRestriction_C", (PC, Mat), (pc, R)); in PCGalerkinSetRestriction() 194 PetscTryMethod(pc, "PCGalerkinSetInterpolation_C", (PC, Mat), (pc, P)); in PCGalerkinSetInterpolation() 235 …PetscTryMethod(pc, "PCGalerkinSetComputeSubmatrix_C", (PC, PetscErrorCode (*)(PC, Mat, Mat, Mat *,… in PCGalerkinSetComputeSubmatrix()
|
| /petsc/src/mat/graphops/coarsen/interface/ |
| H A D | coarsen.c | 417 PetscTryMethod(coarse, "MatCoarsenSetMaximumIterations_C", (MatCoarsen, PetscInt), (coarse, n)); in MatCoarsenSetMaximumIterations() 453 …PetscTryMethod(coarse, "MatCoarsenSetStrengthIndex_C", (MatCoarsen, PetscInt, PetscInt[]), (coarse… in MatCoarsenSetStrengthIndex() 492 PetscTryMethod(coarse, "MatCoarsenSetThreshold_C", (MatCoarsen, PetscReal), (coarse, b)); in MatCoarsenSetThreshold()
|
| /petsc/src/mat/impls/python/ |
| H A D | pythonmat.c | 24 PetscTryMethod(mat, "MatPythonSetType_C", (Mat, const char[]), (mat, pyname)); in MatPythonSetType()
|