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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML3.2 EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="DOCTEXT">
<TITLE>MAT_SOLVER_DSCPACK</TITLE>
</HEAD>
<BODY BGCOLOR="FFFFFF">
<A NAME="MAT_SOLVER_DSCPACK"><H1>MAT_SOLVER_DSCPACK</H1></A>
"dscpack" - Provides direct solvers (Cholesky) for sequential or distributed matrices via the external package DSCPACK.
<P>
<H3><FONT COLOR="#CC3333">Options Database Keys</FONT></H3>
<TABLE border="0" cellpadding="0" cellspacing="0">
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>-mat_dscpack_order <1,2,3> </B></TD><TD>- DSCPACK ordering, 1:ND, 2:Hybrid with Minimum Degree, 3:Hybrid with Minimum Deficiency
</TD></TR>
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>-mat_dscpack_scheme <1,2> </B></TD><TD>- factorization scheme, 1:standard factorization, 2: factorization with selective inversion
</TD></TR>
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>-mat_dscpack_factor <LLT,LDLT> </B></TD><TD>- the type of factorization to be performed.
</TD></TR>
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>-mat_dscpack_MaxMemAllowed <n> </B></TD><TD>- the maximum memory to be used during factorization
</TD></TR>
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>-mat_dscpack_stats <0,1> </B></TD><TD>- display stats of the factorization and solves during <A HREF="../Mat/MatDestroy.html#MatDestroy">MatDestroy</A>(), 0: no display, 1: display
</TD></TR>
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>-mat_dscpack_LBLAS <LBLAS1,LBLAS2,LBLAS3> </B></TD><TD>- BLAS level used in the local phase
</TD></TR>
<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>-mat_dscpack_DBLAS <DBLAS1,DBLAS2> </B></TD><TD>- BLAS level used in the distributed phase
</TD></TR></TABLE>
<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>
<P><B><P><B><FONT COLOR="#CC3333">Level:</FONT></B>beginner
<BR><FONT COLOR="#CC3333">Location:</FONT></B><A HREF="../../../src/mat/impls/baij/mpi/dscpack/dscpack.c.html#MAT_SOLVER_DSCPACK">src/mat/impls/baij/mpi/dscpack/dscpack.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>
|