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
|
<!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/TSRosWType.html" />
<META NAME="GENERATOR" CONTENT="DOCTEXT">
<TITLE>TSRosWType</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/TSRosWType.html "><small>Report Typos and Errors</small></a></div>
<A NAME="TSRosWType"><H1>TSRosWType</H1></A>
String with the name of a Rosenbrock-W method.
<H3><FONT COLOR="#CC3333">Synopsis</FONT></H3>
<PRE>
typedef const char* <A HREF="../TS/TSRosWType.html#TSRosWType">TSRosWType</A>;
#define <A HREF="../TS/TSROSW2M.html#TSROSW2M">TSROSW2M</A> "2m"
#define <A HREF="../TS/TSROSW2P.html#TSROSW2P">TSROSW2P</A> "2p"
#define <A HREF="../TS/TSROSWRA3PW.html#TSROSWRA3PW">TSROSWRA3PW</A> "ra3pw"
#define <A HREF="../TS/TSROSWRA34PW2.html#TSROSWRA34PW2">TSROSWRA34PW2</A> "ra34pw2"
#define <A HREF="../TS/TSROSWRODAS3.html#TSROSWRODAS3">TSROSWRODAS3</A> "rodas3"
#define <A HREF="../TS/TSROSWSANDU3.html#TSROSWSANDU3">TSROSWSANDU3</A> "sandu3"
#define <A HREF="../TS/TSROSWASSP3P3S1C.html#TSROSWASSP3P3S1C">TSROSWASSP3P3S1C</A> "assp3p3s1c"
#define <A HREF="../TS/TSROSWLASSP3P4S2C.html#TSROSWLASSP3P4S2C">TSROSWLASSP3P4S2C</A> "lassp3p4s2c"
#define <A HREF="../TS/TSROSWLLSSP3P4S2C.html#TSROSWLLSSP3P4S2C">TSROSWLLSSP3P4S2C</A> "llssp3p4s2c"
#define TSROSWARK3 "ark3"
#define <A HREF="../TS/TSROSWTHETA1.html#TSROSWTHETA1">TSROSWTHETA1</A> "theta1"
#define <A HREF="../TS/TSROSWTHETA2.html#TSROSWTHETA2">TSROSWTHETA2</A> "theta2"
#define <A HREF="../TS/TSROSWGRK4T.html#TSROSWGRK4T">TSROSWGRK4T</A> "grk4t"
#define <A HREF="../TS/TSROSWSHAMP4.html#TSROSWSHAMP4">TSROSWSHAMP4</A> "shamp4"
#define <A HREF="../TS/TSROSWVELDD4.html#TSROSWVELDD4">TSROSWVELDD4</A> "veldd4"
#define <A HREF="../TS/TSROSW4L.html#TSROSW4L">TSROSW4L</A> "4l"
</PRE>
<P>
<H3><FONT COLOR="#CC3333">See Also</FONT></H3>
<A HREF="../TS/TSRosWSetType.html#TSRosWSetType">TSRosWSetType</A>(), <A HREF="../TS/TS.html#TS">TS</A>, <A HREF="../TS/TSROSW.html#TSROSW">TSROSW</A>, <A HREF="../TS/TSRosWRegister.html#TSRosWRegister">TSRosWRegister</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#TSRosWType">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>
|