Lines Matching refs:tab

43   struct _GLEETableau tab;  member
308 GLEETableau t = &link->tab; in TSGLEERegisterDestroy()
398 t = &link->tab; in TSGLEERegister()
436 GLEETableau tab = glee->tableau; in TSEvaluateStep_GLEE() local
437 PetscReal h, *B = tab->B, *V = tab->V, *F = tab->F, *Fembed = tab->Fembed; in TSEvaluateStep_GLEE()
438 PetscInt s = tab->s, r = tab->r, i, j; in TSEvaluateStep_GLEE()
455 if (order == tab->order) { in TSEvaluateStep_GLEE()
474 } else if (order == tab->order - 1) { in TSEvaluateStep_GLEE()
490 …der %" PetscInt_FMT " cannot evaluate step at order %" PetscInt_FMT, tab->name, tab->order, order); in TSEvaluateStep_GLEE()
498 GLEETableau tab = glee->tableau; in TSStep_GLEE() local
499 const PetscInt s = tab->s, r = tab->r; in TSStep_GLEE()
500 PetscReal *A = tab->A, *U = tab->U, *F = tab->F, *c = tab->c; in TSStep_GLEE()
559 PetscCall(TSEvaluateStep(ts, tab->order, ts->vec_sol, NULL)); in TSStep_GLEE()
565 …PetscCall(TSAdaptCandidateAdd(adapt, tab->name, tab->order, 1, tab->ccfl, (PetscReal)tab->s, PETSC… in TSStep_GLEE()
739 GLEETableau tab; in TSSetUp_GLEE() local
745 tab = glee->tableau; in TSSetUp_GLEE()
746 s = tab->s; in TSSetUp_GLEE()
747 r = tab->r; in TSSetUp_GLEE()
766 GLEETableau tab = glee->tableau; in TSStartingMethod_GLEE() local
767 PetscInt r = tab->r, i; in TSStartingMethod_GLEE()
768 PetscReal *S = tab->S; in TSStartingMethod_GLEE()
793 …k = GLEETableauList, count = 0; link; link = link->next, count++) namelist[count] = link->tab.name; in TSSetFromOptions_GLEE()
805 GLEETableau tab = glee->tableau; in TSView_GLEE() local
815 PetscCall(PetscFormatRealArray(buf, sizeof(buf), "% 8.6f", tab->s, tab->c)); in TSView_GLEE()
904 PetscCall(PetscStrcmp(link->tab.name, gleetype, &match)); in TSGLEESetType_GLEE()
907 glee->tableau = &link->tab; in TSGLEESetType_GLEE()
927 GLEETableau tab = glee->tableau; in TSGetSolutionComponents_GLEE() local
930 if (!Y) *n = tab->r; in TSGetSolutionComponents_GLEE()
932 …< tab->r, PetscObjectComm((PetscObject)ts), PETSC_ERR_ARG_OUTOFRANGE, "Second argument (%" PetscIn… in TSGetSolutionComponents_GLEE()
941 GLEETableau tab = glee->tableau; in TSGetAuxSolution_GLEE() local
942 PetscReal *F = tab->Fembed; in TSGetAuxSolution_GLEE()
943 PetscInt r = tab->r; in TSGetAuxSolution_GLEE()
958 GLEETableau tab = glee->tableau; in TSGetTimeError_GLEE() local
959 PetscReal *F = tab->Ferror; in TSGetTimeError_GLEE()
960 PetscInt r = tab->r; in TSGetTimeError_GLEE()
979 GLEETableau tab = glee->tableau; in TSSetTimeError_GLEE() local
980 PetscReal *S = tab->Serror; in TSSetTimeError_GLEE()
981 PetscInt r = tab->r, i; in TSSetTimeError_GLEE()
985 …RR_SUP, "TSSetTimeError_GLEE not supported for '%s' with r=%" PetscInt_FMT ".", tab->name, tab->r); in TSSetTimeError_GLEE()