petsc4py.PETSc.TS.Type#

class petsc4py.PETSc.TS.Type#

Bases: object

The time stepping method.

Attributes Summary

ALPHA

Object ALPHA of type str

ALPHA2

Object ALPHA2 of type str

ARKIMEX

Object ARKIMEX of type str

BASICSYMPLECTIC

Object BASICSYMPLECTIC of type str

BDF

Object BDF of type str

BE

Object BE of type str

BEULER

Object BEULER of type str

CN

Object CN of type str

CRANK_NICOLSON

Object CRANK_NICOLSON of type str

DIRK

Object DIRK of type str

DISCGRAD

Object DISCGRAD of type str

EIMEX

Object EIMEX of type str

EULER

Object EULER of type str

FE

Object FE of type str

GLEE

Object GLEE of type str

GLLE

Object GLLE of type str

MIMEX

Object MIMEX of type str

MPRK

Object MPRK of type str

PSEUDO

Object PSEUDO of type str

PYTHON

Object PYTHON of type str

RADAU5

Object RADAU5 of type str

RK

Object RK of type str

ROSW

Object ROSW of type str

RUNGE_KUTTA

Object RUNGE_KUTTA of type str

SSP

Object SSP of type str

SUNDIALS

Object SUNDIALS of type str

TH

Object TH of type str

THETA

Object THETA of type str

Attributes Documentation

ALPHA: str = ALPHA#

Object ALPHA of type str

ALPHA2: str = ALPHA2#

Object ALPHA2 of type str

ARKIMEX: str = ARKIMEX#

Object ARKIMEX of type str

BASICSYMPLECTIC: str = BASICSYMPLECTIC#

Object BASICSYMPLECTIC of type str

BDF: str = BDF#

Object BDF of type str

BE: str = BE#

Object BE of type str

BEULER: str = BEULER#

Object BEULER of type str

CN: str = CN#

Object CN of type str

CRANK_NICOLSON: str = CRANK_NICOLSON#

Object CRANK_NICOLSON of type str

DIRK: str = DIRK#

Object DIRK of type str

DISCGRAD: str = DISCGRAD#

Object DISCGRAD of type str

EIMEX: str = EIMEX#

Object EIMEX of type str

EULER: str = EULER#

Object EULER of type str

FE: str = FE#

Object FE of type str

GLEE: str = GLEE#

Object GLEE of type str

GLLE: str = GLLE#

Object GLLE of type str

MIMEX: str = MIMEX#

Object MIMEX of type str

MPRK: str = MPRK#

Object MPRK of type str

PSEUDO: str = PSEUDO#

Object PSEUDO of type str

PYTHON: str = PYTHON#

Object PYTHON of type str

RADAU5: str = RADAU5#

Object RADAU5 of type str

RK: str = RK#

Object RK of type str

ROSW: str = ROSW#

Object ROSW of type str

RUNGE_KUTTA: str = RUNGE_KUTTA#

Object RUNGE_KUTTA of type str

SSP: str = SSP#

Object SSP of type str

SUNDIALS: str = SUNDIALS#

Object SUNDIALS of type str

TH: str = TH#

Object TH of type str

THETA: str = THETA#

Object THETA of type str