petsc4py.PETSc.TS.EquationType#

class petsc4py.PETSc.TS.EquationType#

Bases: object

Distinguishes among types of explicit and implicit equations.

Attributes Summary

DAE_IMPLICIT_INDEX1

Constant DAE_IMPLICIT_INDEX1 of type int

DAE_IMPLICIT_INDEX2

Constant DAE_IMPLICIT_INDEX2 of type int

DAE_IMPLICIT_INDEX3

Constant DAE_IMPLICIT_INDEX3 of type int

DAE_IMPLICIT_INDEXHI

Constant DAE_IMPLICIT_INDEXHI of type int

DAE_SEMI_EXPLICIT_INDEX1

Constant DAE_SEMI_EXPLICIT_INDEX1 of type int

DAE_SEMI_EXPLICIT_INDEX2

Constant DAE_SEMI_EXPLICIT_INDEX2 of type int

DAE_SEMI_EXPLICIT_INDEX3

Constant DAE_SEMI_EXPLICIT_INDEX3 of type int

DAE_SEMI_EXPLICIT_INDEXHI

Constant DAE_SEMI_EXPLICIT_INDEXHI of type int

EXPLICIT

Constant EXPLICIT of type int

IMPLICIT

Constant IMPLICIT of type int

ODE_EXPLICIT

Constant ODE_EXPLICIT of type int

ODE_IMPLICIT

Constant ODE_IMPLICIT of type int

UNSPECIFIED

Constant UNSPECIFIED of type int

Attributes Documentation

DAE_IMPLICIT_INDEX1: int = DAE_IMPLICIT_INDEX1#

Constant DAE_IMPLICIT_INDEX1 of type int

DAE_IMPLICIT_INDEX2: int = DAE_IMPLICIT_INDEX2#

Constant DAE_IMPLICIT_INDEX2 of type int

DAE_IMPLICIT_INDEX3: int = DAE_IMPLICIT_INDEX3#

Constant DAE_IMPLICIT_INDEX3 of type int

DAE_IMPLICIT_INDEXHI: int = DAE_IMPLICIT_INDEXHI#

Constant DAE_IMPLICIT_INDEXHI of type int

DAE_SEMI_EXPLICIT_INDEX1: int = DAE_SEMI_EXPLICIT_INDEX1#

Constant DAE_SEMI_EXPLICIT_INDEX1 of type int

DAE_SEMI_EXPLICIT_INDEX2: int = DAE_SEMI_EXPLICIT_INDEX2#

Constant DAE_SEMI_EXPLICIT_INDEX2 of type int

DAE_SEMI_EXPLICIT_INDEX3: int = DAE_SEMI_EXPLICIT_INDEX3#

Constant DAE_SEMI_EXPLICIT_INDEX3 of type int

DAE_SEMI_EXPLICIT_INDEXHI: int = DAE_SEMI_EXPLICIT_INDEXHI#

Constant DAE_SEMI_EXPLICIT_INDEXHI of type int

EXPLICIT: int = EXPLICIT#

Constant EXPLICIT of type int

IMPLICIT: int = IMPLICIT#

Constant IMPLICIT of type int

ODE_EXPLICIT: int = ODE_EXPLICIT#

Constant ODE_EXPLICIT of type int

ODE_IMPLICIT: int = ODE_IMPLICIT#

Constant ODE_IMPLICIT of type int

UNSPECIFIED: int = UNSPECIFIED#

Constant UNSPECIFIED of type int