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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML3.2 EN">
<HTML>
<HEAD> <link rel="canonical" href="http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/Mat/MatSTRUMPACKReordering.html" />
<META NAME="GENERATOR" CONTENT="DOCTEXT">
<TITLE>MatSTRUMPACKReordering</TITLE>
</HEAD>
<BODY BGCOLOR="FFFFFF">
<div id="version" align=right><b>petsc-3.10.3 2018-12-18</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.10.3 v3.10.3 docs/manualpages/Mat/MatSTRUMPACKReordering.html "><small>Report Typos and Errors</small></a></div>
<A NAME="MatSTRUMPACKReordering"><H1>MatSTRUMPACKReordering</H1></A>
sparsity reducing ordering to be used in STRUMPACK
<H3><FONT COLOR="#CC3333">Synopsis</FONT></H3>
<PRE>
typedef enum {<A HREF="../Mat/MatSTRUMPACKReordering.html#MatSTRUMPACKReordering">MAT_STRUMPACK_NATURAL</A>=0,
<A HREF="../Mat/MatSTRUMPACKReordering.html#MatSTRUMPACKReordering">MAT_STRUMPACK_METIS</A>=1,
<A HREF="../Mat/MatSTRUMPACKReordering.html#MatSTRUMPACKReordering">MAT_STRUMPACK_PARMETIS</A>=2,
<A HREF="../Mat/MatSTRUMPACKReordering.html#MatSTRUMPACKReordering">MAT_STRUMPACK_SCOTCH</A>=3,
<A HREF="../Mat/MatSTRUMPACKReordering.html#MatSTRUMPACKReordering">MAT_STRUMPACK_PTSCOTCH</A>=4,
<A HREF="../Mat/MatSTRUMPACKReordering.html#MatSTRUMPACKReordering">MAT_STRUMPACK_RCM</A>=5} <A HREF="../Mat/MatSTRUMPACKReordering.html#MatSTRUMPACKReordering">MatSTRUMPACKReordering</A>;
</PRE>
<P><B></B><H3><FONT COLOR="#CC3333">Level</FONT></H3>intermediate<BR>
<H3><FONT COLOR="#CC3333">Location</FONT></H3>
</B><A HREF="../../../src/mat/../../include/petscmat.h.html#MatSTRUMPACKReordering">src/mat/../../include/petscmat.h</A>
<P><H3><FONT COLOR="#CC3333">Examples</FONT></H3>
<A HREF="../../../src/ksp/ksp/examples/tutorials/ex52.c.html">src/ksp/ksp/examples/tutorials/ex52.c.html</A><BR>
<BR><A HREF="./index.html">Index of all Mat 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>
|