Home
last modified time | relevance | path

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

/petsc/src/ts/impls/rosw/
H A Drosw.c30 …PetscBool *GammaZeroDiag; /* Diagonal entries that are zero in stage table Gamma, vector indic… member
763 PetscCall(PetscFree5(t->At, t->bt, t->GammaInv, t->GammaZeroDiag, t->GammaExplicitCorr)); in TSRosWRegisterDestroy()
851 …PetscCall(PetscMalloc5(s * s, &t->At, s, &t->bt, s * s, &t->GammaInv, s, &t->GammaZeroDiag, s * s,… in TSRosWRegister()
873 t->GammaZeroDiag[i] = PETSC_TRUE; in TSRosWRegister()
875 t->GammaZeroDiag[i] = PETSC_FALSE; in TSRosWRegister()
1132 const PetscBool *GammaZeroDiag = tab->GammaZeroDiag; in TSStep_RosW() local
1152 if (GammaZeroDiag[i]) { in TSStep_RosW()