1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133
|
slepc4py.SLEPc.ST
=================
.. autoclass:: slepc4py.SLEPc.ST
:show-inheritance:
.. rubric:: Enumerations
.. autosummary::
:toctree:
~slepc4py.SLEPc.ST.FilterDamping
~slepc4py.SLEPc.ST.FilterType
~slepc4py.SLEPc.ST.MatMode
~slepc4py.SLEPc.ST.Type
.. rubric:: Methods Summary
.. autosummary::
~slepc4py.SLEPc.ST.appendOptionsPrefix
~slepc4py.SLEPc.ST.apply
~slepc4py.SLEPc.ST.applyHermitianTranspose
~slepc4py.SLEPc.ST.applyMat
~slepc4py.SLEPc.ST.applyTranspose
~slepc4py.SLEPc.ST.create
~slepc4py.SLEPc.ST.destroy
~slepc4py.SLEPc.ST.getCayleyAntishift
~slepc4py.SLEPc.ST.getFilterDamping
~slepc4py.SLEPc.ST.getFilterDegree
~slepc4py.SLEPc.ST.getFilterInterval
~slepc4py.SLEPc.ST.getFilterRange
~slepc4py.SLEPc.ST.getFilterType
~slepc4py.SLEPc.ST.getKSP
~slepc4py.SLEPc.ST.getMatMode
~slepc4py.SLEPc.ST.getMatStructure
~slepc4py.SLEPc.ST.getMatrices
~slepc4py.SLEPc.ST.getOperator
~slepc4py.SLEPc.ST.getOptionsPrefix
~slepc4py.SLEPc.ST.getPreconditionerMat
~slepc4py.SLEPc.ST.getShift
~slepc4py.SLEPc.ST.getSplitPreconditioner
~slepc4py.SLEPc.ST.getTransform
~slepc4py.SLEPc.ST.getType
~slepc4py.SLEPc.ST.reset
~slepc4py.SLEPc.ST.restoreOperator
~slepc4py.SLEPc.ST.setCayleyAntishift
~slepc4py.SLEPc.ST.setFilterDamping
~slepc4py.SLEPc.ST.setFilterDegree
~slepc4py.SLEPc.ST.setFilterInterval
~slepc4py.SLEPc.ST.setFilterRange
~slepc4py.SLEPc.ST.setFilterType
~slepc4py.SLEPc.ST.setFromOptions
~slepc4py.SLEPc.ST.setKSP
~slepc4py.SLEPc.ST.setMatMode
~slepc4py.SLEPc.ST.setMatStructure
~slepc4py.SLEPc.ST.setMatrices
~slepc4py.SLEPc.ST.setOptionsPrefix
~slepc4py.SLEPc.ST.setPreconditionerMat
~slepc4py.SLEPc.ST.setShift
~slepc4py.SLEPc.ST.setSplitPreconditioner
~slepc4py.SLEPc.ST.setTransform
~slepc4py.SLEPc.ST.setType
~slepc4py.SLEPc.ST.setUp
~slepc4py.SLEPc.ST.view
.. rubric:: Attributes Summary
.. autosummary::
~slepc4py.SLEPc.ST.ksp
~slepc4py.SLEPc.ST.mat_mode
~slepc4py.SLEPc.ST.mat_structure
~slepc4py.SLEPc.ST.shift
~slepc4py.SLEPc.ST.transform
.. rubric:: Methods Documentation
.. automethod:: appendOptionsPrefix
.. automethod:: apply
.. automethod:: applyHermitianTranspose
.. automethod:: applyMat
.. automethod:: applyTranspose
.. automethod:: create
.. automethod:: destroy
.. automethod:: getCayleyAntishift
.. automethod:: getFilterDamping
.. automethod:: getFilterDegree
.. automethod:: getFilterInterval
.. automethod:: getFilterRange
.. automethod:: getFilterType
.. automethod:: getKSP
.. automethod:: getMatMode
.. automethod:: getMatStructure
.. automethod:: getMatrices
.. automethod:: getOperator
.. automethod:: getOptionsPrefix
.. automethod:: getPreconditionerMat
.. automethod:: getShift
.. automethod:: getSplitPreconditioner
.. automethod:: getTransform
.. automethod:: getType
.. automethod:: reset
.. automethod:: restoreOperator
.. automethod:: setCayleyAntishift
.. automethod:: setFilterDamping
.. automethod:: setFilterDegree
.. automethod:: setFilterInterval
.. automethod:: setFilterRange
.. automethod:: setFilterType
.. automethod:: setFromOptions
.. automethod:: setKSP
.. automethod:: setMatMode
.. automethod:: setMatStructure
.. automethod:: setMatrices
.. automethod:: setOptionsPrefix
.. automethod:: setPreconditionerMat
.. automethod:: setShift
.. automethod:: setSplitPreconditioner
.. automethod:: setTransform
.. automethod:: setType
.. automethod:: setUp
.. automethod:: view
.. rubric:: Attributes Documentation
.. autoattribute:: ksp
.. autoattribute:: mat_mode
.. autoattribute:: mat_structure
.. autoattribute:: shift
.. autoattribute:: transform
|