| H A D | mprk.c | 38 PetscInt *rsb; /* Array of flags for repeated staged in slow method*/ member 241 PetscInt rsb[4] = {0, 0, 1, 2}; in TSMPRKRegisterAll() local 243 …PetscCall(TSMPRKRegister(TSMPRK2A22, 2, 2, 2, 1, &Asb[0][0], bsb, NULL, rsb, NULL, NULL, NULL, NUL… in TSMPRKRegisterAll() 253 PetscInt rsb[8] = {0, 0, 1, 2, 1, 2, 1, 2}, rmb[8] = {0, 0, 1, 2, 0, 0, 5, 6}; in TSMPRKRegisterAll() local 255 …PetscCall(TSMPRKRegister(TSMPRK2A23, 2, 2, 2, 2, &Asb[0][0], bsb, NULL, rsb, &Amb[0][0], bmb, NULL… in TSMPRKRegisterAll() 265 PetscInt rsb[6] = {0, 0, 1, 2, 1, 2}; in TSMPRKRegisterAll() local 267 …PetscCall(TSMPRKRegister(TSMPRK2A32, 2, 2, 3, 1, &Asb[0][0], bsb, NULL, rsb, NULL, NULL, NULL, NUL… in TSMPRKRegisterAll() 277 …PetscInt rsb[18] = {0, 0, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2}, rmb[18] = {0, 0, 1, 2,… in TSMPRKRegisterAll() local 279 …PetscCall(TSMPRKRegister(TSMPRK2A33, 2, 2, 3, 3, &Asb[0][0], bsb, NULL, rsb, &Amb[0][0], bmb, NULL… in TSMPRKRegisterAll() 344 const PetscInt rsb[5] = {0, 0, 2, 0, 4}; in TSMPRKRegisterAll() local [all …]
|