| gcreate.c (8b64dcb2a7ffae6bdcf57735dadebe73dff94eee) | gcreate.c (a2fc510e2ab9fd06efe456f123d3efeee2bfdfd3) |
|---|---|
| 1/*$Id: gcreate.c,v 1.131 2001/07/20 21:22:13 bsmith Exp $*/ 2 3#include "src/mat/matimpl.h" /*I "petscmat.h" I*/ 4#include "petscsys.h" 5 6#undef __FUNCT__ 7#define __FUNCT__ "MatPublish_Base" 8static int MatPublish_Base(PetscObject obj) --- 64 unchanged lines hidden (view full) --- 73 vectors. To do this, one first considers the matrix-vector product 74 'y = A x'. The 'm' that is used in the above routine must match the 75 local size used in the vector creation routine VecCreateMPI() for 'y'. 76 Likewise, the 'n' used must match that used as the local size in 77 VecCreateMPI() for 'x'. 78 79 Level: beginner 80 | 1/*$Id: gcreate.c,v 1.131 2001/07/20 21:22:13 bsmith Exp $*/ 2 3#include "src/mat/matimpl.h" /*I "petscmat.h" I*/ 4#include "petscsys.h" 5 6#undef __FUNCT__ 7#define __FUNCT__ "MatPublish_Base" 8static int MatPublish_Base(PetscObject obj) --- 64 unchanged lines hidden (view full) --- 73 vectors. To do this, one first considers the matrix-vector product 74 'y = A x'. The 'm' that is used in the above routine must match the 75 local size used in the vector creation routine VecCreateMPI() for 'y'. 76 Likewise, the 'n' used must match that used as the local size in 77 VecCreateMPI() for 'x'. 78 79 Level: beginner 80 |
| 81 User manual sections: 82+ sec_matcreate 83- chapter_matrices 84 |
|
| 81.keywords: matrix, create 82 83.seealso: MatCreateSeqAIJ((), MatCreateMPIAIJ(), 84 MatCreateSeqBDiag(),MatCreateMPIBDiag(), 85 MatCreateSeqDense(), MatCreateMPIDense(), 86 MatCreateMPIRowbs(), MatCreateSeqBAIJ(), MatCreateMPIBAIJ(), 87 MatCreateSeqSBAIJ(), MatCreateMPISBAIJ(), 88 MatConvert() --- 170 unchanged lines hidden --- | 85.keywords: matrix, create 86 87.seealso: MatCreateSeqAIJ((), MatCreateMPIAIJ(), 88 MatCreateSeqBDiag(),MatCreateMPIBDiag(), 89 MatCreateSeqDense(), MatCreateMPIDense(), 90 MatCreateMPIRowbs(), MatCreateSeqBAIJ(), MatCreateMPIBAIJ(), 91 MatCreateSeqSBAIJ(), MatCreateMPISBAIJ(), 92 MatConvert() --- 170 unchanged lines hidden --- |