Home
last modified time | relevance | path

Searched refs:PetscUseMethod (Results 1 – 25 of 119) sorted by relevance

12345

/petsc/src/ksp/ksp/impls/cg/
H A Dcgtype.c139 PetscUseMethod(ksp, "KSPCGGetNormD_C", (KSP, PetscReal *), (ksp, norm_d)); in KSPCGGetNormD()
166 PetscUseMethod(ksp, "KSPCGGetObjFcn_C", (KSP, PetscReal *), (ksp, o_fcn)); in KSPCGGetObjFcn()
/petsc/src/tao/constrained/impls/almm/
H A Dalmmutils.c24 PetscUseMethod(tao, "TaoALMMGetType_C", (Tao, TaoALMMType *), (tao, type)); in TaoALMMGetType()
84 PetscUseMethod(tao, "TaoALMMGetSubsolver_C", (Tao, Tao *), (tao, subsolver)); in TaoALMMGetSubsolver()
171 PetscUseMethod(tao, "TaoALMMGetMultipliers_C", (Tao, Vec *), (tao, Y)); in TaoALMMGetMultipliers()
296 PetscUseMethod(tao, "TaoALMMGetPrimalIS_C", (Tao, IS *, IS *), (tao, opt_is, slack_is)); in TaoALMMGetPrimalIS()
332 PetscUseMethod(tao, "TaoALMMGetDualIS_C", (Tao, IS *, IS *), (tao, eq_is, ineq_is)); in TaoALMMGetDualIS()
/petsc/src/ksp/pc/impls/factor/
H A Dfactor.c242 PetscUseMethod(pc, "PCFactorGetZeroPivot_C", (PC, PetscReal *), (pc, pivot)); in PCFactorGetZeroPivot()
265 PetscUseMethod(pc, "PCFactorGetShiftAmount_C", (PC, PetscReal *), (pc, shift)); in PCFactorGetShiftAmount()
288 PetscUseMethod(pc, "PCFactorGetShiftType_C", (PC, MatFactorShiftType *), (pc, type)); in PCFactorGetShiftType()
311 PetscUseMethod(pc, "PCFactorGetLevels_C", (PC, PetscInt *), (pc, levels)); in PCFactorGetLevels()
392 PetscUseMethod(pc, "PCFactorGetAllowDiagonalFill_C", (PC, PetscBool *), (pc, flg)); in PCFactorGetAllowDiagonalFill()
573 PetscUseMethod(pc, "PCFactorGetUseInPlace_C", (PC, PetscBool *), (pc, flg)); in PCFactorGetUseInPlace()
/petsc/include/petsc/private/
H A Dmatdensecupmimpl.h529PetscUseMethod(A, impl::MatDense_CUPM_Base<T>::MatDenseCUPMGetArrayRead_C(), (Mat, PetscScalar **)… in MatDenseCUPMGetArray_Private()
532PetscUseMethod(A, impl::MatDense_CUPM_Base<T>::MatDenseCUPMGetArrayWrite_C(), (Mat, PetscScalar **… in MatDenseCUPMGetArray_Private()
535PetscUseMethod(A, impl::MatDense_CUPM_Base<T>::MatDenseCUPMGetArray_C(), (Mat, PetscScalar **), (A… in MatDenseCUPMGetArray_Private()
550PetscUseMethod(A, impl::MatDense_CUPM_Base<T>::MatDenseCUPMRestoreArrayRead_C(), (Mat, PetscScalar… in MatDenseCUPMRestoreArray_Private()
553PetscUseMethod(A, impl::MatDense_CUPM_Base<T>::MatDenseCUPMRestoreArrayWrite_C(), (Mat, PetscScala… in MatDenseCUPMRestoreArray_Private()
556PetscUseMethod(A, impl::MatDense_CUPM_Base<T>::MatDenseCUPMRestoreArray_C(), (Mat, PetscScalar **)… in MatDenseCUPMRestoreArray_Private()
620PetscUseMethod(A, impl::MatDense_CUPM_Base<T>::MatDenseCUPMPlaceArray_C(), (Mat, const PetscScalar… in MatDenseCUPMPlaceArray()
631PetscUseMethod(A, impl::MatDense_CUPM_Base<T>::MatDenseCUPMReplaceArray_C(), (Mat, const PetscScal… in MatDenseCUPMReplaceArray()
642 PetscUseMethod(A, impl::MatDense_CUPM_Base<T>::MatDenseCUPMResetArray_C(), (Mat), (A)); in MatDenseCUPMResetArray()
652PetscUseMethod(A, impl::MatDense_CUPM_Base<T>::MatDenseCUPMSetPreallocation_C(), (Mat, PetscDevice…
/petsc/src/ksp/pc/impls/python/
H A Dpythonpc.c48 PetscUseMethod(pc, "PCPythonGetType_C", (PC, const char *[]), (pc, pyname)); in PCPythonGetType()
/petsc/src/snes/impls/python/
H A Dpythonsnes.c48 PetscUseMethod(snes, "SNESPythonGetType_C", (SNES, const char *[]), (snes, pyname)); in SNESPythonGetType()
/petsc/src/tao/python/
H A Dpythontao.c48 PetscUseMethod(tao, "TaoPythonGetType_C", (Tao, const char *[]), (tao, pyname)); in TaoPythonGetType()
/petsc/src/ksp/ksp/impls/python/
H A Dpythonksp.c48 PetscUseMethod(ksp, "KSPPythonGetType_C", (KSP, const char *[]), (ksp, pyname)); in KSPPythonGetType()
/petsc/src/ts/impls/python/
H A Dpythonts.c48 PetscUseMethod(ts, "TSPythonGetType_C", (TS, const char *[]), (ts, pyname)); in TSPythonGetType()
/petsc/src/mat/impls/composite/
H A Dmcomposite.c465 PetscUseMethod(mat, "MatCompositeAddMat_C", (Mat, Mat), (mat, smat)); in MatCompositeAddMat()
508 PetscUseMethod(mat, "MatCompositeSetType_C", (Mat, MatCompositeType), (mat, type)); in MatCompositeSetType()
542 PetscUseMethod(mat, "MatCompositeGetType_C", (Mat, MatCompositeType *), (mat, type)); in MatCompositeGetType()
576 PetscUseMethod(mat, "MatCompositeSetMatStructure_C", (Mat, MatStructure), (mat, str)); in MatCompositeSetMatStructure()
610 PetscUseMethod(mat, "MatCompositeGetMatStructure_C", (Mat, MatStructure *), (mat, str)); in MatCompositeGetMatStructure()
648 PetscUseMethod(mat, "MatCompositeSetMergeType_C", (Mat, MatCompositeMergeType), (mat, type)); in MatCompositeSetMergeType()
742 PetscUseMethod(mat, "MatCompositeMerge_C", (Mat), (mat)); in MatCompositeMerge()
776 PetscUseMethod(mat, "MatCompositeGetNumberMat_C", (Mat, PetscInt *), (mat, nmat)); in MatCompositeGetNumberMat()
817 PetscUseMethod(mat, "MatCompositeGetMat_C", (Mat, PetscInt, Mat *), (mat, i, Ai)); in MatCompositeGetMat()
853 PetscUseMethod(mat, "MatCompositeSetScalings_C", (Mat, const PetscScalar *), (mat, scalings)); in MatCompositeSetScalings()
/petsc/src/ksp/ksp/impls/gmres/
H A Dgmres2.c70PetscUseMethod(ksp, "KSPGMRESGetOrthogonalization_C", (KSP, PetscErrorCode (**)(KSP, PetscInt)), (… in KSPGMRESGetOrthogonalization()
/petsc/src/ksp/pc/impls/jacobi/
H A Djacobi.c610 PetscUseMethod(pc, "PCJacobiGetUseAbs_C", (PC, PetscBool *), (pc, flg)); in PCJacobiGetUseAbs()
658 PetscUseMethod(pc, "PCJacobiGetRowl1Scale_C", (PC, PetscReal *), (pc, scale)); in PCJacobiGetRowl1Scale()
711 PetscUseMethod(pc, "PCJacobiGetFixDiagonal_C", (PC, PetscBool *), (pc, flg)); in PCJacobiGetFixDiagonal()
735 PetscUseMethod(pc, "PCJacobiGetDiagonal_C", (PC, Vec, Vec), (pc, diagonal, diagonal_sqrt)); in PCJacobiGetDiagonal()
786 PetscUseMethod(pc, "PCJacobiGetType_C", (PC, PCJacobiType *), (pc, type)); in PCJacobiGetType()
/petsc/src/ksp/pc/impls/hmg/
H A Dhmg.c297 PetscUseMethod(pc, "PCHMGSetReuseInterpolation_C", (PC, PetscBool), (pc, reuse)); in PCHMGSetReuseInterpolation()
331 PetscUseMethod(pc, "PCHMGSetUseSubspaceCoarsening_C", (PC, PetscBool), (pc, subspace)); in PCHMGSetUseSubspaceCoarsening()
366 PetscUseMethod(pc, "PCHMGSetInnerPCType_C", (PC, PCType), (pc, type)); in PCHMGSetInnerPCType()
403 PetscUseMethod(pc, "PCHMGSetCoarseningComponent_C", (PC, PetscInt), (pc, component)); in PCHMGSetCoarseningComponent()
437 PetscUseMethod(pc, "PCHMGUseMatMAIJ_C", (PC, PetscBool), (pc, usematmaij)); in PCHMGUseMatMAIJ()
/petsc/src/mat/impls/python/
H A Dpythonmat.c48 PetscUseMethod(mat, "MatPythonGetType_C", (Mat, const char *[]), (mat, pyname)); in MatPythonGetType()
/petsc/src/sys/classes/viewer/impls/python/
H A Dpythonviewer.c49PetscUseMethod(viewer, "PetscViewerPythonGetType_C", (PetscViewer, const char *[]), (viewer, pynam… in PetscViewerPythonGetType()
/petsc/src/ml/regressor/impls/linear/
H A Dlinear.c349PetscUseMethod(regressor, "PetscRegressorLinearGetKSP_C", (PetscRegressor, KSP *), (regressor, ksp… in PetscRegressorLinearGetKSP()
373PetscUseMethod(regressor, "PetscRegressorLinearGetCoefficients_C", (PetscRegressor, Vec *), (regre… in PetscRegressorLinearGetCoefficients()
397PetscUseMethod(regressor, "PetscRegressorLinearGetIntercept_C", (PetscRegressor, PetscScalar *), (… in PetscRegressorLinearGetIntercept()
446PetscUseMethod(regressor, "PetscRegressorLinearGetType_C", (PetscRegressor, PetscRegressorLinearTy… in PetscRegressorLinearGetType()
/petsc/src/ksp/pc/impls/sor/
H A Dsor.c218 PetscUseMethod(pc, "PCSORGetSymmetric_C", (PC, MatSORType *), (pc, flag)); in PCSORGetSymmetric()
245 PetscUseMethod(pc, "PCSORGetOmega_C", (PC, PetscReal *), (pc, omega)); in PCSORGetOmega()
277 PetscUseMethod(pc, "PCSORGetIterations_C", (PC, PetscInt *, PetscInt *), (pc, its, lits)); in PCSORGetIterations()
/petsc/src/vec/is/is/impls/block/
H A Dblock.c445PetscUseMethod(is, "ISBlockSetIndices_C", (IS, PetscInt, PetscInt, const PetscInt[], PetscCopyMode… in ISBlockSetIndices()
579 PetscUseMethod(is, "ISBlockGetIndices_C", (IS, const PetscInt *[]), (is, idx)); in ISBlockGetIndices()
606 PetscUseMethod(is, "ISBlockRestoreIndices_C", (IS, const PetscInt *[]), (is, idx)); in ISBlockRestoreIndices()
628 PetscUseMethod(is, "ISBlockGetLocalSize_C", (IS, PetscInt *), (is, size)); in ISBlockGetLocalSize()
661 PetscUseMethod(is, "ISBlockGetSize_C", (IS, PetscInt *), (is, size)); in ISBlockGetSize()
/petsc/src/mat/graphops/partition/impls/chaco/
H A Dchaco.c337PetscUseMethod(part, "MatPartitioningChacoGetLocal_C", (MatPartitioning, MPChacoLocalType *), (par… in MatPartitioningChacoGetLocal()
452PetscUseMethod(part, "MatPartitioningChacoGetEigenSolver_C", (MatPartitioning, MPChacoEigenType *)… in MatPartitioningChacoGetEigenSolver()
526PetscUseMethod(part, "MatPartitioningChacoGetEigenTol_C", (MatPartitioning, PetscReal *), (part, t… in MatPartitioningChacoGetEigenTol()
602PetscUseMethod(part, "MatPartitioningChacoGetEigenNumber_C", (MatPartitioning, PetscInt *), (part,… in MatPartitioningChacoGetEigenNumber()
/petsc/src/ksp/pc/impls/telescope/
H A Dtelescope.c864 PetscUseMethod(pc, "PCTelescopeGetKSP_C", (PC, KSP *), (pc, subksp)); in PCTelescopeGetKSP()
887 PetscUseMethod(pc, "PCTelescopeGetReductionFactor_C", (PC, PetscInt *), (pc, fact)); in PCTelescopeGetReductionFactor()
933 PetscUseMethod(pc, "PCTelescopeGetIgnoreDM_C", (PC, PetscBool *), (pc, v)); in PCTelescopeGetIgnoreDM()
979 PetscUseMethod(pc, "PCTelescopeGetUseCoarseDM_C", (PC, PetscBool *), (pc, v)); in PCTelescopeGetUseCoarseDM()
1126 PetscUseMethod(pc, "PCTelescopeGetIgnoreKSPComputeOperators_C", (PC, PetscBool *), (pc, v)); in PCTelescopeGetIgnoreKSPComputeOperators()
1171 PetscUseMethod(pc, "PCTelescopeGetDM_C", (PC, DM *), (pc, subdm)); in PCTelescopeGetDM()
1214 PetscUseMethod(pc, "PCTelescopeGetSubcommType_C", (PC, PetscSubcommType *), (pc, subcommtype)); in PCTelescopeGetSubcommType()
/petsc/src/sys/classes/viewer/impls/vtk/
H A Dvtkv.c46PetscUseMethod(viewer, "PetscViewerVTKAddField_C", (PetscViewer, PetscObject, PetscErrorCode (*)(P… in PetscViewerVTKAddField()
67 PetscUseMethod(viewer, "PetscViewerVTKGetDM_C", (PetscViewer, PetscObject *), (viewer, dm)); in PetscViewerVTKGetDM()
/petsc/src/mat/impls/diagonal/
H A Ddiagonal.c170 PetscUseMethod(A, "MatDiagonalGetDiagonal_C", (Mat, Vec *), (A, diag)); in MatDiagonalGetDiagonal()
205 PetscUseMethod(A, "MatDiagonalRestoreDiagonal_C", (Mat, Vec *), (A, diag)); in MatDiagonalRestoreDiagonal()
253 PetscUseMethod(A, "MatDiagonalGetInverseDiagonal_C", (Mat, Vec *), (A, inv_diag)); in MatDiagonalGetInverseDiagonal()
285 PetscUseMethod(A, "MatDiagonalRestoreInverseDiagonal_C", (Mat, Vec *), (A, inv_diag)); in MatDiagonalRestoreInverseDiagonal()
/petsc/src/mat/impls/dense/seq/
H A Ddense.c964 PetscUseMethod(fact, "MatQRFactor_C", (Mat, IS, const MatFactorInfo *), (fact, NULL, info)); in MatQRFactorNumeric_SeqDense()
2129 PetscUseMethod(A, "MatDenseGetLDA_C", (Mat, PetscInt *), (A, lda)); in MatDenseGetLDA()
2174 PetscUseMethod(A, "MatDenseGetArray_C", (Mat, PetscScalar **), (A, array)); in MatDenseGetArray()
2196 PetscUseMethod(A, "MatDenseRestoreArray_C", (Mat, PetscScalar **), (A, array)); in MatDenseRestoreArray()
2224 PetscUseMethod(A, "MatDenseGetArrayRead_C", (Mat, PetscScalar **), (A, (PetscScalar **)array)); in MatDenseGetArrayRead()
2246PetscUseMethod(A, "MatDenseRestoreArrayRead_C", (Mat, PetscScalar **), (A, (PetscScalar **)array)); in MatDenseRestoreArrayRead()
2270 PetscUseMethod(A, "MatDenseGetArrayWrite_C", (Mat, PetscScalar **), (A, array)); in MatDenseGetArrayWrite()
2292 PetscUseMethod(A, "MatDenseRestoreArrayWrite_C", (Mat, PetscScalar **), (A, array)); in MatDenseRestoreArrayWrite()
2340 PetscUseMethod(A, "MatDenseGetArray_C", (Mat, PetscScalar **), (A, array)); in MatDenseGetArrayAndMemType()
2377 PetscUseMethod(A, "MatDenseRestoreArray_C", (Mat, PetscScalar **), (A, array)); in MatDenseRestoreArrayAndMemType()
[all …]
/petsc/src/ksp/ksp/impls/qcg/
H A Dqcg.c88 PetscUseMethod(ksp, "KSPQCGGetTrialStepNorm_C", (KSP, PetscReal *), (ksp, tsnorm)); in KSPQCGGetTrialStepNorm()
132 PetscUseMethod(ksp, "KSPQCGGetQuadratic_C", (KSP, PetscReal *), (ksp, quadratic)); in KSPQCGGetQuadratic()
/petsc/src/ksp/pc/impls/composite/
H A Dcomposite.c473 PetscUseMethod(pc, "PCCompositeGetType_C", (PC, PCCompositeType *), (pc, type)); in PCCompositeGetType()
572 PetscUseMethod(pc, "PCCompositeGetNumberPC_C", (PC, PetscInt *), (pc, num)); in PCCompositeGetNumberPC()
601 PetscUseMethod(pc, "PCCompositeGetPC_C", (PC, PetscInt, PC *), (pc, n, subpc)); in PCCompositeGetPC()

12345