Home
last modified time | relevance | path

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

/petsc/src/ts/impls/rosw/
H A Drosw.c35 PetscReal *GammaSum; /* Row sum of Gamma, only needed for non-autonomous systems */ member
762 PetscCall(PetscFree5(t->A, t->Gamma, t->b, t->ASum, t->GammaSum)); in TSRosWRegisterDestroy()
850 PetscCall(PetscMalloc5(s * s, &t->A, s * s, &t->Gamma, s, &t->b, s, &t->ASum, s, &t->GammaSum)); in TSRosWRegister()
862 t->GammaSum[i] = 0; in TSRosWRegister()
865 t->GammaSum[i] += Gamma[i * s + j]; in TSRosWRegister()
1560 for (i = 0; i < tab->s; i++) abscissa[i] = tab->ASum[i] + tab->GammaSum[i]; in TSView_RosW()