Home
last modified time | relevance | path

Searched defs:cr (Results 1 – 8 of 8) sorted by relevance

/petsc/src/ksp/pc/impls/mg/
H A Dmg.c319 static PetscErrorCode CreateCR_Private(PC pc, PetscInt l, PC *cr) in CreateCR_Private()
914 PC ipc, cr; in PCSetUp_MG() local
1585 static PetscErrorCode PCMGSetAdaptCR_MG(PC pc, PetscBool cr) in PCMGSetAdaptCR_MG()
1594 static PetscErrorCode PCMGGetAdaptCR_MG(PC pc, PetscBool *cr) in PCMGGetAdaptCR_MG()
1726 PetscErrorCode PCMGSetAdaptCR(PC pc, PetscBool cr) in PCMGSetAdaptCR()
1749 PetscErrorCode PCMGGetAdaptCR(PC pc, PetscBool *cr) in PCMGGetAdaptCR()
/petsc/src/snes/tutorials/
H A Dex20.c31 PetscBool cr; /* Use compatible relaxation */ member
/petsc/include/petsc/private/
H A Dpcmgimpl.h37 KSP cr; /* post compatible relaxation (cr) */ member
/petsc/src/dm/impls/plex/
H A Dplexfluent.c853 const PetscInt cr = faceAdjCell[f * 2 + 1] - 1; in DMPlexCreateFluent() local
897 const PetscInt cr = faceAdjCell[f * 2 + 1] - 1; in DMPlexCreateFluent() local
/petsc/src/mat/tests/
H A Dex23.c305 …PetscInt ri, ci, rr[3] = {0, 1, 0}, cr[4] = {1, 2, 0, 1}, rk[3] = {0, 2, 1}, ck[4] =… in main() local
/petsc/src/ksp/ksp/interface/
H A Ditfunc.c2614 PetscErrorCode KSPComputeConvergenceRate(KSP ksp, PetscReal *cr, PetscReal *rRsq, PetscReal *ce, Pe… in KSPComputeConvergenceRate()
/petsc/src/ts/tutorials/
H A Dex11.h416 static PetscScalar cl, cr, wl, zl, wr, zr, pst, durl, skpr1, skpr2; in riem1mdt() local
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c1447 PetscInt dim, cr = 0, co = 0, nr, no; in DMPlexTransformGetCone_Internal() local