Home
last modified time | relevance | path

Searched defs:vq (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ksp/ksp/impls/cg/pipecg2/
H A Dpipecg2.c82 static PetscErrorCode VecMergedOpsShort_Private(Vec vx, Vec vr, Vec vz, Vec vw, Vec vp, Vec vq, Vec… in VecMergedOpsShort_Private()
304 static PetscErrorCode VecMergedOps_Private(Vec vx, Vec vr, Vec vz, Vec vw, Vec vp, Vec vq, Vec vc, … in VecMergedOps_Private()
/petsc/src/ts/tests/
H A Dex27.c314 static PetscErrorCode QCompute(PetscInt dim, const PetscReal vp[], const PetscReal vq[], PetscReal … in QCompute()