Lines Matching defs:V
33 PetscReal *A, *B, *U, *V, *S, *F, *c; /* Tableau */ member
170 ….0, 0, 0}, {-2.0, 1.0, 1.0}}, U[3][2] = {{1.0, 0}, {1.0, 0.5}, {1.0, 0.5}}, V[2][2] = {{1, 0}, {0,… in TSGLEERegisterAll() local
184 …1.0 / 12.0, 1.0 / 12.0, -1.0 / 6.0}}, U[3][2] = {{1, 0}, {1, 10}, {1, -1}}, V[2][2] = {{1, 0}, {0,… in TSGLEERegisterAll() local
199 …0 / 8.0}}, U[4][2] = {{0, 1}, {75.0 / 58.0, -17.0 / 58.0}, {0, 1}, {0, 1}}, V[2][2] = {{1, 0}, {0,… in TSGLEERegisterAll() local
215 …12310994469381424520}, {0.99056100455550913009, 0.0094389954444908699092}}, V[2][2] = {{1, 0}, {0,… in TSGLEERegisterAll() local
231 …8658046436496925911.0, 100050763666313171803.0 / 108658046436496925911.0}}, V[2][2] = {{1, 0}, {0,… in TSGLEERegisterAll() local
248 …}}, U[6][2] = {{1, 0}, {1, 0}, {1, 0.75}, {1, 0.75}, {1, 0.75}, {1, 0.75}}, V[2][2] = {{1, 0}, {0,… in TSGLEERegisterAll() local
267 …U[8][2] = {{1, 0}, {1, 0}, {1, 0}, {1, 0}, {1, 1}, {1, 1}, {1, 1}, {1, 1}}, V[2][2] = {{1, 0}, {0,… in TSGLEERegisterAll() local
287 … {1, 0}, {1, 0.75}, {1, 0.75}, {1, 0.75}, {1, 0.75}, {1, 0.75}, {1, 0.75}}, V[2][2] = {{1, 0}, {0,… in TSGLEERegisterAll() local
389 …ma, const PetscReal A[], const PetscReal B[], const PetscReal U[], const PetscReal V[], const Pets… in TSGLEERegister()
437 PetscReal h, *B = tab->B, *V = tab->V, *F = tab->F, *Fembed = tab->Fembed; in TSEvaluateStep_GLEE() local