Searched refs:middle (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/dm/impls/plex/tutorials/output/ |
| H A D | ex1_submesh_0.out | 13 middle: 1 strata with value/size (1 (5))
|
| /petsc/src/mat/impls/blockmat/seq/ |
| H A D | blockmat.c | 13 Vec left, right, middle, workb; /* dummy vectors to perform local parts of product */ member 28 Vec left = a->left, right = a->right, middle = a->middle; in MatSOR_BlockMat_Symmetric() local 86 PetscCall(VecPlaceArray(middle, b + idx[j] * bs)); in MatSOR_BlockMat_Symmetric() 87 PetscCall(VecAXPY(middle, -1.0, left)); in MatSOR_BlockMat_Symmetric() 88 PetscCall(VecResetArray(middle)); in MatSOR_BlockMat_Symmetric() 422 PetscCall(VecDestroy(&bmat->middle)); in MatDestroy_BlockMat() 492 PetscCall(VecPlaceArray(bmat->middle, xx + bs * i)); in MatMult_BlockMat_Symmetric() 507 PetscCall(MatMultTransposeAdd(aa[jrow], bmat->middle, bmat->right, bmat->right)); in MatMult_BlockMat_Symmetric() 512 PetscCall(VecResetArray(bmat->middle)); in MatMult_BlockMat_Symmetric() 858 PetscCall(VecCreateSeqWithArray(PETSC_COMM_SELF, 1, bs, NULL, &bmat->middle)); in MatBlockMatSetPreallocation_BlockMat()
|
| /petsc/src/ksp/ksp/impls/cg/pipelcg/ |
| H A D | pipelcg.c | 139 PetscInt start = 0, middle = 0, end = 0; in KSPSolve_InnerLoop_PIPELCG() local 297 middle = it - l + 2; in KSPSolve_InnerLoop_PIPELCG() 300 …for (j = middle; j < end; ++j) PetscCall((*U[0]->ops->dot_local)(U[0], plcg->Z[it + 1 - j], &G(j, … in KSPSolve_InnerLoop_PIPELCG()
|
| /petsc/doc/developers/contributing/ |
| H A D | submittingmr.md | 21 … pipeline to fail. Once completed, click "View App" on the right side in the middle of the MR page.
|
| /petsc/src/binding/petsc4py/docs/ipynb/ |
| H A D | dmplex.ipynb | 202 …"* Points 4 through 12 (vertices) have at least 2 edges in their support and the middle (8) has 4 …
|
| /petsc/doc/manual/ |
| H A D | streams.md | 225 Fig. {any}`fig_m2_gcc_streams` provides the results. Based on the plateau in the middle of the plot…
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Mat.pyx | 4585 The middle matrix B.
|