Lines Matching refs:tableau
51 RosWTableau tableau; member
1091 RosWTableau tab = ros->tableau; in TSEvaluateStep_RosW()
1128 RosWTableau tab = ros->tableau; in TSStep_RosW()
1243 PetscInt s = ros->tableau->s, pinterp = ros->tableau->pinterp, i, j; in TSInterpolate_RosW()
1247 const PetscReal *Bt = ros->tableau->binterpt; in TSInterpolate_RosW()
1248 const PetscReal *GammaInv = ros->tableau->GammaInv; in TSInterpolate_RosW()
1253 …Object)ts), PETSC_ERR_SUP, "TSRosW %s does not have an interpolation formula", ros->tableau->name); in TSInterpolate_RosW()
1293 RosWTableau tab = ros->tableau; in TSRosWTableauReset()
1461 RosWTableau tab = ros->tableau; in TSRosWTableauSetUp()
1530 …k-W method", "TSRosWSetType", (const char *const *)namelist, count, ros->tableau->name, &choice, &… in TSSetFromOptions_RosW()
1551 RosWTableau tab = ros->tableau; in TSView_RosW()
1654 *rostype = ros->tableau->name; in TSRosWGetType_RosW()
1665 if (ros->tableau) { in TSRosWSetType_RosW()
1666 PetscCall(PetscStrcmp(ros->tableau->name, rostype, &match)); in TSRosWSetType_RosW()
1673 ros->tableau = &link->tab; in TSRosWSetType_RosW()
1675 ts->default_adapt_type = ros->tableau->bembed ? TSADAPTBASIC : TSADAPTNONE; in TSRosWSetType_RosW()