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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML3.2 EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="DOCTEXT">
<TITLE>MatType</TITLE>
</HEAD>
<BODY BGCOLOR="FFFFFF">
<A NAME="MatType"><H1>MatType</H1></A>
String with the name of a PETSc matrix or the creation function with an optional dynamic library name, for example http://www.mcs.anl.gov/petsc/lib.a:mymatcreate()
<H3><FONT COLOR="#CC3333">Synopsis</FONT></H3>
<PRE>
#define MATSAME "same"
#define MATSEQMAIJ "seqmaij"
#define MATMPIMAIJ "mpimaij"
#define MATMAIJ "maij"
#define MATIS "is"
#define MATMPIROWBS "mpirowbs"
#define MATSEQAIJ "seqaij"
#define MATMPIAIJ "mpiaij"
#define MATAIJ "aij"
#define MATSHELL "shell"
#define MATSEQBDIAG "seqbdiag"
#define MATMPIBDIAG "mpibdiag"
#define MATBDIAG "bdiag"
#define MATSEQDENSE "seqdense"
#define MATMPIDENSE "mpidense"
#define MATDENSE "dense"
#define MATSEQBAIJ "seqbaij"
#define MATMPIBAIJ "mpibaij"
#define MATBAIJ "baij"
#define MATMPIADJ "mpiadj"
#define MATSEQSBAIJ "seqsbaij"
#define MATMPISBAIJ "mpisbaij"
#define MATSBAIJ "sbaij"
#define MATDAAD "daad"
#define MATMFFD "mffd"
#define MATNORMAL "normal"
#define MATLRC "lrc"
#define MATSEQAIJSPOOLES "seqaijspooles"
#define MATMPIAIJSPOOLES "mpiaijspooles"
#define MATSEQSBAIJSPOOLES "seqsbaijspooles"
#define MATMPISBAIJSPOOLES "mpisbaijspooles"
#define MATAIJSPOOLES "aijspooles"
#define MATSBAIJSPOOLES "sbaijspooles"
#define MATSUPERLU "superlu"
#define MATSUPERLU_DIST "superlu_dist"
#define MATUMFPACK "umfpack"
#define MATESSL "essl"
#define MATLUSOL "lusol"
#define MATAIJMUMPS "aijmumps"
#define MATSBAIJMUMPS "sbaijmumps"
#define MATDSCPACK "dscpack"
#define MATMATLAB "matlab"
#define MATSEQCSRPERM "seqcsrperm"
#define MATMPICSRPERM "mpicsrperm"
#define MATCSRPERM "csrperm"
#define MATSEQCRL "seqcrl"
#define MATMPICRL "mpicrl"
#define MATCRL "crl"
#define MATPLAPACK "plapack"
#define MATSCATTER "scatter"
#define MatType const char*
/* Logging support */
#define MAT_FILE_COOKIE 1211216 /* used to indicate matrices in binary files */
extern PetscCookie PETSCMAT_DLLEXPORT MAT_COOKIE;
</PRE>
<P>
<H3><FONT COLOR="#CC3333">See Also</FONT></H3>
<A HREF="../Mat/MatSetType.html#MatSetType">MatSetType</A>(), <A HREF="../Mat/Mat.html#Mat">Mat</A>
<BR><P><B><P><B><FONT COLOR="#CC3333">Level:</FONT></B>beginner
<BR><FONT COLOR="#CC3333">Location:</FONT></B><A HREF="../../../src/mat/../../include/petscmat.h.html#MatType">src/mat/../../include/petscmat.h</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>
|