Home
last modified time | relevance | path

Searched refs:TS_EQ_IMPLICIT (Results 1 – 7 of 7) sorted by relevance

/petsc/src/ts/tutorials/power_grid/
H A Dex3.c118 PetscCall(TSSetEquationType(ts, TS_EQ_IMPLICIT)); in main()
/petsc/src/ts/impls/arkimex/
H A Dfsarkimex.c243 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()
H A Darkimex.c1357 … 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()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi40 TS_EQ_IMPLICIT
H A DTS.pyx106 IMPLICIT = TS_EQ_IMPLICIT
/petsc/doc/manual/
H A Dts.md351 The user needs to set `TSSetEquationType()` to `TS_EQ_IMPLICIT` or
395 …) &= 0\end{aligned}`; the user needs to set ``TSSetEquationType()`` to ``TS_EQ_IMPLICIT`` or higher
/petsc/include/
H A Dpetscts.h95 TS_EQ_IMPLICIT = 1000, enumerator