| /petsc/src/ksp/pc/impls/h2opus/ |
| H A D | pch2opus.c | 13 Mat M; member 158 Mat M; member 178 PetscInt M, m; in PCH2OpusSetUpInit() local 252 static PetscErrorCode MatMultKernel_MAmI(Mat M, Vec x, Vec y, PetscBool t) in MatMultKernel_MAmI() 307 static PetscErrorCode MatMultKernel_Hyper(Mat M, Vec x, Vec y, PetscBool t) in MatMultKernel_Hyper() 345 static PetscErrorCode MatMult_Hyper(Mat M, Vec x, Vec y) in MatMult_Hyper() 352 static PetscErrorCode MatMultTranspose_Hyper(Mat M, Vec x, Vec y) in MatMultTranspose_Hyper() 360 static PetscErrorCode MatMatMultKernel_Hyper(Mat M, Mat X, Mat Y, PetscBool t) in MatMatMultKernel_Hyper() 409 static PetscErrorCode MatMatMultNumeric_Hyper(Mat M, Mat X, Mat Y, PetscCtx ctx) in MatMatMultNumeric_Hyper() 417 static PetscErrorCode MatMultKernel_NS(Mat M, Vec x, Vec y, PetscBool t) in MatMultKernel_NS() [all …]
|
| /petsc/src/mat/tests/ |
| H A D | mmio.c | 20 int M, N, nz; in mm_read_unsymmetric_sparse() local 140 int mm_write_mtx_crd_size(FILE *f, int M, int N, int nz) in mm_write_mtx_crd_size() 146 int mm_read_mtx_crd_size(FILE *f, int *M, int *N, int *nz) in mm_read_mtx_crd_size() 170 int mm_read_mtx_array_size(FILE *f, int *M, int *N) in mm_read_mtx_array_size() 193 int mm_write_mtx_array_size(FILE *f, int M, int N) in mm_write_mtx_array_size() 205 int mm_read_mtx_crd_data(FILE *f, int M, int N, int nz, int ia[], int ja[], double val[], MM_typeco… in mm_read_mtx_crd_data() 249 int mm_read_mtx_crd(char *fname, int *M, int *N, int *nz, int **ia, int **ja, double **val, MM_type… in mm_read_mtx_crd() 296 int mm_write_mtx_crd(char fname[], int M, int N, int nz, int ia[], int ja[], double val[], MM_typec… in mm_write_mtx_crd()
|
| H A D | ex44.c | 7 static PetscReal MakeValue(PetscInt i, PetscInt j, PetscInt M) in MakeValue() 15 PetscInt M, N, rstart, rend, i, j; in CheckValuesAIJ() local 36 PetscInt M = 11, N = 13; in main() local
|
| H A D | ex45.c | 7 static PetscReal MakeValue(PetscInt i, PetscInt j, PetscInt M) in MakeValue() 15 PetscInt M, N, rstart, rend, i, j; in CheckValuesAIJ() local 36 PetscInt M = 24, N = 48, bs = 2; in main() local
|
| H A D | ex50.c | 7 static PetscReal MakeValue(PetscInt i, PetscInt j, PetscInt M) in MakeValue() 15 PetscInt M, N, rstart, rend, i, j; in CheckValuesAIJ() local 40 PetscInt M = 24, N = 24, bs = 3; in main() local
|
| H A D | ex24.c | 7 PetscInt M, ownbegin, ownend, i, j; in FormJacobian() local 28 PetscInt M = 8; in main() local
|
| H A D | ex246.cxx | 6 static PetscErrorCode GenEntries(PetscInt sdim, PetscInt M, PetscInt N, const PetscInt *J, const Pe… in GenEntries() 29 …virtual void copy_submatrix(PetscInt M, PetscInt N, const PetscInt *J, const PetscInt *K, PetscSca… in copy_submatrix() 47 PetscInt m = 100, dim = 3, M, begin = 0; in main() local
|
| H A D | ex230.c | 8 PetscInt M, N, m, n, bs; in ex1_nonsquare_bs1() local 108 PetscInt M, N, m, n, bs = 1; in ex2_square_bsvariable() local
|
| H A D | ex16.c | 9 PetscInt M, N, rstart, rend, lda, i, j; in CheckValues() local 34 PetscInt i, j, M = 4, N = 3, rstart, rend; in main() local
|
| H A D | ex241.c | 5 static PetscErrorCode GenEntries(PetscInt sdim, PetscInt M, PetscInt N, const PetscInt *J, const Pe… in GenEntries() 21 static PetscErrorCode GenEntriesRectangular(PetscInt sdim, PetscInt M, PetscInt N, const PetscInt *… in GenEntriesRectangular() 40 PetscInt m = 100, dim = 3, M, K = 10, begin, n = 0, N, bs; in main() local
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex67.c | 45 PetscInt M = 10; in main() local 140 PetscInt i, M, xs, xm; in FormRightHandSide() local 170 PetscInt i, M, xs, xm; in FormMatrix() local
|
| H A D | ex82.c | 5 static PetscErrorCode GenEntries(PetscInt sdim, PetscInt M, PetscInt N, const PetscInt *J, const Pe… in GenEntries() 33 PetscInt m = 100, dim = 3, M, begin = 0, n = 0, overlap = 1; in main() local
|
| /petsc/src/ts/tutorials/advection-diffusion-reaction/ |
| H A D | ex3.c | 55 PetscInt M; in main() local 158 PetscInt i, mstart, mend, xm, M; in InitialConditions() local 206 PetscInt i, mstart, mend, xm, M; in Solution() local 261 PetscInt i, idx[3], M, xm; in RHSMatrixHeat() local
|
| H A D | ex6.c | 41 PetscInt M; in main() local 115 PetscInt i, mstart, mend, um, M; in InitialConditions() local 164 PetscInt i, mstart, mend, um, M; in Solution() local 196 PetscInt mstart, mend, M, i, um; in IFunction_LaxFriedrichs() local 244 PetscInt mstart, mend, M, i, um; in IFunction_LaxWendroff() local
|
| /petsc/src/ksp/pc/impls/deflation/ |
| H A D | deflationspace.c | 16 static PetscErrorCode PCDeflationCreateSpaceWave(MPI_Comm comm, PetscInt m, PetscInt n, PetscInt M,… in PCDeflationCreateSpaceWave() 60 PetscInt i, j, len, ilo, ihi, *Iidx, m, M; in PCDeflationGetSpaceHaar() local 105 PetscInt i, m, M, Mdefl, Ndefl; in PCDeflationGetSpaceWave() local 137 PetscInt i, ilo, ihi, *Iidx, M; in PCDeflationGetSpaceAggregation() local
|
| /petsc/src/dm/tests/ |
| H A D | ex19.c | 12 PetscInt i, j, k, M, N, dof; in doit() local 36 PetscInt dof = 2, M = 3, N = 3, m = PETSC_DECIDE, n = PETSC_DECIDE; in main() local
|
| H A D | ex47.c | 13 const PetscInt M = 10, N = 15, P = 30, dof = 1, sw = 1; in test_3d() local 56 const PetscInt M = 10, N = 20, dof = 1, sw = 1; in test_2d() local 95 const PetscInt M = 10, N = 20, dof = 1, sw = 1; in test_2d_nocoord() local 133 const PetscInt M = 10, N = 20, P = 30, dof = 1, sw = 1; in test_3d_nocoord() local
|
| H A D | ex42.c | 15 const PetscInt M = 10, N = 15, P = 30, dof = 1, sw = 1; in test_3d() local 58 const PetscInt M = 10, N = 20, dof = 1, sw = 1; in test_2d() local 97 const PetscInt M = 10, N = 20, dof = 1, sw = 1; in test_2d_nocoord() local 135 const PetscInt M = 10, N = 20, P = 30, dof = 1, sw = 1; in test_3d_nocoord() local
|
| H A D | ex48.c | 27 const PetscInt M = 10, N = 15, P = 30, sw = 1; in test_3d() local 70 const PetscInt M = 10, N = 20, sw = 1; in test_2d() local 109 const PetscInt M = 10, N = 15, P = 30, sw = 1; in test_3d_compat() local 161 const PetscInt M = 10, N = 20, sw = 1; in test_2d_compat() local
|
| H A D | ex13.c | 11 PetscInt M = PETSC_DECIDE, N = PETSC_DECIDE; in main() local
|
| /petsc/src/mat/impls/dense/mpi/cupm/ |
| H A D | matmpidensecupm.hpp | 86 inline PetscErrorCode MatCreateMPIDenseCUPM(MPI_Comm comm, PetscInt m, PetscInt n, PetscInt M, Pets… in MatCreateMPIDenseCUPM() 131 inline PetscErrorCode MatDense_MPI_CUPM<T>::Convert_Dispatch_(Mat M, MatType, MatReuse reuse, Mat *… in Convert_Dispatch_() 275 inline PetscErrorCode MatDense_MPI_CUPM<T>::Convert_MPIDenseCUPM_MPIDense(Mat M, MatType mtype, Mat… in Convert_MPIDenseCUPM_MPIDense() 283 inline PetscErrorCode MatDense_MPI_CUPM<T>::Convert_MPIDense_MPIDenseCUPM(Mat M, MatType mtype, Mat… in Convert_MPIDense_MPIDenseCUPM() 408 … MatCreateDenseCUPM(MPI_Comm comm, PetscInt n, PetscInt m, PetscInt N, PetscInt M, PetscScalar *da… in MatCreateDenseCUPM()
|
| /petsc/src/mat/impls/normal/ |
| H A D | normmh.c | 15 PetscInt M; in MatCreateSubMatrices_NormalHermitian() local 158 Mat M, A; in MatGetDiagonalBlock_NormalHermitian() local 169 static PetscErrorCode MatNormalHermitianGetMat_NormalHermitian(Mat A, Mat *M) in MatNormalHermitianGetMat_NormalHermitian() 194 PetscErrorCode MatNormalHermitianGetMat(Mat A, Mat *M) in MatNormalHermitianGetMat() 210 PetscInt m, n, M, N; in MatConvert_NormalHermitian_AIJ() local
|
| H A D | normm.c | 32 PetscInt M; in MatCreateSubMatrices_Normal() local 174 Mat M, A; in MatGetDiagonalBlock_Normal() local 185 static PetscErrorCode MatNormalGetMat_Normal(Mat A, Mat *M) in MatNormalGetMat_Normal() 210 PetscErrorCode MatNormalGetMat(Mat A, Mat *M) in MatNormalGetMat() 226 PetscInt m, n, M, N; in MatConvert_Normal_AIJ() local 321 PetscInt n, N, m, M; in MatProductSymbolic_Normal_Dense() local
|
| /petsc/src/mat/impls/sbaij/mpi/ |
| H A D | mpiaijsbaij.c | 12 Mat M; in MatConvert_MPIAIJ_MPISBAIJ() local 53 Mat M; in MatConvert_MPIBAIJ_MPISBAIJ() local
|
| /petsc/src/snes/tutorials/ |
| H A D | ex78.c | 114 PetscInt i, M, xs, xm; in FormFunction() local 177 PetscInt i, M, xs, xm; in FormJacobian() local
|