Home
last modified time | relevance | path

Searched defs:ce (Results 1 – 14 of 14) sorted by relevance

/petsc/src/snes/utils/
H A Dconvest.c27 PetscErrorCode PetscConvEstDestroy(PetscConvEst *ce) in PetscConvEstDestroy()
54 PetscErrorCode PetscConvEstSetFromOptions(PetscConvEst ce) in PetscConvEstSetFromOptions()
79 PetscErrorCode PetscConvEstView(PetscConvEst ce, PetscViewer viewer) in PetscConvEstView()
102 PetscErrorCode PetscConvEstGetSolver(PetscConvEst ce, PetscObject *solver) in PetscConvEstGetSolver()
124 PetscErrorCode PetscConvEstSetSolver(PetscConvEst ce, PetscObject solver) in PetscConvEstSetSolver()
146 PetscErrorCode PetscConvEstSetUp(PetscConvEst ce) in PetscConvEstSetUp()
177 PetscErrorCode PetscConvEstComputeInitialGuess(PetscConvEst ce, PetscInt r, DM dm, Vec u) in PetscConvEstComputeInitialGuess()
187 PetscErrorCode PetscConvEstComputeError(PetscConvEst ce, PetscInt r, DM dm, Vec u, PetscReal errors… in PetscConvEstComputeError()
214 PetscErrorCode PetscConvEstMonitorDefault(PetscConvEst ce, PetscInt r) in PetscConvEstMonitorDefault()
246 static PetscErrorCode PetscConvEstSetSNES_Private(PetscConvEst ce, PetscObject solver) in PetscConvEstSetSNES_Private()
[all …]
/petsc/src/ts/utils/
H A Dtsconvest.c7 static PetscErrorCode PetscConvEstSetTS_Private(PetscConvEst ce, PetscObject solver) in PetscConvEstSetTS_Private()
18 static PetscErrorCode PetscConvEstInitGuessTS_Private(PetscConvEst ce, PetscInt r, DM dm, Vec u) in PetscConvEstInitGuessTS_Private()
25 static PetscErrorCode PetscConvEstComputeErrorTS_Private(PetscConvEst ce, PetscInt r, DM dm, Vec u,… in PetscConvEstComputeErrorTS_Private()
50 static PetscErrorCode PetscConvEstGetConvRateTS_Temporal_Private(PetscConvEst ce, PetscReal alpha[]) in PetscConvEstGetConvRateTS_Temporal_Private()
116 static PetscErrorCode PetscConvEstGetConvRateTS_Spatial_Private(PetscConvEst ce, PetscReal alpha[]) in PetscConvEstGetConvRateTS_Spatial_Private()
279 PetscErrorCode PetscConvEstUseTS(PetscConvEst ce, PetscBool checkTemporal) in PetscConvEstUseTS()
/petsc/src/dm/impls/da/
H A Ddageometry.c39 …e DMGetLocalBoundingBox_DA(DM da, PetscReal lmin[], PetscReal lmax[], PetscInt cs[], PetscInt ce[]) in DMGetLocalBoundingBox_DA()
133 PetscInt cs[2], ce[2]; in private_DMDALocatePointsIS_2D_Regular() local
195 PetscInt cs[3], ce[3]; in private_DMDALocatePointsIS_3D_Regular() local
/petsc/src/mat/graphops/color/utils/
H A Dbipartite.c7 PetscInt i, j, rs, re, cs, ce, cn; in MatColoringCreateBipartiteGraph() local
/petsc/src/tao/interface/
H A Dtaosolver_bounds.c329 PetscErrorCode TaoSetEqualityConstraintsRoutine(Tao tao, Vec ce, PetscErrorCode (*func)(Tao tao, Ve… in TaoSetEqualityConstraintsRoutine()
/petsc/src/tao/constrained/tutorials/
H A Dex1.c41 Vec ce, ci, bl, bu, Xseq; member
387 PetscScalar ce; in FormEqualityConstraints() local
H A Dmaros.c240 PetscErrorCode FormEqualityConstraints(Tao tao, Vec x, Vec ce, PetscCtx ctx) in FormEqualityConstraints()
/petsc/src/ksp/pc/impls/gamg/
H A Dclassical.c190 PetscInt fn, cn, fs, fe, cs, ce, i, j, ncols, col, row_f, row_c, cmax = 0, idx, noff; in PCGAMGProlongator_Classical_Direct() local
562 PetscInt fs, fe, cs, ce, nl, i, j, k, li, lni, ci, ncols, maxcols, fn, cn, cid; in PCGAMGProlongator_Classical_Standard() local
/petsc/src/tao/constrained/impls/ipm/
H A Dpdipm.h35 Vec ce, ci; /* equality and inequality constraints */ member
/petsc/src/ts/tutorials/
H A Dex8.c179 CECtx *ce; in CECreate() local
/petsc/src/dm/interface/
H A Ddmcoordinates.c881 …calBoundingBox_Coordinates(DM dm, PetscReal lmin[], PetscReal lmax[], PetscInt cs[], PetscInt ce[]) in DMGetLocalBoundingBox_Coordinates()
/petsc/src/ksp/ksp/interface/
H A Ditfunc.c2614 PetscErrorCode KSPComputeConvergenceRate(KSP ksp, PetscReal *cr, PetscReal *rRsq, PetscReal *ce, Pe… in KSPComputeConvergenceRate()
/petsc/src/mat/impls/hypre/
H A Dmhypre.c1618 PetscInt i, rs, re, cs, ce, bs; local
/petsc/src/mat/impls/baij/mpi/
H A Dmpibaij.c3230 PetscInt *rowidxs, *colidxs, rs, cs, ce; in MatLoad_MPIBAIJ_Binary() local