Lines Matching refs:bbase

69 …eau2(PetscInt ratio, PetscInt s, const PetscReal Abase[], const PetscReal bbase[], PetscReal A1[],…  in TSMPRKGenerateTableau2()  argument
84 for (j = 0; j < s; j++) A2[(k * s + i) * ratio * s + l * s + j] = bbase[j] / ratio; in TSMPRKGenerateTableau2()
86 b1[k * s + j] = bbase[j] / ratio; in TSMPRKGenerateTableau2()
87 b2[k * s + j] = bbase[j] / ratio; in TSMPRKGenerateTableau2()
93 …eau3(PetscInt ratio, PetscInt s, const PetscReal Abase[], const PetscReal bbase[], PetscReal A1[],… in TSMPRKGenerateTableau3() argument
111 …A2[((k * ratio + m) * s + i) * ratio * ratio * s + (l * ratio + n) * s + j] = bbase[j] / ratio / r… in TSMPRKGenerateTableau3()
112 …A3[((k * ratio + m) * s + i) * ratio * ratio * s + (l * ratio + n) * s + j] = bbase[j] / ratio / r… in TSMPRKGenerateTableau3()
117 …(k * ratio + m) * s + i) * ratio * ratio * s + (k * ratio + n) * s + j] = bbase[j] / ratio / ratio; in TSMPRKGenerateTableau3()
120 b1[(k * ratio + n) * s + j] = bbase[j] / ratio / ratio; in TSMPRKGenerateTableau3()
121 b2[(k * ratio + n) * s + j] = bbase[j] / ratio / ratio; in TSMPRKGenerateTableau3()
122 b3[(k * ratio + n) * s + j] = bbase[j] / ratio / ratio; in TSMPRKGenerateTableau3()
239 bbase[2] = {RC(0.5), RC(0.5)}; in TSMPRKRegisterAll() local
242 PetscCall(TSMPRKGenerateTableau2(2, 2, &Abase[0][0], bbase, &Asb[0][0], bsb, &Af[0][0], bf)); in TSMPRKRegisterAll()
251 bbase[2] = {RC(0.5), RC(0.5)}; in TSMPRKRegisterAll() local
254 …PetscCall(TSMPRKGenerateTableau3(2, 2, &Abase[0][0], bbase, &Asb[0][0], bsb, &Amb[0][0], bmb, &Af[… in TSMPRKRegisterAll()
263 bbase[2] = {RC(0.5), RC(0.5)}; in TSMPRKRegisterAll() local
266 PetscCall(TSMPRKGenerateTableau2(3, 2, &Abase[0][0], bbase, &Asb[0][0], bsb, &Af[0][0], bf)); in TSMPRKRegisterAll()
275 bbase[2] = {RC(0.5), RC(0.5)}; in TSMPRKRegisterAll() local
278 …PetscCall(TSMPRKGenerateTableau3(3, 2, &Abase[0][0], bbase, &Asb[0][0], bsb, &Amb[0][0], bmb, &Af[… in TSMPRKRegisterAll()