Home
last modified time | relevance | path

Searched defs:coarse (Results 1 – 25 of 29) sorted by relevance

12

/petsc/src/mat/graphops/coarsen/interface/
H A Dcoarsen.c412 PetscErrorCode MatCoarsenSetMaximumIterations(MatCoarsen coarse, PetscInt n) in MatCoarsenSetMaximumIterations()
421 static PetscErrorCode MatCoarsenSetMaximumIterations_MATCOARSEN(MatCoarsen coarse, PetscInt b) in MatCoarsenSetMaximumIterations_MATCOARSEN()
448 PetscErrorCode MatCoarsenSetStrengthIndex(MatCoarsen coarse, PetscInt n, PetscInt idx[]) in MatCoarsenSetStrengthIndex()
457 static PetscErrorCode MatCoarsenSetStrengthIndex_MATCOARSEN(MatCoarsen coarse, PetscInt n, PetscInt… in MatCoarsenSetStrengthIndex_MATCOARSEN()
487 PetscErrorCode MatCoarsenSetThreshold(MatCoarsen coarse, PetscReal b) in MatCoarsenSetThreshold()
496 static PetscErrorCode MatCoarsenSetThreshold_MATCOARSEN(MatCoarsen coarse, PetscReal b) in MatCoarsenSetThreshold_MATCOARSEN()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdm.pxi282 PetscDM coarse,
300 PetscDM coarse,
/petsc/src/mat/graphops/coarsen/impls/mis/
H A Dmis.c256 static PetscErrorCode MatCoarsenApply_MIS(MatCoarsen coarse) in MatCoarsenApply_MIS()
277 static PetscErrorCode MatCoarsenView_MIS(MatCoarsen coarse, PetscViewer viewer) in MatCoarsenView_MIS()
326 PETSC_EXTERN PetscErrorCode MatCoarsenCreate_MIS(MatCoarsen coarse) in MatCoarsenCreate_MIS()
/petsc/src/mat/graphops/coarsen/impls/misk/
H A Dmisk.c353 static PetscErrorCode MatCoarsenApply_MISK(MatCoarsen coarse) in MatCoarsenApply_MISK()
375 static PetscErrorCode MatCoarsenView_MISK(MatCoarsen coarse, PetscViewer viewer) in MatCoarsenView_MISK()
395 static PetscErrorCode MatCoarsenSetFromOptions_MISK(MatCoarsen coarse, PetscOptionItems PetscOption… in MatCoarsenSetFromOptions_MISK()
422 PETSC_EXTERN PetscErrorCode MatCoarsenCreate_MISK(MatCoarsen coarse) in MatCoarsenCreate_MISK()
/petsc/src/ts/impls/symplectic/basicsymplectic/
H A Dbasicsymplectic.c255 static PetscErrorCode DMCoarsenHook_BasicSymplectic(DM fine, DM coarse, PetscCtx ctx) in DMCoarsenHook_BasicSymplectic()
261 …RestrictHook_BasicSymplectic(DM fine, Mat restrct, Vec rscale, Mat inject, DM coarse, PetscCtx ctx) in DMRestrictHook_BasicSymplectic()
/petsc/src/mat/tests/
H A Dex111.c26 GridCtx coarse; member
H A Dex96.c27 GridCtx coarse; member
/petsc/src/ts/impls/eimex/
H A Deimex.c295 static PetscErrorCode DMCoarsenHook_TSEIMEX(DM fine, DM coarse, PetscCtx ctx) in DMCoarsenHook_TSEIMEX()
301 …rCode DMRestrictHook_TSEIMEX(DM fine, Mat restrct, Vec rscale, Mat inject, DM coarse, PetscCtx ctx) in DMRestrictHook_TSEIMEX()
/petsc/src/ksp/ksp/tests/
H A Dex19.c38 GridCtx coarse; member
/petsc/src/mat/graphops/coarsen/impls/hem/
H A Dhem.c1165 static PetscErrorCode MatCoarsenApply_HEM(MatCoarsen coarse) in MatCoarsenApply_HEM()
1174 static PetscErrorCode MatCoarsenView_HEM(MatCoarsen coarse, PetscViewer viewer) in MatCoarsenView_HEM()
1221 PETSC_EXTERN PetscErrorCode MatCoarsenCreate_HEM(MatCoarsen coarse) in MatCoarsenCreate_HEM()
/petsc/src/ts/impls/implicit/discgrad/
H A Dtsdiscgrad.c57 static PetscErrorCode DMCoarsenHook_TSDiscGrad(DM fine, DM coarse, PetscCtx ctx) in DMCoarsenHook_TSDiscGrad()
63 …de DMRestrictHook_TSDiscGrad(DM fine, Mat restrct, Vec rscale, Mat inject, DM coarse, PetscCtx ctx) in DMRestrictHook_TSDiscGrad()
/petsc/src/ts/impls/bdf/
H A Dbdf.c87 static PetscErrorCode DMCoarsenHook_TSBDF(DM fine, DM coarse, PetscCtx ctx) in DMCoarsenHook_TSBDF()
93 static PetscErrorCode DMRestrictHook_TSBDF(DM fine, Mat restrct, Vec rscale, Mat inject, DM coarse,… in DMRestrictHook_TSBDF()
/petsc/src/ts/impls/rosw/
H A Drosw.c1358 static PetscErrorCode DMCoarsenHook_TSRosW(DM fine, DM coarse, PetscCtx ctx) in DMCoarsenHook_TSRosW()
1364 static PetscErrorCode DMRestrictHook_TSRosW(DM fine, Mat restrct, Vec rscale, Mat inject, DM coarse in DMRestrictHook_TSRosW()
1386 static PetscErrorCode DMSubDomainHook_TSRosW(DM fine, DM coarse, PetscCtx ctx) in DMSubDomainHook_TSRosW()
/petsc/src/ts/impls/implicit/irk/
H A Dirk.c523 static PetscErrorCode DMCoarsenHook_TSIRK(DM fine, DM coarse, PetscCtx ctx) in DMCoarsenHook_TSIRK()
529 static PetscErrorCode DMRestrictHook_TSIRK(DM fine, Mat restrct, Vec rscale, Mat inject, DM coarse,… in DMRestrictHook_TSIRK()
/petsc/src/ts/impls/implicit/theta/
H A Dtheta.c73 static PetscErrorCode DMCoarsenHook_TSTheta(DM fine, DM coarse, PetscCtx ctx) in DMCoarsenHook_TSTheta()
79 …rCode DMRestrictHook_TSTheta(DM fine, Mat restrct, Vec rscale, Mat inject, DM coarse, PetscCtx ctx) in DMRestrictHook_TSTheta()
/petsc/src/ksp/pc/impls/mg/
H A Dmgfunc.c430 Vec X, Y, coarse, fine; in PCMGGetRScale() local
/petsc/src/ts/impls/explicit/rk/
H A Drk.c1107 static PetscErrorCode DMCoarsenHook_TSRK(DM fine, DM coarse, PetscCtx ctx) in DMCoarsenHook_TSRK()
1113 static PetscErrorCode DMRestrictHook_TSRK(DM fine, Mat restrct, Vec rscale, Mat inject, DM coarse, … in DMRestrictHook_TSRK()
/petsc/src/ts/impls/implicit/glle/
H A Dglle.c60 static PetscErrorCode DMCoarsenHook_TSGLLE(DM fine, DM coarse, PetscCtx ctx) in DMCoarsenHook_TSGLLE()
66 static PetscErrorCode DMRestrictHook_TSGLLE(DM fine, Mat restrct, Vec rscale, Mat inject, DM coarse in DMRestrictHook_TSGLLE()
/petsc/src/ts/impls/multirate/
H A Dmprk.c939 static PetscErrorCode DMCoarsenHook_TSMPRK(DM fine, DM coarse, PetscCtx ctx) in DMCoarsenHook_TSMPRK()
945 static PetscErrorCode DMRestrictHook_TSMPRK(DM fine, Mat restrct, Vec rscale, Mat inject, DM coarse in DMRestrictHook_TSMPRK()
/petsc/src/dm/interface/
H A Ddm.c2426 …ode DMRefineHookAdd(DM coarse, PetscErrorCode (*refinehook)(DM coarse, DM fine, PetscCtx ctx), Pet… in DMRefineHookAdd()
2463 PetscErrorCode DMRefineHookRemove(DM coarse, PetscErrorCode (*refinehook)(DM, DM, void *), PetscErr… in DMRefineHookRemove() argument
2498 PetscErrorCode DMInterpolate(DM coarse, Mat interp, DM fine) in DMInterpolate()
2538 PetscErrorCode DMInterpolateSolution(DM coarse, DM fine, Mat interp, Vec coarseSol, Vec fineSol) in DMInterpolateSolution()
3427 PetscErrorCode DMCoarsenHookAdd(DM fine, PetscErrorCode (*coarsenhook)(DM fine, DM coarse, PetscCtx… in DMCoarsenHookAdd()
3501 PetscErrorCode DMRestrict(DM fine, Mat restrct, Vec rscale, Mat inject, DM coarse) in DMRestrict()
H A Ddmceed.c190 PetscErrorCode DMRefineHook_Ceed(DM coarse, DM fine, PetscCtx ctx) in DMRefineHook_Ceed()
/petsc/src/snes/impls/fas/
H A Dfasfunc.c1066 PetscErrorCode SNESFASGetCoarseSolve(SNES snes, SNES *coarse) in SNESFASGetCoarseSolve()
/petsc/src/ts/impls/glee/
H A Dglee.c712 static PetscErrorCode DMCoarsenHook_TSGLEE(DM fine, DM coarse, PetscCtx ctx) in DMCoarsenHook_TSGLEE()
718 static PetscErrorCode DMRestrictHook_TSGLEE(DM fine, Mat restrct, Vec rscale, Mat inject, DM coarse in DMRestrictHook_TSGLEE()
/petsc/src/ts/impls/arkimex/
H A Darkimex.c1963 static PetscErrorCode DMCoarsenHook_TSARKIMEX(DM fine, DM coarse, PetscCtx ctx) in DMCoarsenHook_TSARKIMEX()
1969 …ode DMRestrictHook_TSARKIMEX(DM fine, Mat restrct, Vec rscale, Mat inject, DM coarse, PetscCtx ctx) in DMRestrictHook_TSARKIMEX()
/petsc/src/dm/impls/plex/
H A Dplextree.c2064 PetscErrorCode DMPlexComputeInterpolatorTree(DM coarse, DM fine, PetscSF coarseToFine, PetscInt *ch… in DMPlexComputeInterpolatorTree()
3278 static PetscErrorCode DMPlexTransferInjectorTree(DM coarse, DM fine, PetscSF coarseToFine, const Pe… in DMPlexTransferInjectorTree()
3510 PetscErrorCode DMPlexComputeInjectorTree(DM coarse, DM fine, PetscSF coarseToFine, PetscInt *childI… in DMPlexComputeInjectorTree()
3749 static PetscErrorCode DMPlexTransferVecTree_Interpolate(DM coarse, Vec vecCoarseLocal, DM fine, Vec… in DMPlexTransferVecTree_Interpolate()
4059 static PetscErrorCode DMPlexTransferVecTree_Inject(DM fine, Vec vecFine, DM coarse, Vec vecCoarse, … in DMPlexTransferVecTree_Inject()

12