Searched refs:equation_type (Results 1 – 7 of 7) sorted by relevance
41 t->equation_type = TS_EQ_UNSPECIFIED; in TSCreate()
4788 PetscErrorCode TSGetEquationType(TS ts, TSEquationType *equation_type) in TSGetEquationType() argument4792 PetscAssertPointer(equation_type, 2); in TSGetEquationType()4793 *equation_type = ts->equation_type; in TSGetEquationType()4810 PetscErrorCode TSSetEquationType(TS ts, TSEquationType equation_type) in TSSetEquationType() argument4814 ts->equation_type = equation_type; in TSSetEquationType()5762 t->equation_type = tsin->equation_type; in TSClone()
243 if (ts->equation_type >= TS_EQ_IMPLICIT) { /* Save the initial slope for the next step */ in TSStep_ARKIMEX_FastSlowSplit()256 if (ts->equation_type >= TS_EQ_IMPLICIT && tab->explicit_first_stage && ts->steprestart) { in TSStep_ARKIMEX_FastSlowSplit()299 …PetscCheck(i == 0 || ts->equation_type < TS_EQ_IMPLICIT, PetscObjectComm((PetscObject)ts), PETSC_E… in TSStep_ARKIMEX_FastSlowSplit()345 if (ts->equation_type >= TS_EQ_IMPLICIT) { in TSStep_ARKIMEX_FastSlowSplit()
1357 … if (dirk || ts->equation_type >= TS_EQ_IMPLICIT) { /* Save the initial slope for the next step */ in TSStep_ARKIMEX()1394 …if (!dirk && ts->equation_type >= TS_EQ_IMPLICIT && tab->explicit_first_stage && ts->steprestart) { in TSStep_ARKIMEX()1440 …PetscCheck(i == 0 || ts->equation_type < TS_EQ_IMPLICIT, PetscObjectComm((PetscObject)ts), PETSC_E… in TSStep_ARKIMEX()1482 if (dirk || ts->equation_type >= TS_EQ_IMPLICIT) { in TSStep_ARKIMEX()
163 TSEquationType equation_type; member
510 …PetscCheck(ts->equation_type <= TS_EQ_ODE_EXPLICIT, PetscObjectComm((PetscObject)ts), PETSC_ERR_SU… in SNESTSFormJacobian_IRK()
3173 property equation_type: