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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML3.2 EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="DOCTEXT">
<TITLE>MatColoringRegisterAll</TITLE>
</HEAD>
<BODY BGCOLOR="FFFFFF">
<A NAME="MatColoringRegisterAll"><H1>MatColoringRegisterAll</H1></A>
Registers all of the matrix coloring routines in PETSc.
<H3><FONT COLOR="#CC3333">Synopsis</FONT></H3>
<PRE>
PetscErrorCode MatColoringRegisterAll(const char path[])
</PRE>
Not Collective
<P>
<P>
<H3><FONT COLOR="#CC3333">Adding new methods</FONT></H3>
To add a new method to the registry. Copy this routine and
modify it to incorporate a call to <A HREF="../Mat/MatColoringRegisterDynamic.html#MatColoringRegisterDynamic">MatColoringRegisterDynamic</A>() for
the new method, after the current list.
<P>
Restricting the choices: To prevent all of the methods from being
registered and thus save memory, copy this routine and modify it to
register a zero, instead of the function name, for those methods you
do not wish to register. Make sure that the replacement routine is
linked before libpetscmat.a.
<P>
<H3><FONT COLOR="#CC3333">Keywords</FONT></H3>
matrix, coloring, register, all
<BR>
<P>
<H3><FONT COLOR="#CC3333">See Also</FONT></H3>
<A HREF="../Mat/MatColoringRegisterDynamic.html#MatColoringRegisterDynamic">MatColoringRegisterDynamic</A>(), <A HREF="../MatOrderings/MatColoringRegisterDestroy.html#MatColoringRegisterDestroy">MatColoringRegisterDestroy</A>()
<BR><P><B><P><B><FONT COLOR="#CC3333">Level:</FONT></B>developer
<BR><FONT COLOR="#CC3333">Location:</FONT></B><A HREF="../../../src/mat/color/scolor.c.html#MatColoringRegisterAll">src/mat/color/scolor.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>
|