Home
last modified time | relevance | path

Searched refs:KSPSetComputeOperators (Results 1 – 22 of 22) sorted by relevance

/petsc/src/ksp/ksp/tutorials/
H A Dex25.c52 PetscCall(KSPSetComputeOperators(ksp, ComputeMatrix, &user)); in main()
H A Dex66.c53 PetscCall(KSPSetComputeOperators(ksp, ComputeJacobian, &user)); in main()
H A Dex28.c26 PetscCall(KSPSetComputeOperators(ksp, ComputeMatrix, NULL)); in main()
H A Dex45f.F90124 PetscCallA(KSPSetComputeOperators(ksp, ComputeMatrix, 0, ierr))
H A Dex22f.F90132 PetscCallA(KSPSetComputeOperators(ksp, ComputeMatrix, ctx, ierr))
H A Dex50.c57 PetscCall(KSPSetComputeOperators(ksp, ComputeJacobian, &user)); in main()
H A Dex65.c71 PetscCall(KSPSetComputeOperators(ksp, ComputeMatrix, NULL)); in main()
H A Dex32.c73 PetscCall(KSPSetComputeOperators(ksp, ComputeMatrix, &user)); in main()
H A Dex45.c52 PetscCall(KSPSetComputeOperators(ksp, ComputeMatrix, NULL)); in main()
H A Dex29.c72 PetscCall(KSPSetComputeOperators(ksp, ComputeMatrix, &user)); in main()
H A Dex34.c50 PetscCall(KSPSetComputeOperators(ksp, ComputeMatrix, NULL)); in main()
H A Dex36.cxx128 PetscCall(KSPSetComputeOperators(ksp, ComputeMatrix_MOAB, &user)); in main()
H A Dex35.cxx143 PetscCall(KSPSetComputeOperators(ksp, ComputeMatrix, &user)); in main()
H A Dex73.c831 PetscCall(KSPSetComputeOperators(ksp, ComputeMatrix_ShellDA, user)); in test_basic()
874 PetscCall(KSPSetComputeOperators(ksp, ComputeMatrix_ShellDA, user)); in test_mg()
/petsc/src/ksp/pc/impls/telescope/
H A Dtelescope_coarsedm.c184 PetscCall(KSPSetComputeOperators(sred->ksp, dmfine_kspfunc, dmcoarse_kspctx)); in PCTelescopeSetUp_CoarseDM()
H A Dtelescope_dmda.c481 PetscCall(KSPSetComputeOperators(sred->ksp, dmksp_func, dmksp_ctx)); in PCTelescopeSetUp_dmda_repart()
/petsc/doc/developers/
H A Dcallbacks.md89 PetscErrorCode KSPSetComputeOperators(KSP ksp, PetscErrorCode (*func)(KSP, Mat, Mat, PetscCtx), Pet…
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscksp.pxi178 PetscErrorCode KSPSetComputeOperators(PetscKSP, PetscKSPComputeOpsFunction, void*)
H A DKSP.pyx810 PETSc.KSP, solve, setOperators, petsc.KSPSetComputeOperators
818 CHKERR(KSPSetComputeOperators(self.ksp, KSP_ComputeOps, <void*>context))
/petsc/include/
H A Dpetscksp.h1340 PETSC_EXTERN PetscErrorCode KSPSetComputeOperators(KSP, KSPComputeOperatorsFn, void *);
/petsc/src/ksp/ksp/interface/
H A Ditfunc.c3035 PetscErrorCode KSPSetComputeOperators(KSP ksp, KSPComputeOperatorsFn *func, PetscCtx ctx) in KSPSetComputeOperators() function
/petsc/src/snes/interface/
H A Dsnes.c804 PetscCall(KSPSetComputeOperators(ksp, KSPComputeOperators_SNES, snes)); in SNESSetUpMatrices()