Home
last modified time | relevance | path

Searched defs:ncols (Results 1 – 25 of 101) sorted by relevance

12345

/petsc/src/mat/ftn-kernels/
H A Dsgemv.F907 pure subroutine MSGemv(bs, ncols, A, x, y) argument
23 pure subroutine MSGemvp(bs, ncols, A, x, y) argument
38 pure subroutine MSGemvm(bs, ncols, A, x, y) argument
53 pure subroutine MSGemvt(bs, ncols, A, x, y) argument
/petsc/include/petsc/private/kernels/
H A Dblockinvert.h184 #define PetscKernel_w_gets_w_plus_Ar_times_v(bs, ncols, v, A, w) \ argument
203 #define PetscKernel_w_gets_w_minus_Ar_times_v(bs, ncols, w, A, v) \ argument
254 #define PetscKernel_w_gets_Ar_times_v(bs, ncols, x, A, z) \ argument
269 #define PetscKernel_w_gets_w_plus_trans_Ar_times_v(bs, ncols, x, A, z) \ argument
378 …#define PetscKernel_w_gets_Ar_times_v(bs, ncols, x, A, z) msgemv_(&(bs), &(ncols), (A… argument
383 …#define PetscKernel_w_gets_w_plus_trans_Ar_times_v(bs, ncols, x, A, z) msgemvt_(&(bs), &(ncols), (… argument
/petsc/src/dm/tests/
H A Dnoflux_check.c11 PetscInt ncols; in globalKMat_3d() local
70 PetscInt ncols; in globalKMat_2d() local
/petsc/src/mat/utils/
H A Daxpy.c165 PetscInt ncols; in MatAXPY_Basic_Preallocate() local
202 PetscInt i, start, end, j, ncols, m, n; in MatAXPY_Basic() local
251 PetscInt i, start, end, j, ncols, m, n; in MatAXPY_BasicWithPreallocation() local
523 PetscInt ncols; in MatFilter() local
540 PetscInt ncols, newcols = 0, c; in MatFilter() local
H A Dbandwidth.c32 PetscInt ncols; in MatComputeBandwidth() local
/petsc/src/mat/graphops/order/
H A Dspectral.c38 PetscInt ncols, newcols, c; in MatCreateLaplacian() local
68 PetscInt ncols, newcols, c; in MatCreateLaplacian() local
/petsc/src/mat/graphops/color/utils/
H A Dweights.c44 PetscInt ncols; in MatColoringGetDegrees() local
110 PetscInt i, s, e, n, ncols; in MatColoringCreateLargestFirstWeights() local
145 PetscInt ncols, nxt, prv, cur; in MatColoringCreateSmallestLastWeights() local
/petsc/src/mat/impls/aij/seq/crl/
H A Dcrl.h9 PetscInt ncols; /* number of columns in each row */ member
/petsc/src/ksp/ksp/tutorials/
H A Dex46.c67 PetscInt ncols = 0; in main() local
/petsc/src/mat/tests/
H A Dex103.c15 PetscInt i, j, M = 10, N = 5, nrows, ncols; in main() local
H A Dex243.c8 PetscInt i, j, M = 10, N = 5, nloc, mloc, nrows, ncols; in main() local
H A Dex39.c9 PetscInt i, j, m = 5, n, nrows, ncols; in main() local
H A Dex38.c8 PetscInt i, j, m = 5, n, nrows, ncols; in main() local
H A Dex240.c9 PetscInt N, mx = 5, my = 4, i, j, nc, nrow, n, ncols, rstart, *colors, *map; in main() local
H A Dex22.c9 PetscInt i, j, m = 5, n = 5, Ii, J, ncols; in main() local
H A Dex242.c9 PetscInt i, j, M = 5, N, mb = 2, nb, nrows, ncols, mloc, nloc; in main() local
H A Dex167.c28 …i, j, k, l, nsub, Jlow[2] = {0, 1}, *jlow, Jhigh[2] = {3, 4}, *jhigh, row, col, *subindices, ncols; in main() local
H A Dex245.c9 PetscInt m = 5, n, p, i, j, nrows, ncols; in main() local
H A Dex178.c104 PetscInt ncols, i, j, rstart, rend; in MatIsDiagonal() local
/petsc/src/ksp/pc/impls/gamg/
H A Dclassical.c85 PetscInt r, c, ncols; in PCGAMGCreateGraph_Classical() local
190 PetscInt fn, cn, fs, fe, cs, ce, i, j, ncols, col, row_f, row_c, cmax = 0, idx, noff; in PCGAMGProlongator_Classical_Direct() local
448 PetscInt ncols; in PCGAMGTruncateProlongator_Private() local
562 PetscInt fs, fe, cs, ce, nl, i, j, k, li, lni, ci, ncols, maxcols, fn, cn, cid; in PCGAMGProlongator_Classical_Standard() local
805 PetscInt ncols; in PCGAMGOptProlongator_Classical_Jacobi() local
/petsc/src/mat/impls/aij/seq/bas/
H A Dspbas.c250 …mpress_pattern(PetscInt *irow_in, PetscInt *icol_in, PetscInt nrows, PetscInt ncols, PetscInt col_… in spbas_compress_pattern()
437 PetscInt ncols = in_matrix.nrows; in spbas_transpose() local
703 PetscErrorCode spbas_pattern_only(PetscInt nrows, PetscInt ncols, PetscInt *ai, PetscInt *aj, spbas… in spbas_pattern_only()
779 PetscInt ncols = in_matrix.ncols; in spbas_power() local
H A Dspbas.h48 PetscInt ncols; member
/petsc/src/mat/graphops/color/impls/greedy/
H A Dgreedy.c19 …PetscInt i, j, k, s, e, n, no, nd, nd_global, n_global, idx, ncols, maxcolors, masksize, cc… in GreedyColoringLocalDistanceOne_Private() local
173 …PetscInt i, j, k, l, s, e, n, nd, nd_global, n_global, idx, ncols, maxcolors, mcol, mcol_g… in GreedyColoringLocalDistanceTwo_Private() local
490 PetscInt ncolstotal, ncols; in MatColoringApply_Greedy() local
/petsc/src/mat/graphops/color/impls/jp/
H A Djp.c42 PetscInt ncols; in MCJPGreatestWeight_Private() local
138 PetscInt ncols; in MCJPInitialLocalColor_Private() local
281 PetscInt ncols; in MCJPMinColor_Private() local
/petsc/src/mat/tutorials/
H A Dex16.c16 PetscInt row, ncols, j, nrows, nnzA = 0, nnzAsp = 0; in main() local

12345