Home
last modified time | relevance | path

Searched refs:PetscTryMethod (Results 1 – 25 of 148) sorted by relevance

123456

/petsc/src/sys/logging/handler/interface/
H A Dloghandler.c371PetscTryMethod(handler, "PetscLogHandlerGetEventPerfInfo_C", (PetscLogHandler, PetscLogStage, Pets… in PetscLogHandlerGetEventPerfInfo()
398PetscTryMethod(handler, "PetscLogHandlerGetStagePerfInfo_C", (PetscLogHandler, PetscLogStage, Pets… in PetscLogHandlerGetStagePerfInfo()
427PetscTryMethod(handler, "PetscLogHandlerSetLogActions_C", (PetscLogHandler, PetscBool), (handler, … in PetscLogHandlerSetLogActions()
456PetscTryMethod(handler, "PetscLogHandlerSetLogObjects_C", (PetscLogHandler, PetscBool), (handler, … in PetscLogHandlerSetLogObjects()
463PetscTryMethod(handler, "PetscLogHandlerLogObjectState_C", (PetscLogHandler, PetscObject, const ch… in PetscLogHandlerLogObjectState_Internal()
526PetscTryMethod(handler, "PetscLogHandlerGetNumObjects_C", (PetscLogHandler, PetscInt *), (handler,… in PetscLogHandlerGetNumObjects()
553PetscTryMethod(handler, "PetscLogHandlerEventDeactivatePush_C", (PetscLogHandler, PetscLogStage, P… in PetscLogHandlerEventDeactivatePush()
580PetscTryMethod(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 Dfactor.c108 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()
219PetscTryMethod(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 Dcgtype.c33 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 Dstrumpack.c89 PetscTryMethod(F, "MatSTRUMPACKSetReordering_C", (Mat, MatSTRUMPACKReordering), (F, reordering)); in MatSTRUMPACKSetReordering()
111PetscTryMethod(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()
324PetscTryMethod(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 Dplexexodusii.c23 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 Drichscale.c24 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 Dshellpc.c469 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()
583PetscTryMethod(pc, "PCShellSetMatApply_C", (PC, PetscErrorCode (*)(PC, Mat, Mat)), (pc, matapply)); in PCShellSetMatApply()
612PetscTryMethod(pc, "PCShellSetApplySymmetricLeft_C", (PC, PetscErrorCode (*)(PC, Vec, Vec)), (pc, … in PCShellSetApplySymmetricLeft()
641PetscTryMethod(pc, "PCShellSetApplySymmetricRight_C", (PC, PetscErrorCode (*)(PC, Vec, Vec)), (pc,… in PCShellSetApplySymmetricRight()
672PetscTryMethod(pc, "PCShellSetApplyBA_C", (PC, PetscErrorCode (*)(PC, PCSide, Vec, Vec, Vec)), (pc… in PCShellSetApplyBA()
701PetscTryMethod(pc, "PCShellSetApplyTranspose_C", (PC, PetscErrorCode (*)(PC, Vec, Vec)), (pc, appl… in PCShellSetApplyTranspose()
730PetscTryMethod(pc, "PCShellSetMatApplyTranspose_C", (PC, PetscErrorCode (*)(PC, Mat, Mat)), (pc, m… in PCShellSetMatApplyTranspose()
[all …]
/petsc/src/sys/classes/viewer/impls/python/
H A Dpythonviewer.c25PetscTryMethod(viewer, "PetscViewerPythonSetType_C", (PetscViewer, const char[]), (viewer, pyname)… in PetscViewerPythonSetType()
71PetscTryMethod(viewer, "PetscViewerPythonViewObject_C", (PetscViewer, PetscObject), (viewer, obj)); in PetscViewerPythonViewObject()
/petsc/src/ksp/pc/impls/spai/
H A Dispai.c255 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 Dparty.c181PetscTryMethod(part, "MatPartitioningPartySetGlobal_C", (MatPartitioning, const char *), (part, gl… in MatPartitioningPartySetGlobal()
221PetscTryMethod(part, "MatPartitioningPartySetLocal_C", (MatPartitioning, const char *), (part, loc… in MatPartitioningPartySetLocal()
256PetscTryMethod(part, "MatPartitioningPartySetCoarseLevel_C", (MatPartitioning, PetscReal), (part, … in MatPartitioningPartySetCoarseLevel()
293PetscTryMethod(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 Dgmpre.c33 PetscTryMethod(ksp, "KSPGMRESSetPreAllocateVectors_C", (KSP), (ksp)); in KSPGMRESSetPreAllocateVectors()
H A Dgmres2.c36PetscTryMethod(ksp, "KSPGMRESSetOrthogonalization_C", (KSP, PetscErrorCode (*)(KSP, PetscInt)), (k… in KSPGMRESSetOrthogonalization()
/petsc/src/ksp/pc/impls/deflation/
H A Ddeflation.c37 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()
194PetscTryMethod(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 Dmffd.c122 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 Dchaco.c216PetscTryMethod(part, "MatPartitioningChacoSetGlobal_C", (MatPartitioning, MPChacoGlobalType), (par… in MatPartitioningChacoSetGlobal()
259PetscTryMethod(part, "MatPartitioningChacoGetGlobal_C", (MatPartitioning, MPChacoGlobalType *), (p… in MatPartitioningChacoGetGlobal()
297PetscTryMethod(part, "MatPartitioningChacoSetLocal_C", (MatPartitioning, MPChacoLocalType), (part,… in MatPartitioningChacoSetLocal()
372PetscTryMethod(part, "MatPartitioningChacoSetCoarseLevel_C", (MatPartitioning, PetscReal), (part, … in MatPartitioningChacoSetCoarseLevel()
412PetscTryMethod(part, "MatPartitioningChacoSetEigenSolver_C", (MatPartitioning, MPChacoEigenType), … in MatPartitioningChacoSetEigenSolver()
489PetscTryMethod(part, "MatPartitioningChacoSetEigenTol_C", (MatPartitioning, PetscReal), (part, tol… in MatPartitioningChacoSetEigenTol()
565PetscTryMethod(part, "MatPartitioningChacoSetEigenNumber_C", (MatPartitioning, PetscInt), (part, n… in MatPartitioningChacoSetEigenNumber()
/petsc/src/ts/impls/implicit/sundials/
H A Dsundials.c630 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 Dpythonksp.c24 PetscTryMethod(ksp, "KSPPythonSetType_C", (KSP, const char[]), (ksp, pyname)); in KSPPythonSetType()
/petsc/src/tao/python/
H A Dpythontao.c24 PetscTryMethod(tao, "TaoPythonSetType_C", (Tao, const char[]), (tao, pyname)); in TaoPythonSetType()
/petsc/src/snes/impls/python/
H A Dpythonsnes.c24 PetscTryMethod(snes, "SNESPythonSetType_C", (SNES, const char[]), (snes, pyname)); in SNESPythonSetType()
/petsc/src/ts/impls/python/
H A Dpythonts.c24 PetscTryMethod(ts, "TSPythonSetType_C", (TS, const char[]), (ts, pyname)); in TSPythonSetType()
/petsc/src/ksp/pc/impls/python/
H A Dpythonpc.c24 PetscTryMethod(pc, "PCPythonSetType_C", (PC, const char[]), (pc, pyname)); in PCPythonSetType()
/petsc/src/dm/dt/space/impls/sum/
H A Dspacesum.c24PetscTryMethod(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()
122PetscTryMethod(sp, "PetscSpaceSumGetSubspace_C", (PetscSpace, PetscInt, PetscSpace *), (sp, s, sub… in PetscSpaceSumGetSubspace()
146PetscTryMethod(sp, "PetscSpaceSumSetSubspace_C", (PetscSpace, PetscInt, PetscSpace), (sp, s, subsp… in PetscSpaceSumSetSubspace()
566PetscTryMethod(sp, "PetscSpaceSumSetInterleave_C", (PetscSpace, PetscBool, PetscBool), (sp, interl… in PetscSpaceSumSetInterleave()
603PetscTryMethod(sp, "PetscSpaceSumGetInterleave_C", (PetscSpace, PetscBool *, PetscBool *), (sp, in… in PetscSpaceSumGetInterleave()
/petsc/src/ksp/pc/impls/galerkin/
H A Dgalerkin.c169 PetscTryMethod(pc, "PCGalerkinSetRestriction_C", (PC, Mat), (pc, R)); in PCGalerkinSetRestriction()
194 PetscTryMethod(pc, "PCGalerkinSetInterpolation_C", (PC, Mat), (pc, P)); in PCGalerkinSetInterpolation()
235PetscTryMethod(pc, "PCGalerkinSetComputeSubmatrix_C", (PC, PetscErrorCode (*)(PC, Mat, Mat, Mat *,… in PCGalerkinSetComputeSubmatrix()
/petsc/src/mat/graphops/coarsen/interface/
H A Dcoarsen.c417 PetscTryMethod(coarse, "MatCoarsenSetMaximumIterations_C", (MatCoarsen, PetscInt), (coarse, n)); in MatCoarsenSetMaximumIterations()
453PetscTryMethod(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 Dpythonmat.c24 PetscTryMethod(mat, "MatPythonSetType_C", (Mat, const char[]), (mat, pyname)); in MatPythonSetType()

123456