Home
last modified time | relevance | path

Searched refs:idiagState (Results 1 – 5 of 5) sorted by relevance

/petsc/src/mat/impls/sell/seq/
H A Dsell.h69 PetscObjectState idiagState; /* state of the matrix when mdiag and idiag was obtained */ member
H A Dsell.c841 …if (a->idiagState == ((PetscObject)A)->state && a->omega == omega && a->fshift == fshift) PetscFun… in MatInvertDiagonalForSOR_SeqSELL()
872 a->idiagState = ((PetscObject)A)->state; in MatInvertDiagonalForSOR_SeqSELL()
/petsc/src/mat/impls/aij/seq/
H A Daij.h158 PetscObjectState idiagState; /* state of the matrix when mdiag and idiag was obtained */ member
H A Daij.c1819 …if (a->idiagState == ((PetscObject)A)->state && a->omega == omega && a->fshift == fshift) PetscFun… in MatInvertDiagonalForSOR_SeqAIJ()
1848 a->idiagState = ((PetscObject)A)->state; in MatInvertDiagonalForSOR_SeqAIJ()
H A Dinode.c2432 if (a->idiagState == ((PetscObject)A)->state) PetscFunctionReturn(PETSC_SUCCESS); in MatInvertDiagonalForSOR_SeqAIJ_Inode()