File: TSARKIMEXType.html

package info (click to toggle)
petsc 3.7.5%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 163,864 kB
  • ctags: 618,438
  • sloc: ansic: 515,133; python: 29,793; makefile: 20,458; fortran: 18,998; cpp: 6,515; f90: 3,914; sh: 1,012; xml: 621; objc: 445; csh: 240; java: 13
file content (46 lines) | stat: -rw-r--r-- 5,097 bytes parent folder | download
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML3.2 EN">
<HTML>
<HEAD> <link rel="canonical" href="http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/TS/TSARKIMEXType.html" />
<META NAME="GENERATOR" CONTENT="DOCTEXT">
<TITLE>TSARKIMEXType</TITLE>
</HEAD>
<BODY BGCOLOR="FFFFFF">
   <div id="version" align=right><b>petsc-3.7.5 2017-01-01</b></div>
   <div id="bugreport" align=right><a href="mailto:petsc-maint@mcs.anl.gov?subject=Typo or Error in Documentation &body=Please describe the typo or error in the documentation: petsc-3.7.5 v3.7.5 docs/manualpages/TS/TSARKIMEXType.html "><small>Report Typos and Errors</small></a></div>
<A NAME="TSARKIMEXType"><H1>TSARKIMEXType</H1></A>
String with the name of an Additive Runge-Kutta IMEX method. 
<H3><FONT COLOR="#CC3333">Synopsis</FONT></H3>
<PRE>
typedef const char* <A HREF="../TS/TSARKIMEXType.html#TSARKIMEXType">TSARKIMEXType</A>;
#define <A HREF="../TS/TSARKIMEX1BEE.html#TSARKIMEX1BEE">TSARKIMEX1BEE</A>   "1bee"
#define <A HREF="../TS/TSARKIMEXA2.html#TSARKIMEXA2">TSARKIMEXA2</A>     "a2"
#define <A HREF="../TS/TSARKIMEXL2.html#TSARKIMEXL2">TSARKIMEXL2</A>     "l2"
#define <A HREF="../TS/TSARKIMEXARS122.html#TSARKIMEXARS122">TSARKIMEXARS122</A> "ars122"
#define <A HREF="../TS/TSARKIMEX2C.html#TSARKIMEX2C">TSARKIMEX2C</A>     "2c"
#define <A HREF="../TS/TSARKIMEX2D.html#TSARKIMEX2D">TSARKIMEX2D</A>     "2d"
#define <A HREF="../TS/TSARKIMEX2E.html#TSARKIMEX2E">TSARKIMEX2E</A>     "2e"
#define <A HREF="../TS/TSARKIMEXPRSSP2.html#TSARKIMEXPRSSP2">TSARKIMEXPRSSP2</A> "prssp2"
#define <A HREF="../TS/TSARKIMEX3.html#TSARKIMEX3">TSARKIMEX3</A>      "3"
#define <A HREF="../TS/TSARKIMEXBPR3.html#TSARKIMEXBPR3">TSARKIMEXBPR3</A>   "bpr3"
#define <A HREF="../TS/TSARKIMEXARS443.html#TSARKIMEXARS443">TSARKIMEXARS443</A> "ars443"
#define <A HREF="../TS/TSARKIMEX4.html#TSARKIMEX4">TSARKIMEX4</A>      "4"
#define <A HREF="../TS/TSARKIMEX5.html#TSARKIMEX5">TSARKIMEX5</A>      "5"
PETSC_EXTERN <A HREF="../Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</A> <A HREF="../TS/TSARKIMEXGetType.html#TSARKIMEXGetType">TSARKIMEXGetType</A>(<A HREF="../TS/TS.html#TS">TS</A> ts,<A HREF="../TS/TSARKIMEXType.html#TSARKIMEXType">TSARKIMEXType</A>*);
PETSC_EXTERN <A HREF="../Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</A> <A HREF="../TS/TSARKIMEXSetType.html#TSARKIMEXSetType">TSARKIMEXSetType</A>(<A HREF="../TS/TS.html#TS">TS</A> ts,<A HREF="../TS/TSARKIMEXType.html#TSARKIMEXType">TSARKIMEXType</A>);
PETSC_EXTERN <A HREF="../Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</A> <A HREF="../TS/TSARKIMEXSetFullyImplicit.html#TSARKIMEXSetFullyImplicit">TSARKIMEXSetFullyImplicit</A>(<A HREF="../TS/TS.html#TS">TS</A>,<A HREF="../Sys/PetscBool.html#PetscBool">PetscBool</A>);
PETSC_EXTERN <A HREF="../Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</A> <A HREF="../TS/TSARKIMEXRegister.html#TSARKIMEXRegister">TSARKIMEXRegister</A>(<A HREF="../TS/TSARKIMEXType.html#TSARKIMEXType">TSARKIMEXType</A>,<A HREF="../Sys/PetscInt.html#PetscInt">PetscInt</A>,<A HREF="../Sys/PetscInt.html#PetscInt">PetscInt</A>,const <A HREF="../Sys/PetscReal.html#PetscReal">PetscReal</A>[],const <A HREF="../Sys/PetscReal.html#PetscReal">PetscReal</A>[],const <A HREF="../Sys/PetscReal.html#PetscReal">PetscReal</A>[],const <A HREF="../Sys/PetscReal.html#PetscReal">PetscReal</A>[],const <A HREF="../Sys/PetscReal.html#PetscReal">PetscReal</A>[],const <A HREF="../Sys/PetscReal.html#PetscReal">PetscReal</A>[],const <A HREF="../Sys/PetscReal.html#PetscReal">PetscReal</A>[],const <A HREF="../Sys/PetscReal.html#PetscReal">PetscReal</A>[],<A HREF="../Sys/PetscInt.html#PetscInt">PetscInt</A>,const <A HREF="../Sys/PetscReal.html#PetscReal">PetscReal</A>[],const <A HREF="../Sys/PetscReal.html#PetscReal">PetscReal</A>[]);
PETSC_EXTERN <A HREF="../Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</A> <A HREF="../TS/TSARKIMEXInitializePackage.html#TSARKIMEXInitializePackage">TSARKIMEXInitializePackage</A>(void);
PETSC_EXTERN <A HREF="../Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</A> <A HREF="../TS/TSARKIMEXFinalizePackage.html#TSARKIMEXFinalizePackage">TSARKIMEXFinalizePackage</A>(void);
PETSC_EXTERN <A HREF="../Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</A> <A HREF="../TS/TSARKIMEXRegisterDestroy.html#TSARKIMEXRegisterDestroy">TSARKIMEXRegisterDestroy</A>(void);

</PRE>

<P>
<H3><FONT COLOR="#CC3333">See Also</FONT></H3>
 <A HREF="../TS/TSARKIMEXSetType.html#TSARKIMEXSetType">TSARKIMEXSetType</A>(), <A HREF="../TS/TS.html#TS">TS</A>, <A HREF="../TS/TSARKIMEX.html#TSARKIMEX">TSARKIMEX</A>, <A HREF="../TS/TSARKIMEXRegister.html#TSARKIMEXRegister">TSARKIMEXRegister</A>()
<BR><P><B><P><B><FONT COLOR="#CC3333">Level:</FONT></B>beginner
<BR><FONT COLOR="#CC3333">Location:</FONT></B><A HREF="../../../src/ts/../../include/petscts.h.html#TSARKIMEXType">src/ts/../../include/petscts.h</A>
<BR><A HREF="./index.html">Index of all TS routines</A>
<BR><A HREF="../../index.html">Table of Contents for all manual pages</A>
<BR><A HREF="../singleindex.html">Index of all manual pages</A>
</BODY></HTML>