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
|
<center><a href="slepcfn.h">Actual source code: slepcfn.h</a></center><br>
<html>
<head> <link rel="canonical" href="https://slepc.upv.es/documentation/current/include/slepcfn.h.html" />
<title></title>
<meta name="generator" content="c2html 0.9.4">
<meta name="date" content="2023-01-26T12:19:46+00:00">
</head>
<body bgcolor="#FFFFFF">
<div id="version" align=right><b>slepc-3.18.2 2023-01-26</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.18.2 v3.18.2 include/slepcfn.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-, 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"> User interface for the mathematical function object in SLEPc</font>
<a name="line12"> 12: </a><font color="#B22222">*/</font>
<a name="line14"> 14: </a><font color="#A020F0">#if !defined(SLEPCFN_H)</font>
<a name="line15"> 15: </a><strong><font color="#228B22">#define SLEPCFN_H</font></strong>
<a name="line17"> 17: </a>#include <A href="slepcsys.h.html"><slepcsys.h></A>
<a name="line19"> 19: </a><font color="#B22222">/* SUBMANSEC = <a href="../docs/manualpages/FN/FN.html#FN">FN</a> */</font>
<a name="line21"> 21: </a><strong><font color="#228B22">#define FN_MAX_SOLVE 16</font></strong>
<a name="line23"> 23: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/FN/FNInitializePackage.html#FNInitializePackage">FNInitializePackage</a>(void)</font></strong>;
<a name="line24"> 24: </a><font color="#B22222">/*S</font>
<a name="line25"> 25: </a><font color="#B22222"> <a href="../docs/manualpages/FN/FN.html#FN">FN</a> - Abstraction of a mathematical function.</font>
<a name="line27"> 27: </a><font color="#B22222"> Level: beginner</font>
<a name="line29"> 29: </a><font color="#B22222">.seealso: <a href="../docs/manualpages/FN/FNCreate.html#FNCreate">FNCreate</a>()</font>
<a name="line30"> 30: </a><font color="#B22222">S*/</font>
<a name="line31"> 31: </a><font color="#4169E1">typedef struct _p_FN* <a href="../docs/manualpages/FN/FN.html#FN">FN</a>;</font>
<a name="line33"> 33: </a><font color="#B22222">/*J</font>
<a name="line34"> 34: </a><font color="#B22222"> <a href="../docs/manualpages/FN/FNType.html#FNType">FNType</a> - String with the name of the mathematical function.</font>
<a name="line36"> 36: </a><font color="#B22222"> Level: beginner</font>
<a name="line38"> 38: </a><font color="#B22222">.seealso: <a href="../docs/manualpages/FN/FNSetType.html#FNSetType">FNSetType</a>(), <a href="../docs/manualpages/FN/FN.html#FN">FN</a></font>
<a name="line39"> 39: </a><font color="#B22222">J*/</font>
<a name="line40"> 40: </a><font color="#4169E1">typedef const char* <a href="../docs/manualpages/FN/FNType.html#FNType">FNType</a>;</font>
<a name="line41"> 41: </a><strong><font color="#228B22">#define FNCOMBINE </font><font color="#666666">"combine"</font><font color="#228B22"></font></strong>
<a name="line42"> 42: </a><strong><font color="#228B22">#define FNRATIONAL </font><font color="#666666">"rational"</font><font color="#228B22"></font></strong>
<a name="line43"> 43: </a><strong><font color="#228B22">#define FNEXP </font><font color="#666666">"exp"</font><font color="#228B22"></font></strong>
<a name="line44"> 44: </a><strong><font color="#228B22">#define FNLOG </font><font color="#666666">"log"</font><font color="#228B22"></font></strong>
<a name="line45"> 45: </a><strong><font color="#228B22">#define FNPHI </font><font color="#666666">"phi"</font><font color="#228B22"></font></strong>
<a name="line46"> 46: </a><strong><font color="#228B22">#define FNSQRT </font><font color="#666666">"sqrt"</font><font color="#228B22"></font></strong>
<a name="line47"> 47: </a><strong><font color="#228B22">#define FNINVSQRT </font><font color="#666666">"invsqrt"</font><font color="#228B22"></font></strong>
<a name="line49"> 49: </a><font color="#B22222">/* Logging support */</font>
<a name="line50"> 50: </a>SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscClassId.html#PetscClassId">PetscClassId</a> FN_CLASSID;
<a name="line52"> 52: </a><font color="#B22222">/*E</font>
<a name="line53"> 53: </a><font color="#B22222"> <a href="../docs/manualpages/FN/FNCombineType.html#FNCombineType">FNCombineType</a> - Determines how two functions are combined</font>
<a name="line55"> 55: </a><font color="#B22222"> Level: advanced</font>
<a name="line57"> 57: </a><font color="#B22222">.seealso: <a href="../docs/manualpages/FN/FNCombineSetChildren.html#FNCombineSetChildren">FNCombineSetChildren</a>()</font>
<a name="line58"> 58: </a><font color="#B22222">E*/</font>
<a name="line59"> 59: </a><font color="#4169E1">typedef</font> <font color="#4169E1">enum</font> { <a href="../docs/manualpages/FN/FNCombineType.html#FNCombineType">FN_COMBINE_ADD</a>,
<a name="line60"> 60: </a> <a href="../docs/manualpages/FN/FNCombineType.html#FNCombineType">FN_COMBINE_MULTIPLY</a>,
<a name="line61"> 61: </a> <a href="../docs/manualpages/FN/FNCombineType.html#FNCombineType">FN_COMBINE_DIVIDE</a>,
<a name="line62"> 62: </a> <a href="../docs/manualpages/FN/FNCombineType.html#FNCombineType">FN_COMBINE_COMPOSE</a> } <a href="../docs/manualpages/FN/FNCombineType.html#FNCombineType">FNCombineType</a>;
<a name="line64"> 64: </a><font color="#B22222">/*E</font>
<a name="line65"> 65: </a><font color="#B22222"> <a href="../docs/manualpages/FN/FNParallelType.html#FNParallelType">FNParallelType</a> - Indicates the parallel mode that will be used for matrix evaluation</font>
<a name="line67"> 67: </a><font color="#B22222"> Level: advanced</font>
<a name="line69"> 69: </a><font color="#B22222">.seealso: <a href="../docs/manualpages/FN/FNSetParallel.html#FNSetParallel">FNSetParallel</a>()</font>
<a name="line70"> 70: </a><font color="#B22222">E*/</font>
<a name="line71"> 71: </a><font color="#4169E1">typedef</font> <font color="#4169E1">enum</font> { <a href="../docs/manualpages/FN/FNParallelType.html#FNParallelType">FN_PARALLEL_REDUNDANT</a>,
<a name="line72"> 72: </a> <a href="../docs/manualpages/FN/FNParallelType.html#FNParallelType">FN_PARALLEL_SYNCHRONIZED</a> } <a href="../docs/manualpages/FN/FNParallelType.html#FNParallelType">FNParallelType</a>;
<a name="line73"> 73: </a>SLEPC_EXTERN const char *FNParallelTypes[];
<a name="line75"> 75: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/FN/FNCreate.html#FNCreate">FNCreate</a>(<a href="https://petsc.org/release/docs/manualpages/Sys/MPI_Comm.html#MPI_Comm">MPI_Comm</a>,<a href="../docs/manualpages/FN/FN.html#FN">FN</a>*)</font></strong>;
<a name="line76"> 76: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/FN/FNSetType.html#FNSetType">FNSetType</a>(<a href="../docs/manualpages/FN/FN.html#FN">FN</a>,<a href="../docs/manualpages/FN/FNType.html#FNType">FNType</a>)</font></strong>;
<a name="line77"> 77: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/FN/FNGetType.html#FNGetType">FNGetType</a>(<a href="../docs/manualpages/FN/FN.html#FN">FN</a>,<a href="../docs/manualpages/FN/FNType.html#FNType">FNType</a>*)</font></strong>;
<a name="line78"> 78: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/FN/FNSetOptionsPrefix.html#FNSetOptionsPrefix">FNSetOptionsPrefix</a>(<a href="../docs/manualpages/FN/FN.html#FN">FN</a>,const char *)</font></strong>;
<a name="line79"> 79: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/FN/FNAppendOptionsPrefix.html#FNAppendOptionsPrefix">FNAppendOptionsPrefix</a>(<a href="../docs/manualpages/FN/FN.html#FN">FN</a>,const char *)</font></strong>;
<a name="line80"> 80: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/FN/FNGetOptionsPrefix.html#FNGetOptionsPrefix">FNGetOptionsPrefix</a>(<a href="../docs/manualpages/FN/FN.html#FN">FN</a>,const char *[])</font></strong>;
<a name="line81"> 81: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/FN/FNSetFromOptions.html#FNSetFromOptions">FNSetFromOptions</a>(<a href="../docs/manualpages/FN/FN.html#FN">FN</a>)</font></strong>;
<a name="line82"> 82: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/FN/FNView.html#FNView">FNView</a>(<a href="../docs/manualpages/FN/FN.html#FN">FN</a>,<a href="https://petsc.org/release/docs/manualpages/Viewer/PetscViewer.html#PetscViewer">PetscViewer</a>)</font></strong>;
<a name="line83"> 83: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/FN/FNViewFromOptions.html#FNViewFromOptions">FNViewFromOptions</a>(<a href="../docs/manualpages/FN/FN.html#FN">FN</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscObject.html#PetscObject">PetscObject</a>,const char[])</font></strong>;
<a name="line84"> 84: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/FN/FNDestroy.html#FNDestroy">FNDestroy</a>(<a href="../docs/manualpages/FN/FN.html#FN">FN</a>*)</font></strong>;
<a name="line85"> 85: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/FN/FNDuplicate.html#FNDuplicate">FNDuplicate</a>(<a href="../docs/manualpages/FN/FN.html#FN">FN</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/MPI_Comm.html#MPI_Comm">MPI_Comm</a>,<a href="../docs/manualpages/FN/FN.html#FN">FN</a>*)</font></strong>;
<a name="line87"> 87: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/FN/FNSetScale.html#FNSetScale">FNSetScale</a>(<a href="../docs/manualpages/FN/FN.html#FN">FN</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>)</font></strong>;
<a name="line88"> 88: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/FN/FNGetScale.html#FNGetScale">FNGetScale</a>(<a href="../docs/manualpages/FN/FN.html#FN">FN</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>*)</font></strong>;
<a name="line89"> 89: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/FN/FNSetMethod.html#FNSetMethod">FNSetMethod</a>(<a href="../docs/manualpages/FN/FN.html#FN">FN</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>)</font></strong>;
<a name="line90"> 90: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/FN/FNGetMethod.html#FNGetMethod">FNGetMethod</a>(<a href="../docs/manualpages/FN/FN.html#FN">FN</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>*)</font></strong>;
<a name="line91"> 91: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/FN/FNSetParallel.html#FNSetParallel">FNSetParallel</a>(<a href="../docs/manualpages/FN/FN.html#FN">FN</a>,<a href="../docs/manualpages/FN/FNParallelType.html#FNParallelType">FNParallelType</a>)</font></strong>;
<a name="line92"> 92: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/FN/FNGetParallel.html#FNGetParallel">FNGetParallel</a>(<a href="../docs/manualpages/FN/FN.html#FN">FN</a>,<a href="../docs/manualpages/FN/FNParallelType.html#FNParallelType">FNParallelType</a>*)</font></strong>;
<a name="line94"> 94: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/FN/FNEvaluateFunction.html#FNEvaluateFunction">FNEvaluateFunction</a>(<a href="../docs/manualpages/FN/FN.html#FN">FN</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>*)</font></strong>;
<a name="line95"> 95: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/FN/FNEvaluateDerivative.html#FNEvaluateDerivative">FNEvaluateDerivative</a>(<a href="../docs/manualpages/FN/FN.html#FN">FN</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>*)</font></strong>;
<a name="line96"> 96: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/FN/FNEvaluateFunctionMat.html#FNEvaluateFunctionMat">FNEvaluateFunctionMat</a>(<a href="../docs/manualpages/FN/FN.html#FN">FN</a>,<a href="https://petsc.org/release/docs/manualpages/Mat/Mat.html#Mat">Mat</a>,<a href="https://petsc.org/release/docs/manualpages/Mat/Mat.html#Mat">Mat</a>)</font></strong>;
<a name="line97"> 97: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/FN/FNEvaluateFunctionMatVec.html#FNEvaluateFunctionMatVec">FNEvaluateFunctionMatVec</a>(<a href="../docs/manualpages/FN/FN.html#FN">FN</a>,<a href="https://petsc.org/release/docs/manualpages/Mat/Mat.html#Mat">Mat</a>,<a href="https://petsc.org/release/docs/manualpages/Vec/Vec.html#Vec">Vec</a>)</font></strong>;
<a name="line99"> 99: </a>SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscFunctionList.html#PetscFunctionList">PetscFunctionList</a> FNList;
<a name="line100">100: </a><strong><font color="#4169E1"><a name="FNRegister"></a>SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/FN/FNRegister.html#FNRegister">FNRegister</a>(const char[],<a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a>(*)(<a href="../docs/manualpages/FN/FN.html#FN">FN</a>)</font></strong>);
<a name="line102">102: </a><font color="#B22222">/* --------- options specific to particular functions -------- */</font>
<a name="line104">104: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/FN/FNRationalSetNumerator.html#FNRationalSetNumerator">FNRationalSetNumerator</a>(<a href="../docs/manualpages/FN/FN.html#FN">FN</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>*)</font></strong>;
<a name="line105">105: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/FN/FNRationalGetNumerator.html#FNRationalGetNumerator">FNRationalGetNumerator</a>(<a href="../docs/manualpages/FN/FN.html#FN">FN</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>**)</font></strong>;
<a name="line106">106: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/FN/FNRationalSetDenominator.html#FNRationalSetDenominator">FNRationalSetDenominator</a>(<a href="../docs/manualpages/FN/FN.html#FN">FN</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>*)</font></strong>;
<a name="line107">107: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/FN/FNRationalGetDenominator.html#FNRationalGetDenominator">FNRationalGetDenominator</a>(<a href="../docs/manualpages/FN/FN.html#FN">FN</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>*,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscScalar.html#PetscScalar">PetscScalar</a>**)</font></strong>;
<a name="line109">109: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/FN/FNCombineSetChildren.html#FNCombineSetChildren">FNCombineSetChildren</a>(<a href="../docs/manualpages/FN/FN.html#FN">FN</a>,<a href="../docs/manualpages/FN/FNCombineType.html#FNCombineType">FNCombineType</a>,<a href="../docs/manualpages/FN/FN.html#FN">FN</a>,<a href="../docs/manualpages/FN/FN.html#FN">FN</a>)</font></strong>;
<a name="line110">110: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/FN/FNCombineGetChildren.html#FNCombineGetChildren">FNCombineGetChildren</a>(<a href="../docs/manualpages/FN/FN.html#FN">FN</a>,<a href="../docs/manualpages/FN/FNCombineType.html#FNCombineType">FNCombineType</a>*,<a href="../docs/manualpages/FN/FN.html#FN">FN</a>*,<a href="../docs/manualpages/FN/FN.html#FN">FN</a>*)</font></strong>;
<a name="line112">112: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/FN/FNPhiSetIndex.html#FNPhiSetIndex">FNPhiSetIndex</a>(<a href="../docs/manualpages/FN/FN.html#FN">FN</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>)</font></strong>;
<a name="line113">113: </a><strong><font color="#4169E1">SLEPC_EXTERN <a href="https://petsc.org/release/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a> <a href="../docs/manualpages/FN/FNPhiGetIndex.html#FNPhiGetIndex">FNPhiGetIndex</a>(<a href="../docs/manualpages/FN/FN.html#FN">FN</a>,<a href="https://petsc.org/release/docs/manualpages/Sys/PetscInt.html#PetscInt">PetscInt</a>*)</font></strong>;
<a name="line115">115: </a><font color="#A020F0">#endif</font>
</pre>
</body>
</html>
|