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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML3.2 EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="DOCTEXT">
<TITLE>MATSOLVERCHOLMOD</TITLE>
</HEAD>
<BODY BGCOLOR="FFFFFF">
<A NAME="MATSOLVERCHOLMOD"><H1>MATSOLVERCHOLMOD</H1></A>
"cholmod" - A matrix type providing direct solvers (Cholesky) for sequential matrices via the external package CHOLMOD. ./configure --download-cholmod to install PETSc to use CHOLMOD
<P>
Consult CHOLMOD documentation for more information about the Common parameters
which correspond to the options database keys below.
<P>
<H3><FONT COLOR="#CC3333">Options Database Keys</FONT></H3>
-mat_cholmod_dbound <0>: Minimum absolute value of diagonal entries of D (None)
-mat_cholmod_grow0 <1.2>: Global growth ratio when factors are modified (None)
-mat_cholmod_grow1 <1.2>: Column growth ratio when factors are modified (None)
-mat_cholmod_grow2 <5>: Affine column growth constant when factors are modified (None)
-mat_cholmod_maxrank <8>: Max rank of update, larger values are faster but use more memory [2,4,8] (None)
-mat_cholmod_factor <AUTO> (choose one of) SIMPLICIAL AUTO SUPERNODAL
-mat_cholmod_supernodal_switch <40>: flop/nnz_L threshold for switching to supernodal factorization (None)
-mat_cholmod_final_asis: <TRUE> Leave factors "as is" (None)
-mat_cholmod_final_pack: <TRUE> Pack the columns when finished (use FALSE if the factors will be updated later) (None)
-mat_cholmod_zrelax <0.8>: 3 real supernodal relaxed amalgamation parameters (None)
-mat_cholmod_nrelax <4>: 3 size_t supernodal relaxed amalgamation parameters (None)
-mat_cholmod_prefer_upper: <TRUE> Work with upper triangular form (faster when using fill-reducing ordering, slower in natural ordering) (None)
-mat_cholmod_print <3>: Verbosity level (None)
<P>
<P>
<H3><FONT COLOR="#CC3333">See Also</FONT></H3>
<A HREF="../PC/PCCHOLESKY.html#PCCHOLESKY">PCCHOLESKY</A>, <A HREF="../PC/PCFactorSetMatSolverPackage.html#PCFactorSetMatSolverPackage">PCFactorSetMatSolverPackage</A>(), <A HREF="../Mat/MatSolverPackage.html#MatSolverPackage">MatSolverPackage</A>
<BR><P><B><P><B><FONT COLOR="#CC3333">Level:</FONT></B>beginner
<BR><FONT COLOR="#CC3333">Location:</FONT></B><A HREF="../../../src/mat/impls/sbaij/seq/cholmod/sbaijcholmod.c.html#MATSOLVERCHOLMOD">src/mat/impls/sbaij/seq/cholmod/sbaijcholmod.c</A>
<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>
|