Home
last modified time | relevance | path

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

/petsc/src/ts/impls/rosw/
H A Drosw.c31 …PetscReal *GammaExplicitCorr; /* Coefficients for correction terms needed for explicit stages in t… member
763 PetscCall(PetscFree5(t->At, t->bt, t->GammaInv, t->GammaZeroDiag, t->GammaExplicitCorr)); in TSRosWRegisterDestroy()
851 … * s, &t->At, s, &t->bt, s * s, &t->GammaInv, s, &t->GammaZeroDiag, s * s, &t->GammaExplicitCorr)); in TSRosWRegister()
854 PetscCall(PetscArraycpy(t->GammaExplicitCorr, Gamma, s * s)); in TSRosWRegister()
912 … t->GammaExplicitCorr[i * s + k] = (t->GammaExplicitCorr[i * s + k]) * (t->GammaInv[k * s + k]); in TSRosWRegister()
913 …for (j = k + 1; j < i + 1; j++) t->GammaExplicitCorr[i * s + k] += (t->GammaExplicitCorr[i * s + j… in TSRosWRegister()
1131 const PetscReal *GammaExplicitCorr = tab->GammaExplicitCorr; in TSStep_RosW() local
1193 for (j = 0; j < i; j++) w[j] = GammaExplicitCorr[i * s + j]; in TSStep_RosW()