slepc4py.SLEPc.FN.CombineType#
- class slepc4py.SLEPc.FN.CombineType#
Bases:
objectFN 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
ADDof typeintConstant
COMPOSEof typeintConstant
DIVIDEof typeintConstant
MULTIPLYof typeintAttributes Documentation