Searched refs:csb (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/impls/multirate/ |
| H A D | mprk.c | 37 PetscReal *Asb, *bsb, *csb; /* Tableau for slow components */ member 387 PetscCall(PetscFree3(t->Asb, t->bsb, t->csb)); in TSMPRKRegisterDestroy() 464 …cInt ratio2, const PetscReal Asb[], const PetscReal bsb[], const PetscReal csb[], const PetscInt r… in TSMPRKRegister() argument 474 if (csb) PetscAssertPointer(csb, 8); in TSMPRKRegister() 530 PetscCall(PetscMalloc3(s * s, &t->Asb, s, &t->bsb, s, &t->csb)); in TSMPRKRegister() 536 if (csb) { in TSMPRKRegister() 537 PetscCall(PetscArraycpy(t->csb, csb, s)); in TSMPRKRegister() 540 for (j = 0, t->csb[i] = 0; j < s; j++) t->csb[i] += Asb[i * s + j]; in TSMPRKRegister() 648 const PetscReal *Af = tab->Af, *cf = tab->cf, *Asb = tab->Asb, *csb = tab->csb; in TSStep_MPRK() local 705 PetscCall(TSComputeRHSFunction(ts, t + h * csb[i], Y[i], YdotRHS[i])); in TSStep_MPRK() [all …]
|