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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML3.2 EN">
<HTML>
<HEAD> <link rel="canonical" href="http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/MatOrderings/MatCoarsenApply.html" />
<META NAME="GENERATOR" CONTENT="DOCTEXT">
<TITLE>MatCoarsenApply</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/MatOrderings/MatCoarsenApply.html "><small>Report Typos and Errors</small></a></div>
<A NAME="MatCoarsenApply"><H1>MatCoarsenApply</H1></A>
Gets a coarsen for a matrix.
<H3><FONT COLOR="#CC3333">Synopsis</FONT></H3>
<PRE>
#include "petscmat.h"
PetscErrorCode MatCoarsenApply(MatCoarsen coarser)
</PRE>
Collective on <A HREF="../Mat/MatCoarsen.html#MatCoarsen">MatCoarsen</A>
<P>
<H3><FONT COLOR="#CC3333">Input Parameter</FONT></H3>
<DT><B>coarsen </B> -the coarsen
<br>
<P>
<H3><FONT COLOR="#CC3333">Options Database Keys</FONT></H3>
To specify the coarsen through the options database, use one of
the following
<pre>
-mat_coarsen_type mis
</pre>
To see the coarsen result
<pre>
-mat_coarsen_view
</pre>
<P>
<P>
Notes: Use <A HREF="../MatOrderings/MatCoarsenGetData.html#MatCoarsenGetData">MatCoarsenGetData</A>() to access the results of the coarsening
<P>
The user can define additional coarsens; see <A HREF="../MatOrderings/MatCoarsenRegister.html#MatCoarsenRegister">MatCoarsenRegister</A>().
<P>
<H3><FONT COLOR="#CC3333">Keywords</FONT></H3>
matrix, get, coarsen
<BR>
<P>
<H3><FONT COLOR="#CC3333">See Also</FONT></H3>
<A HREF="../MatOrderings/MatCoarsenRegister.html#MatCoarsenRegister">MatCoarsenRegister</A>(), <A HREF="../MatOrderings/MatCoarsenCreate.html#MatCoarsenCreate">MatCoarsenCreate</A>(),
<BR><A HREF="../MatOrderings/MatCoarsenDestroy.html#MatCoarsenDestroy">MatCoarsenDestroy</A>(), <A HREF="../MatOrderings/MatCoarsenSetAdjacency.html#MatCoarsenSetAdjacency">MatCoarsenSetAdjacency</A>(), ISCoarsenToNumbering(),
ISCoarsenCount(), <A HREF="../MatOrderings/MatCoarsenGetData.html#MatCoarsenGetData">MatCoarsenGetData</A>()
<P><B><P><B><FONT COLOR="#CC3333">Level:</FONT></B>beginner
<BR><FONT COLOR="#CC3333">Location:</FONT></B><A HREF="../../../src/mat/coarsen/coarsen.c.html#MatCoarsenApply">src/mat/coarsen/coarsen.c</A>
<BR><A HREF="./index.html">Index of all MatOrderings 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>
|