Searched defs:cr (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/ksp/pc/impls/mg/ |
| H A D | mg.c | 319 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 D | ex20.c | 31 PetscBool cr; /* Use compatible relaxation */ member
|
| /petsc/include/petsc/private/ |
| H A D | pcmgimpl.h | 37 KSP cr; /* post compatible relaxation (cr) */ member
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexfluent.c | 853 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 D | ex23.c | 305 …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 D | itfunc.c | 2614 PetscErrorCode KSPComputeConvergenceRate(KSP ksp, PetscReal *cr, PetscReal *rRsq, PetscReal *ce, Pe… in KSPComputeConvergenceRate()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex11.h | 416 static PetscScalar cl, cr, wl, zl, wr, zr, pst, durl, skpr1, skpr2; in riem1mdt() local
|
| /petsc/src/dm/impls/plex/transform/interface/ |
| H A D | plextransform.c | 1447 PetscInt dim, cr = 0, co = 0, nr, no; in DMPlexTransformGetCone_Internal() local
|