slepc4py.SLEPc.FN.CombineType#
- class slepc4py.SLEPc.FN.CombineType#
Bases:
object
FN type of combination of child functions.
ADD
: Addition f(x) = f1(x)+f2(x)MULTIPLY
: Multiplication f(x) = f1(x)*f2(x)DIVIDE
: Division f(x) = f1(x)/f2(x)COMPOSE
: Composition f(x) = f2(f1(x))
Attributes Summary
Constant
ADD
of typeint
Constant
COMPOSE
of typeint
Constant
DIVIDE
of typeint
Constant
MULTIPLY
of typeint
Attributes Documentation