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
|
<html>
<head>
<link rel="stylesheet" href="/slepc/slepc.css" type="text/css">
<title>Spectral Transformation - ST</title>
</head>
<body class="manpageindex">
<h2>Spectral Transformation - ST: <a href="../../../src/st/examples/tutorials/index.html">Examples</a></h2>
<p>
The Spectral Transformation (ST) class encapsulates the functionality required for acceleration techniques based on the transformation of the spectrum. As explained in the SLEPc Users Manual, the eigensolvers implemented in EPS work by applying an operator to a set of vectors and this operator can adopt different forms. The ST object handles all the different possibilities in a uniform way, so that the solver can proceed without knowing which transformation has been selected.
</p>
<p>
The type of spectral transformation can be specified at run time (e.g., <code>-st_type sinvert</code>) as well as several parameters such as the value of the shift (e.g., <code>-st_shift 1.5</code>).
</p>
<p>
ST objects are always related to EPS objects. Users should not create a standalone ST object.
ST options can also be set directly in application codes by first extracting the ST context from the EPS context via <a href="../EPS/EPSGetST.html">EPSGetST</a>() and then directly calling the ST routines (e.g., <a href="STSetType.html">STSetType</a>() / <a href="STSetShift.html">STSetShift</a>()).
</p>
<P>
<TABLE>
<TR><TD WIDTH=250 COLSPAN="3"><B>Beginner - Basic usage</B></TD></TR>
<TD WIDTH=250><A HREF="./ST.html">ST</A></TD>
<TD WIDTH=250><A HREF="./STGetShift.html">STGetShift</A></TD>
<TD WIDTH=250><A HREF="./STType.html">STType</A></TD>
<TR>
<TD WIDTH=250><A HREF="./STCreate.html">STCreate</A></TD>
<TD WIDTH=250><A HREF="./STSetFromOptions.html">STSetFromOptions</A></TD>
<TD WIDTH=250><A HREF="./STView.html">STView</A></TD>
<TR>
<TD WIDTH=250><A HREF="./STDestroy.html">STDestroy</A></TD>
<TD WIDTH=250><A HREF="./STSetShift.html">STSetShift</A></TD>
<TD WIDTH=250><A HREF="./"></A></TD>
<TR>
<TR><TD WIDTH=250 COLSPAN="3"><B>Intermediate - Setting options for algorithms and data structures</B></TD></TR>
<TD WIDTH=250><A HREF="./STCayleyGetAntishift.html">STCayleyGetAntishift</A></TD>
<TD WIDTH=250><A HREF="./STGetOperationCounters.html">STGetOperationCounters</A></TD>
<TD WIDTH=250><A HREF="./STSetMatMode.html">STSetMatMode</A></TD>
<TR>
<TD WIDTH=250><A HREF="./STCayleySetAntishift.html">STCayleySetAntishift</A></TD>
<TD WIDTH=250><A HREF="./STGetOperators.html">STGetOperators</A></TD>
<TD WIDTH=250><A HREF="./STSetOperators.html">STSetOperators</A></TD>
<TR>
<TD WIDTH=250><A HREF="./STGetKSP.html">STGetKSP</A></TD>
<TD WIDTH=250><A HREF="./STGetType.html">STGetType</A></TD>
<TD WIDTH=250><A HREF="./STSetType.html">STSetType</A></TD>
<TR>
<TD WIDTH=250><A HREF="./STGetMatMode.html">STGetMatMode</A></TD>
<TD WIDTH=250><A HREF="./STMatMode.html">STMatMode</A></TD>
<TD WIDTH=250><A HREF="./"></A></TD>
<TR>
<TD WIDTH=250><A HREF="./STGetNumMatrices.html">STGetNumMatrices</A></TD>
<TD WIDTH=250><A HREF="./STResetOperationCounters.html">STResetOperationCounters</A></TD>
<TD WIDTH=250><A HREF="./"></A></TD>
<TR>
<TR><TD WIDTH=250 COLSPAN="3"><B>Advanced - Setting more advanced options and customization</B></TD></TR>
<TD WIDTH=250><A HREF="./STAppendOptionsPrefix.html">STAppendOptionsPrefix</A></TD>
<TD WIDTH=250><A HREF="./STRegister.html">STRegister</A></TD>
<TD WIDTH=250><A HREF="./STSetOptionsPrefix.html">STSetOptionsPrefix</A></TD>
<TR>
<TD WIDTH=250><A HREF="./STComputeExplicitOperator.html">STComputeExplicitOperator</A></TD>
<TD WIDTH=250><A HREF="./STRegisterAll.html">STRegisterAll</A></TD>
<TD WIDTH=250><A HREF="./STSetUp.html">STSetUp</A></TD>
<TR>
<TD WIDTH=250><A HREF="./STGetMatStructure.html">STGetMatStructure</A></TD>
<TD WIDTH=250><A HREF="./STReset.html">STReset</A></TD>
<TD WIDTH=250><A HREF="./STShellGetContext.html">STShellGetContext</A></TD>
<TR>
<TD WIDTH=250><A HREF="./STGetOptionsPrefix.html">STGetOptionsPrefix</A></TD>
<TD WIDTH=250><A HREF="./STSHELL.html">STSHELL</A></TD>
<TD WIDTH=250><A HREF="./STShellSetContext.html">STShellSetContext</A></TD>
<TR>
<TD WIDTH=250><A HREF="./STPrecondGetMatForPC.html">STPrecondGetMatForPC</A></TD>
<TD WIDTH=250><A HREF="./STSetKSP.html">STSetKSP</A></TD>
<TD WIDTH=250><A HREF="./"></A></TD>
<TR>
<TD WIDTH=250><A HREF="./STPrecondSetMatForPC.html">STPrecondSetMatForPC</A></TD>
<TD WIDTH=250><A HREF="./STSetMatStructure.html">STSetMatStructure</A></TD>
<TD WIDTH=250><A HREF="./"></A></TD>
<TR>
<TR><TD WIDTH=250 COLSPAN="3"><B>Developer - Interfaces intended primarily for library developers, not for typical applications programmers</B></TD></TR>
<TD WIDTH=250><A HREF="./STApply.html">STApply</A></TD>
<TD WIDTH=250><A HREF="./STInitializePackage.html">STInitializePackage</A></TD>
<TD WIDTH=250><A HREF="./STPrecondSetKSPHasMat.html">STPrecondSetKSPHasMat</A></TD>
<TR>
<TD WIDTH=250><A HREF="./STApplyTranspose.html">STApplyTranspose</A></TD>
<TD WIDTH=250><A HREF="./STMatMult.html">STMatMult</A></TD>
<TD WIDTH=250><A HREF="./STSetBalanceMatrix.html">STSetBalanceMatrix</A></TD>
<TR>
<TD WIDTH=250><A HREF="./STBackTransform.html">STBackTransform</A></TD>
<TD WIDTH=250><A HREF="./STMatMultTranspose.html">STMatMultTranspose</A></TD>
<TD WIDTH=250><A HREF="./STSetDefaultShift.html">STSetDefaultShift</A></TD>
<TR>
<TD WIDTH=250><A HREF="./STCheckNullSpace.html">STCheckNullSpace</A></TD>
<TD WIDTH=250><A HREF="./STMatSolve.html">STMatSolve</A></TD>
<TD WIDTH=250><A HREF="./STShellSetApply.html">STShellSetApply</A></TD>
<TR>
<TD WIDTH=250><A HREF="./STFinalizePackage.html">STFinalizePackage</A></TD>
<TD WIDTH=250><A HREF="./STMatSolveTranspose.html">STMatSolveTranspose</A></TD>
<TD WIDTH=250><A HREF="./STShellSetApplyTranspose.html">STShellSetApplyTranspose</A></TD>
<TR>
<TD WIDTH=250><A HREF="./STGetBalanceMatrix.html">STGetBalanceMatrix</A></TD>
<TD WIDTH=250><A HREF="./STPostSolve.html">STPostSolve</A></TD>
<TD WIDTH=250><A HREF="./STShellSetBackTransform.html">STShellSetBackTransform</A></TD>
<TR>
<TD WIDTH=250><A HREF="./STGetBilinearForm.html">STGetBilinearForm</A></TD>
<TD WIDTH=250><A HREF="./STPrecondGetKSPHasMat.html">STPrecondGetKSPHasMat</A></TD>
<TD WIDTH=250><A HREF="./"></A></TD>
<TR>
<TR><TD WIDTH=250 COLSPAN="3"><B>No deprecated routines</B></TD></TR>
</TABLE>
<BR><A HREF="../../index.html">Table of Contents</A>
|