Home
last modified time | relevance | path

Searched defs:VEC_VV (Results 1 – 6 of 6) sorted by relevance

/petsc/src/ksp/ksp/impls/gmres/
H A Dgmresimpl.h88 #define VEC_VV(i) gmres->vecs[VEC_OFFSET + i] macro
/petsc/src/ksp/ksp/impls/gmres/pgmres/
H A Dpgmresimpl.h22 #define VEC_VV(i) pgmres->vecs[VEC_OFFSET + i] /* use to access othog basis vectors */ macro
/petsc/src/ksp/ksp/impls/gmres/fgmres/
H A Dfgmresimpl.h37 #define VEC_VV(i) \ macro
/petsc/src/ksp/ksp/impls/gmres/pipefgmres/
H A Dpipefgmresimpl.h41 #define VEC_VV(i) pipefgmres->vecs[VEC_OFFSET + i] /* use to access othog basis vectors. Note the o… macro
/petsc/src/ksp/ksp/impls/gmres/dgmres/
H A Ddgmresimpl.h63 #define VEC_VV(i) dgmres->vecs[VEC_OFFSET + i] macro
/petsc/src/ksp/ksp/impls/gmres/lgmres/
H A Dlgmresimpl.h49 #define VEC_VV(i) lgmres->vecs[VEC_OFFSET + i] /* use to access othog basis vectors */ macro