Lines Matching defs:Gamma
29 PetscReal *Gamma; /* Stage table, lower triangular with nonzero diagonal */ member
338 const PetscReal Gamma = 1; in TSRosWRegisterAll() local
347 const PetscReal Gamma = 0.5; in TSRosWRegisterAll() local
360 const PetscReal Gamma[2][2] = { in TSRosWRegisterAll() local
380 const PetscReal Gamma[2][2] = { in TSRosWRegisterAll() local
402 const PetscReal Gamma[3][3] = { in TSRosWRegisterAll() local
428 const PetscReal Gamma[4][4] = { in TSRosWRegisterAll() local
460 const PetscReal Gamma[4][4] = { in TSRosWRegisterAll() local
479 const PetscReal Gamma[4][4] = { in TSRosWRegisterAll() local
498 const PetscReal Gamma[4][4] = { in TSRosWRegisterAll() local
519 const PetscReal Gamma[6][6] = { in TSRosWRegisterAll() local
542 const PetscReal Gamma[6][6] = { in TSRosWRegisterAll() local
562 const PetscReal Gamma[3][3] = { in TSRosWRegisterAll() local
590 const PetscReal Gamma[3][3] = { in TSRosWRegisterAll() local
616 const PetscReal Gamma[4][4] = { in TSRosWRegisterAll() local
649 const PetscReal Gamma[4][4] = { in TSRosWRegisterAll() local
676 PetscReal A[4][4], Gamma[4][4], b[4], b2[4]; in TSRosWRegisterAll() local
830 …SRosWType name, PetscInt order, PetscInt s, const PetscReal A[], const PetscReal Gamma[], const Pe… in TSRosWRegister()
966 PetscReal A[4][4], Gamma[4][4], b[4], bm[4]; in TSRosWRegisterRos4() local
1130 const PetscReal *At = tab->At, *Gamma = tab->Gamma, *ASum = tab->ASum, *GammaInv = tab->GammaInv; in TSStep_RosW() local