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 54 55 56 57 58 59
|
<!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/MatFactorGetSolverType.html" />
<META NAME="GENERATOR" CONTENT="DOCTEXT">
<TITLE>MatFactorGetSolverType</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/MatFactorGetSolverType.html "><small>Report Typos and Errors</small></a></div>
<A NAME="MatFactorGetSolverType"><H1>MatFactorGetSolverType</H1></A>
Returns name of the package providing the factorization routines
<H3><FONT COLOR="#CC3333">Synopsis</FONT></H3>
<PRE>
#include "petscmat.h"
<A HREF="../Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</A> <A HREF="../Mat/MatFactorGetSolverType.html#MatFactorGetSolverType">MatFactorGetSolverType</A>(<A HREF="../Mat/Mat.html#Mat">Mat</A> mat, <A HREF="../Mat/MatSolverType.html#MatSolverType">MatSolverType</A> *type)
</PRE>
Not Collective
<P>
<H3><FONT COLOR="#CC3333">Input Parameter</FONT></H3>
<DT><B>mat </B> -the matrix, must be a factored matrix
<br>
<P>
<H3><FONT COLOR="#CC3333">Output Parameter</FONT></H3>
<DT><B>type </B> -the string name of the package (do not free this string)
<br>
<P>
<H3><FONT COLOR="#CC3333">Notes</FONT></H3>
In Fortran you pass in a empty string and the package name will be copied into it.
(Make sure the string is long enough)
<P>
<P>
<H3><FONT COLOR="#CC3333">See Also</FONT></H3>
<A HREF="../Mat/MatCopy.html#MatCopy">MatCopy</A>(), <A HREF="../Mat/MatDuplicate.html#MatDuplicate">MatDuplicate</A>(), <A HREF="../Mat/MatGetFactorAvailable.html#MatGetFactorAvailable">MatGetFactorAvailable</A>(), <A HREF="../Mat/MatGetFactor.html#MatGetFactor">MatGetFactor</A>()
<BR><P><B></B><H3><FONT COLOR="#CC3333">Level</FONT></H3>intermediate<BR>
<H3><FONT COLOR="#CC3333">Location</FONT></H3>
</B><A HREF="../../../src/mat/interface/matrix.c.html#MatFactorGetSolverType">src/mat/interface/matrix.c</A>
<P><H3><FONT COLOR="CC3333">Implementations</FONT></H3><A HREF="../../../src/mat/impls/aij/mpi/clique/clique.cxx.html#MatFactorGetSolverType_SparseElemental">MatFactorGetSolverType_SparseElemental in src/mat/impls/aij/mpi/clique/clique.cxx</A><BR>
<A HREF="../../../src/mat/impls/aij/mpi/mkl_cpardiso/mkl_cpardiso.c.html#MatFactorGetSolverType_mkl_cpardiso">MatFactorGetSolverType_mkl_cpardiso in src/mat/impls/aij/mpi/mkl_cpardiso/mkl_cpardiso.c</A><BR>
<A HREF="../../../src/mat/impls/aij/mpi/mumps/mumps.c.html#MatFactorGetSolverType_mumps">MatFactorGetSolverType_mumps in src/mat/impls/aij/mpi/mumps/mumps.c</A><BR>
<A HREF="../../../src/mat/impls/aij/mpi/pastix/pastix.c.html#MatFactorGetSolverType_pastix">MatFactorGetSolverType_pastix in src/mat/impls/aij/mpi/pastix/pastix.c</A><BR>
<A HREF="../../../src/mat/impls/aij/mpi/strumpack/strumpack.c.html#MatFactorGetSolverType_aij_strumpack">MatFactorGetSolverType_aij_strumpack in src/mat/impls/aij/mpi/strumpack/strumpack.c</A><BR>
<A HREF="../../../src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c.html#MatFactorGetSolverType_aij_superlu_dist">MatFactorGetSolverType_aij_superlu_dist in src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c</A><BR>
<A HREF="../../../src/mat/impls/aij/seq/bas/basfactor.c.html#MatFactorGetSolverType_seqaij_bas">MatFactorGetSolverType_seqaij_bas in src/mat/impls/aij/seq/bas/basfactor.c</A><BR>
<A HREF="../../../src/mat/impls/aij/seq/cholmod/aijcholmod.c.html#MatFactorGetSolverType_seqaij_cholmod">MatFactorGetSolverType_seqaij_cholmod in src/mat/impls/aij/seq/cholmod/aijcholmod.c</A><BR>
<A HREF="../../../src/mat/impls/aij/seq/essl/essl.c.html#MatFactorGetSolverType_essl">MatFactorGetSolverType_essl in src/mat/impls/aij/seq/essl/essl.c</A><BR>
<A HREF="../../../src/mat/impls/aij/seq/klu/klu.c.html#MatFactorGetSolverType_seqaij_klu">MatFactorGetSolverType_seqaij_klu in src/mat/impls/aij/seq/klu/klu.c</A><BR>
<A HREF="../../../src/mat/impls/aij/seq/lusol/lusol.c.html#MatFactorGetSolverType_seqaij_lusol">MatFactorGetSolverType_seqaij_lusol in src/mat/impls/aij/seq/lusol/lusol.c</A><BR>
<A HREF="../../../src/mat/impls/aij/seq/matlab/aijmatlab.c.html#MatFactorGetSolverType_seqaij_matlab">MatFactorGetSolverType_seqaij_matlab in src/mat/impls/aij/seq/matlab/aijmatlab.c</A><BR>
<A HREF="../../../src/mat/impls/aij/seq/mkl_pardiso/mkl_pardiso.c.html#MatFactorGetSolverType_mkl_pardiso">MatFactorGetSolverType_mkl_pardiso in src/mat/impls/aij/seq/mkl_pardiso/mkl_pardiso.c</A><BR>
<A HREF="../../../src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu.html#MatFactorGetSolverType_seqaij_cusparse">MatFactorGetSolverType_seqaij_cusparse in src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu</A><BR>
<A HREF="../../../src/mat/impls/aij/seq/superlu/superlu.c.html#MatFactorGetSolverType_seqaij_superlu">MatFactorGetSolverType_seqaij_superlu in src/mat/impls/aij/seq/superlu/superlu.c</A><BR>
<A HREF="../../../src/mat/impls/aij/seq/umfpack/umfpack.c.html#MatFactorGetSolverType_seqaij_umfpack">MatFactorGetSolverType_seqaij_umfpack in src/mat/impls/aij/seq/umfpack/umfpack.c</A><BR>
<A HREF="../../../src/mat/impls/elemental/matelem.cxx.html#MatFactorGetSolverType_elemental_elemental">MatFactorGetSolverType_elemental_elemental in src/mat/impls/elemental/matelem.cxx</A><BR>
<A HREF="../../../src/mat/impls/sbaij/seq/cholmod/sbaijcholmod.c.html#MatFactorGetSolverType_seqsbaij_cholmod">MatFactorGetSolverType_seqsbaij_cholmod in src/mat/impls/sbaij/seq/cholmod/sbaijcholmod.c</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>
|