Home
last modified time | relevance | path

Searched defs:restrct (Results 1 – 18 of 18) sorted by relevance

/petsc/src/snes/impls/fas/
H A Dfas.c492 Mat restrct, interpolate; in SNESFASInterpolatedCoarseSolution() local
552 Mat restrct, interpolate; in SNESFASCoarseCorrection() local
626 Mat restrct, interpolate; in SNESFASCycle_Additive() local
H A Dfasimpls.h22 Mat restrct; /* restriction operator */ member
/petsc/include/petsc/private/
H A Dpcmgimpl.h41 Mat restrct; /* restrict is a reserved word in C99 and on Cray */ member
/petsc/src/ksp/pc/tests/
H A Dex5.c297 PetscErrorCode restrct(Mat mat, Vec rr, Vec bb) in restrct() function
/petsc/src/ts/impls/symplectic/basicsymplectic/
H A Dbasicsymplectic.c261 static PetscErrorCode DMRestrictHook_BasicSymplectic(DM fine, Mat restrct, Vec rscale, Mat inject, … in DMRestrictHook_BasicSymplectic()
/petsc/src/ts/impls/eimex/
H A Deimex.c301 static PetscErrorCode DMRestrictHook_TSEIMEX(DM fine, Mat restrct, Vec rscale, Mat inject, DM coars… in DMRestrictHook_TSEIMEX()
/petsc/src/ts/impls/implicit/discgrad/
H A Dtsdiscgrad.c63 static PetscErrorCode DMRestrictHook_TSDiscGrad(DM fine, Mat restrct, Vec rscale, Mat inject, DM co… in DMRestrictHook_TSDiscGrad()
/petsc/src/ts/impls/bdf/
H A Dbdf.c93 static PetscErrorCode DMRestrictHook_TSBDF(DM fine, Mat restrct, Vec rscale, Mat inject, DM coarse,… in DMRestrictHook_TSBDF()
/petsc/src/ts/impls/implicit/irk/
H A Dirk.c529 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.c79 static PetscErrorCode DMRestrictHook_TSTheta(DM fine, Mat restrct, Vec rscale, Mat inject, DM coars… in DMRestrictHook_TSTheta()
/petsc/src/ts/impls/explicit/rk/
H A Drk.c1113 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.c66 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.c945 static PetscErrorCode DMRestrictHook_TSMPRK(DM fine, Mat restrct, Vec rscale, Mat inject, DM coarse… in DMRestrictHook_TSMPRK()
/petsc/src/ts/impls/glee/
H A Dglee.c718 static PetscErrorCode DMRestrictHook_TSGLEE(DM fine, Mat restrct, Vec rscale, Mat inject, DM coarse… in DMRestrictHook_TSGLEE()
/petsc/src/ts/impls/rosw/
H A Drosw.c1364 static PetscErrorCode DMRestrictHook_TSRosW(DM fine, Mat restrct, Vec rscale, Mat inject, DM coarse… in DMRestrictHook_TSRosW()
/petsc/src/ts/impls/arkimex/
H A Darkimex.c1969 static PetscErrorCode DMRestrictHook_TSARKIMEX(DM fine, Mat restrct, Vec rscale, Mat inject, DM coa… in DMRestrictHook_TSARKIMEX()
/petsc/src/mat/interface/
H A Dmatrix.c11174 PetscErrorCode MatGalerkin(Mat restrct, Mat dA, Mat interpolate, MatReuse reuse, PetscReal fill, Ma… in MatGalerkin()
/petsc/src/dm/interface/
H A Ddm.c3501 PetscErrorCode DMRestrict(DM fine, Mat restrct, Vec rscale, Mat inject, DM coarse) in DMRestrict()