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 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179
|
<center><a href="slepcst.h">Actual source code: slepcst.h</a></center><br>
<html>
<head> <link rel="canonical" href="https://slepc.upv.es/documentation/current/include/slepcst.h.html" />
<title></title>
<meta name="generator" content="c2html 0.9.4">
<meta name="date" content="2021-02-01T14:42:23+00:00">
</head>
<body bgcolor="#FFFFFF">
<div id="version" align=right><b>slepc-3.14.2 2021-02-01</b></div>
<div id="bugreport" align=right><a href="mailto:slepc-maint@upv.es?subject=Typo or Error in Documentation &body=Please describe the typo or error in the documentation: slepc-3.14.2 v3.14.2 include/slepcst.h.html "><small>Report Typos and Errors</small></a></div>
<pre width="80">
<a name="line1"> 1: </a><font color="#B22222">/*</font>
<a name="line2"> 2: </a><font color="#B22222"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</font>
<a name="line3"> 3: </a><font color="#B22222"> SLEPc - Scalable Library for Eigenvalue Problem Computations</font>
<a name="line4"> 4: </a><font color="#B22222"> Copyright (c) 2002-2020, Universitat Politecnica de Valencia, Spain</font>
<a name="line6"> 6: </a><font color="#B22222"> This file is part of SLEPc.</font>
<a name="line7"> 7: </a><font color="#B22222"> SLEPc is distributed under a 2-clause BSD license (see LICENSE).</font>
<a name="line8"> 8: </a><font color="#B22222"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</font>
<a name="line9"> 9: </a><font color="#B22222">*/</font>
<a name="line10"> 10: </a><font color="#B22222">/*</font>
<a name="line11"> 11: </a><font color="#B22222"> Spectral transformation module for eigenvalue problems</font>
<a name="line12"> 12: </a><font color="#B22222">*/</font>
<a name="line14"> 14: </a><font color="#A020F0">#if !defined(SLEPCST_H)</font>
<a name="line15"> 15: </a><strong><font color="#228B22">#define SLEPCST_H</font></strong>
<a name="line16"> 16: </a>#include <A href="slepcsys.h.html"><slepcsys.h></A>
<a name="line17"> 17: </a>#include <A href="slepcbv.h.html"><slepcbv.h></A>
<a name="line18"> 18: </a><font color="#A020F0">#include <petscksp.h></font>
<a name="line20"> 20: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STInitializePackage.html#STInitializePackage">STInitializePackage</a>(void)</font></strong>;
<a name="line22"> 22: </a><font color="#B22222">/*S</font>
<a name="line23"> 23: </a><font color="#B22222"> <a href="../docs/manualpages/ST/ST.html#ST">ST</a> - Abstract SLEPc object that manages spectral transformations.</font>
<a name="line24"> 24: </a><font color="#B22222"> This object is accessed only in advanced applications.</font>
<a name="line26"> 26: </a><font color="#B22222"> Level: beginner</font>
<a name="line28"> 28: </a><font color="#B22222">.seealso: <a href="../docs/manualpages/ST/STCreate.html#STCreate">STCreate</a>(), <a href="../docs/manualpages/EPS/EPS.html#EPS">EPS</a></font>
<a name="line29"> 29: </a><font color="#B22222">S*/</font>
<a name="line30"> 30: </a><font color="#4169E1">typedef struct _p_ST* <a href="../docs/manualpages/ST/ST.html#ST">ST</a>;</font>
<a name="line32"> 32: </a><font color="#B22222">/*J</font>
<a name="line33"> 33: </a><font color="#B22222"> <a href="../docs/manualpages/ST/STType.html#STType">STType</a> - String with the name of a SLEPc spectral transformation</font>
<a name="line35"> 35: </a><font color="#B22222"> Level: beginner</font>
<a name="line37"> 37: </a><font color="#B22222">.seealso: <a href="../docs/manualpages/ST/STSetType.html#STSetType">STSetType</a>(), <a href="../docs/manualpages/ST/ST.html#ST">ST</a></font>
<a name="line38"> 38: </a><font color="#B22222">J*/</font>
<a name="line39"> 39: </a><font color="#4169E1">typedef const char* <a href="../docs/manualpages/ST/STType.html#STType">STType</a>;</font>
<a name="line40"> 40: </a><strong><font color="#228B22">#define <a href="../docs/manualpages/ST/STSHELL.html#STSHELL">STSHELL</a> </font><font color="#666666">"shell"</font><font color="#228B22"></font></strong>
<a name="line41"> 41: </a><strong><font color="#228B22">#define STSHIFT </font><font color="#666666">"shift"</font><font color="#228B22"></font></strong>
<a name="line42"> 42: </a><strong><font color="#228B22">#define STSINVERT </font><font color="#666666">"sinvert"</font><font color="#228B22"></font></strong>
<a name="line43"> 43: </a><strong><font color="#228B22">#define STCAYLEY </font><font color="#666666">"cayley"</font><font color="#228B22"></font></strong>
<a name="line44"> 44: </a><strong><font color="#228B22">#define STPRECOND </font><font color="#666666">"precond"</font><font color="#228B22"></font></strong>
<a name="line45"> 45: </a><strong><font color="#228B22">#define STFILTER </font><font color="#666666">"filter"</font><font color="#228B22"></font></strong>
<a name="line47"> 47: </a><font color="#B22222">/* Logging support */</font>
<a name="line48"> 48: </a>SLEPC_EXTERN PetscClassId ST_CLASSID;
<a name="line50"> 50: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STCreate.html#STCreate">STCreate</a>(MPI_Comm,<a href="../docs/manualpages/ST/ST.html#ST">ST</a>*)</font></strong>;
<a name="line51"> 51: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STDestroy.html#STDestroy">STDestroy</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>*)</font></strong>;
<a name="line52"> 52: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STReset.html#STReset">STReset</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>)</font></strong>;
<a name="line53"> 53: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STSetType.html#STSetType">STSetType</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,<a href="../docs/manualpages/ST/STType.html#STType">STType</a>)</font></strong>;
<a name="line54"> 54: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STGetType.html#STGetType">STGetType</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,<a href="../docs/manualpages/ST/STType.html#STType">STType</a>*)</font></strong>;
<a name="line55"> 55: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STSetMatrices.html#STSetMatrices">STSetMatrices</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,PetscInt,Mat*)</font></strong>;
<a name="line56"> 56: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STGetMatrix.html#STGetMatrix">STGetMatrix</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,PetscInt,Mat*)</font></strong>;
<a name="line57"> 57: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STGetMatrixTransformed.html#STGetMatrixTransformed">STGetMatrixTransformed</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,PetscInt,Mat*)</font></strong>;
<a name="line58"> 58: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STGetNumMatrices.html#STGetNumMatrices">STGetNumMatrices</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,PetscInt*)</font></strong>;
<a name="line59"> 59: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STGetOperator.html#STGetOperator">STGetOperator</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,Mat*)</font></strong>;
<a name="line60"> 60: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STRestoreOperator.html#STRestoreOperator">STRestoreOperator</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,Mat*)</font></strong>;
<a name="line61"> 61: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STSetUp.html#STSetUp">STSetUp</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>)</font></strong>;
<a name="line62"> 62: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STSetFromOptions.html#STSetFromOptions">STSetFromOptions</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>)</font></strong>;
<a name="line63"> 63: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STView.html#STView">STView</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,PetscViewer)</font></strong>;
<a name="line64"> 64: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STViewFromOptions.html#STViewFromOptions">STViewFromOptions</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,PetscObject,const char[])</font></strong>;
<a name="line66"> 66: </a>PETSC_DEPRECATED_FUNCTION(<font color="#666666">"Use <a href="../docs/manualpages/ST/STSetMatrices.html#STSetMatrices">STSetMatrices</a>()"</font>) PETSC_STATIC_INLINE PetscErrorCode STSetOperators(<a href="../docs/manualpages/ST/ST.html#ST">ST</a> st,PetscInt n,Mat *A) {<font color="#4169E1">return</font> <a href="../docs/manualpages/ST/STSetMatrices.html#STSetMatrices">STSetMatrices</a>(st,n,A);}
<a name="line67"> 67: </a>PETSC_DEPRECATED_FUNCTION(<font color="#666666">"Use <a href="../docs/manualpages/ST/STGetMatrix.html#STGetMatrix">STGetMatrix</a>()"</font>) PETSC_STATIC_INLINE PetscErrorCode STGetOperators(<a href="../docs/manualpages/ST/ST.html#ST">ST</a> st,PetscInt k,Mat *A) {<font color="#4169E1">return</font> <a href="../docs/manualpages/ST/STGetMatrix.html#STGetMatrix">STGetMatrix</a>(st,k,A);}
<a name="line68"> 68: </a>PETSC_DEPRECATED_FUNCTION(<font color="#666666">"Use <a href="../docs/manualpages/ST/STGetMatrixTransformed.html#STGetMatrixTransformed">STGetMatrixTransformed</a>()"</font>) PETSC_STATIC_INLINE PetscErrorCode STGetTOperators(<a href="../docs/manualpages/ST/ST.html#ST">ST</a> st,PetscInt k,Mat *A) {<font color="#4169E1">return</font> <a href="../docs/manualpages/ST/STGetMatrixTransformed.html#STGetMatrixTransformed">STGetMatrixTransformed</a>(st,k,A);}
<a name="line69"> 69: </a>PETSC_DEPRECATED_FUNCTION(<font color="#666666">"Use <a href="../docs/manualpages/ST/STGetOperator.html#STGetOperator">STGetOperator</a>() followed by MatComputeOperator()"</font>) PETSC_STATIC_INLINE PetscErrorCode STComputeExplicitOperator(<a href="../docs/manualpages/ST/ST.html#ST">ST</a> st,Mat *A) {
<a name="line71"> 71: </a> <a href="../docs/manualpages/ST/STGetOperator.html#STGetOperator">STGetOperator</a>(st,&Op);
<a name="line72"> 72: </a> MatComputeOperator(Op,MATAIJ,A);
<a name="line73"> 73: </a> <a href="../docs/manualpages/ST/STRestoreOperator.html#STRestoreOperator">STRestoreOperator</a>(st,&Op);
<a name="line74"> 74: </a> <font color="#4169E1">return</font>(0);
<a name="line75"> 75: </a>}
<a name="line77"> 77: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STApply.html#STApply">STApply</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,Vec,Vec)</font></strong>;
<a name="line78"> 78: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STApplyMat.html#STApplyMat">STApplyMat</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,Mat,Mat)</font></strong>;
<a name="line79"> 79: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STApplyTranspose.html#STApplyTranspose">STApplyTranspose</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,Vec,Vec)</font></strong>;
<a name="line80"> 80: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STApplyHermitianTranspose.html#STApplyHermitianTranspose">STApplyHermitianTranspose</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,Vec,Vec)</font></strong>;
<a name="line81"> 81: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STMatMult.html#STMatMult">STMatMult</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,PetscInt,Vec,Vec)</font></strong>;
<a name="line82"> 82: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STMatMultTranspose.html#STMatMultTranspose">STMatMultTranspose</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,PetscInt,Vec,Vec)</font></strong>;
<a name="line83"> 83: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STMatSolve.html#STMatSolve">STMatSolve</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,Vec,Vec)</font></strong>;
<a name="line84"> 84: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STMatSolveTranspose.html#STMatSolveTranspose">STMatSolveTranspose</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,Vec,Vec)</font></strong>;
<a name="line85"> 85: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STMatMatSolve.html#STMatMatSolve">STMatMatSolve</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,Mat,Mat)</font></strong>;
<a name="line86"> 86: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STGetBilinearForm.html#STGetBilinearForm">STGetBilinearForm</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,Mat*)</font></strong>;
<a name="line87"> 87: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STMatSetUp.html#STMatSetUp">STMatSetUp</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,PetscScalar,PetscScalar*)</font></strong>;
<a name="line88"> 88: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STPostSolve.html#STPostSolve">STPostSolve</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>)</font></strong>;
<a name="line89"> 89: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STResetMatrixState.html#STResetMatrixState">STResetMatrixState</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>)</font></strong>;
<a name="line90"> 90: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STSetWorkVecs.html#STSetWorkVecs">STSetWorkVecs</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,PetscInt)</font></strong>;
<a name="line92"> 92: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STSetKSP.html#STSetKSP">STSetKSP</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,KSP)</font></strong>;
<a name="line93"> 93: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STGetKSP.html#STGetKSP">STGetKSP</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,KSP*)</font></strong>;
<a name="line94"> 94: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STSetShift.html#STSetShift">STSetShift</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,PetscScalar)</font></strong>;
<a name="line95"> 95: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STGetShift.html#STGetShift">STGetShift</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,PetscScalar*)</font></strong>;
<a name="line96"> 96: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STSetDefaultShift.html#STSetDefaultShift">STSetDefaultShift</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,PetscScalar)</font></strong>;
<a name="line97"> 97: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STScaleShift.html#STScaleShift">STScaleShift</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,PetscScalar)</font></strong>;
<a name="line98"> 98: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STSetBalanceMatrix.html#STSetBalanceMatrix">STSetBalanceMatrix</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,Vec)</font></strong>;
<a name="line99"> 99: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STGetBalanceMatrix.html#STGetBalanceMatrix">STGetBalanceMatrix</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,Vec*)</font></strong>;
<a name="line100">100: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STSetTransform.html#STSetTransform">STSetTransform</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,PetscBool)</font></strong>;
<a name="line101">101: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STGetTransform.html#STGetTransform">STGetTransform</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,PetscBool*)</font></strong>;
<a name="line103">103: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STSetOptionsPrefix.html#STSetOptionsPrefix">STSetOptionsPrefix</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,const char*)</font></strong>;
<a name="line104">104: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STAppendOptionsPrefix.html#STAppendOptionsPrefix">STAppendOptionsPrefix</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,const char*)</font></strong>;
<a name="line105">105: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STGetOptionsPrefix.html#STGetOptionsPrefix">STGetOptionsPrefix</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,const char*[])</font></strong>;
<a name="line107">107: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STBackTransform.html#STBackTransform">STBackTransform</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,PetscInt,PetscScalar*,PetscScalar*)</font></strong>;
<a name="line108">108: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STIsInjective.html#STIsInjective">STIsInjective</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,PetscBool*)</font></strong>;
<a name="line110">110: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STCheckNullSpace.html#STCheckNullSpace">STCheckNullSpace</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,<a href="../docs/manualpages/BV/BV.html#BV">BV</a>)</font></strong>;
<a name="line112">112: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STMatCreateVecs.html#STMatCreateVecs">STMatCreateVecs</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,Vec*,Vec*)</font></strong>;
<a name="line113">113: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STMatCreateVecsEmpty.html#STMatCreateVecsEmpty">STMatCreateVecsEmpty</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,Vec*,Vec*)</font></strong>;
<a name="line114">114: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STMatGetSize.html#STMatGetSize">STMatGetSize</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,PetscInt*,PetscInt*)</font></strong>;
<a name="line115">115: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STMatGetLocalSize.html#STMatGetLocalSize">STMatGetLocalSize</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,PetscInt*,PetscInt*)</font></strong>;
<a name="line117">117: </a><font color="#B22222">/*E</font>
<a name="line118">118: </a><font color="#B22222"> <a href="../docs/manualpages/ST/STMatMode.html#STMatMode">STMatMode</a> - Determines how to handle the coefficient matrix associated</font>
<a name="line119">119: </a><font color="#B22222"> to the spectral transformation</font>
<a name="line121">121: </a><font color="#B22222"> Level: intermediate</font>
<a name="line123">123: </a><font color="#B22222">.seealso: <a href="../docs/manualpages/ST/STSetMatMode.html#STSetMatMode">STSetMatMode</a>(), <a href="../docs/manualpages/ST/STGetMatMode.html#STGetMatMode">STGetMatMode</a>()</font>
<a name="line124">124: </a><font color="#B22222">E*/</font>
<a name="line125">125: </a><font color="#4169E1">typedef</font> <font color="#4169E1">enum</font> { <a href="../docs/manualpages/ST/STMatMode.html#STMatMode">ST_MATMODE_COPY</a>,
<a name="line126">126: </a> <a href="../docs/manualpages/ST/STMatMode.html#STMatMode">ST_MATMODE_INPLACE</a>,
<a name="line127">127: </a> <a href="../docs/manualpages/ST/STMatMode.html#STMatMode">ST_MATMODE_SHELL</a> } <a href="../docs/manualpages/ST/STMatMode.html#STMatMode">STMatMode</a>;
<a name="line128">128: </a>SLEPC_EXTERN const char *STMatModes[];
<a name="line130">130: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STSetMatMode.html#STSetMatMode">STSetMatMode</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,<a href="../docs/manualpages/ST/STMatMode.html#STMatMode">STMatMode</a>)</font></strong>;
<a name="line131">131: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STGetMatMode.html#STGetMatMode">STGetMatMode</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,<a href="../docs/manualpages/ST/STMatMode.html#STMatMode">STMatMode</a>*)</font></strong>;
<a name="line132">132: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STSetMatStructure.html#STSetMatStructure">STSetMatStructure</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,MatStructure)</font></strong>;
<a name="line133">133: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STGetMatStructure.html#STGetMatStructure">STGetMatStructure</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,MatStructure*)</font></strong>;
<a name="line135">135: </a>SLEPC_EXTERN PetscFunctionList STList;
<a name="line136">136: </a><strong><font color="#4169E1"><a name="STRegister"></a>SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STRegister.html#STRegister">STRegister</a>(const char[],PetscErrorCode(*)(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>)</font></strong>);
<a name="line138">138: </a><font color="#B22222">/* --------- options specific to particular spectral transformations-------- */</font>
<a name="line140">140: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STShellGetContext.html#STShellGetContext">STShellGetContext</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a> st,void **ctx)</font></strong>;
<a name="line141">141: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STShellSetContext.html#STShellSetContext">STShellSetContext</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a> st,void *ctx)</font></strong>;
<a name="line142">142: </a><strong><font color="#4169E1"><a name="STShellSetApply"></a>SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STShellSetApply.html#STShellSetApply">STShellSetApply</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a> st,PetscErrorCode (*apply)(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,Vec,Vec)</font></strong>);
<a name="line143">143: </a><strong><font color="#4169E1"><a name="STShellSetApplyTranspose"></a>SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STShellSetApplyTranspose.html#STShellSetApplyTranspose">STShellSetApplyTranspose</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a> st,PetscErrorCode (*applytrans)(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,Vec,Vec)</font></strong>);
<a name="line144">144: </a><strong><font color="#4169E1"><a name="STShellSetBackTransform"></a>SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STShellSetBackTransform.html#STShellSetBackTransform">STShellSetBackTransform</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a> st,PetscErrorCode (*backtr)(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,PetscInt,PetscScalar*,PetscScalar*)</font></strong>);
<a name="line146">146: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STCayleyGetAntishift.html#STCayleyGetAntishift">STCayleyGetAntishift</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,PetscScalar*)</font></strong>;
<a name="line147">147: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STCayleySetAntishift.html#STCayleySetAntishift">STCayleySetAntishift</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,PetscScalar)</font></strong>;
<a name="line149">149: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STPrecondGetMatForPC.html#STPrecondGetMatForPC">STPrecondGetMatForPC</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,Mat*)</font></strong>;
<a name="line150">150: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STPrecondSetMatForPC.html#STPrecondSetMatForPC">STPrecondSetMatForPC</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,Mat)</font></strong>;
<a name="line151">151: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STPrecondGetKSPHasMat.html#STPrecondGetKSPHasMat">STPrecondGetKSPHasMat</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,PetscBool*)</font></strong>;
<a name="line152">152: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STPrecondSetKSPHasMat.html#STPrecondSetKSPHasMat">STPrecondSetKSPHasMat</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,PetscBool)</font></strong>;
<a name="line154">154: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STFilterSetInterval.html#STFilterSetInterval">STFilterSetInterval</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,PetscReal,PetscReal)</font></strong>;
<a name="line155">155: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STFilterGetInterval.html#STFilterGetInterval">STFilterGetInterval</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,PetscReal*,PetscReal*)</font></strong>;
<a name="line156">156: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STFilterSetRange.html#STFilterSetRange">STFilterSetRange</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,PetscReal,PetscReal)</font></strong>;
<a name="line157">157: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STFilterGetRange.html#STFilterGetRange">STFilterGetRange</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,PetscReal*,PetscReal*)</font></strong>;
<a name="line158">158: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STFilterSetDegree.html#STFilterSetDegree">STFilterSetDegree</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,PetscInt)</font></strong>;
<a name="line159">159: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STFilterGetDegree.html#STFilterGetDegree">STFilterGetDegree</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,PetscInt*)</font></strong>;
<a name="line160">160: </a><strong><font color="#4169E1">SLEPC_EXTERN PetscErrorCode <a href="../docs/manualpages/ST/STFilterGetThreshold.html#STFilterGetThreshold">STFilterGetThreshold</a>(<a href="../docs/manualpages/ST/ST.html#ST">ST</a>,PetscReal*)</font></strong>;
<a name="line162">162: </a><font color="#A020F0">#endif</font>
</pre>
</body>
</html>
|