Home
last modified time | relevance | path

Searched defs:Asb (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ts/impls/multirate/
H A Dmprk.c37 PetscReal *Asb, *bsb, *csb; /* Tableau for slow components */ member
240 PetscReal Asb[4][4] = {{0}}, Af[4][4] = {{0}}, bsb[4] = {0}, bf[4] = {0}; in TSMPRKRegisterAll() local
252 …PetscReal Asb[8][8] = {{0}}, Amb[8][8] = {{0}}, Af[8][8] = {{0}}, bsb[8] = {0}, bmb[8] = {0}, bf[8… in TSMPRKRegisterAll() local
264 PetscReal Asb[6][6] = {{0}}, Af[6][6] = {{0}}, bsb[6] = {0}, bf[6] = {0}; in TSMPRKRegisterAll() local
276 …PetscReal Asb[18][18] = {{0}}, Amb[18][18] = {{0}}, Af[18][18] = {{0}}, bsb[18] = {0}, bmb[18] = {… in TSMPRKRegisterAll() local
335 const PetscReal Asb[5][5] = in TSMPRKRegisterAll() local
349 const PetscReal Asb[10][10] = in TSMPRKRegisterAll() local
464 …PetscInt order, PetscInt sbase, PetscInt ratio1, PetscInt ratio2, const PetscReal Asb[], const Pet… in TSMPRKRegister()
648 const PetscReal *Af = tab->Af, *cf = tab->cf, *Asb = tab->Asb, *csb = tab->csb; in TSStep_MPRK() local
793 const PetscReal *Af = tab->Af, *cf = tab->cf, *Asb = tab->Asb, *csb = tab->csb; in TSStep_MPRKSPLIT() local