| /petsc/src/mat/tests/ |
| H A D | ex139.c | 31 PetscBool diag, blocked; in main() local 43 blocked = PETSC_FALSE; in main() 48 PetscCall(PetscOptionsBool("-blocked", "Use block insertion", 0, blocked, &blocked, NULL)); in main() 101 if (blocked) { in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscmat.pxi | 912 cdef inline MatSetValuesFcn* matsetvalues_fcn(int blocked, int local): argument 914 if blocked and local: setvalues = MatSetValuesBlockedLocal 915 elif blocked: setvalues = MatSetValuesBlocked 922 … object oaddv, int blocked, int local) except PETSC_ERR_PYTHON: argument 925 if blocked: CHKERR(MatGetBlockSizes(A, &rbs, &cbs)) 940 cdef MatSetValuesFcn *setvalues = matsetvalues_fcn(blocked, local) 949 int blocked, int local) except PETSC_ERR_PYTHON: argument 952 if blocked: CHKERR(MatGetBlockSizes(A, &rbs, &cbs)) 992 matsetvalues_fcn(blocked, local) 1007 int blocked, int local) except PETSC_ERR_PYTHON: argument [all …]
|
| H A D | petscvec.pxi | 358 cdef inline VecSetValuesFcn* vecsetvalues_fcn(int blocked, int local): argument 360 if blocked and local: setvalues = VecSetValuesBlockedLocal 361 elif blocked: setvalues = VecSetValuesBlocked 368 int blocked, int local) except -1: argument 371 if blocked: 384 cdef VecSetValuesFcn *setvalues = vecsetvalues_fcn(blocked, local)
|
| H A D | IS.pyx | 176 """Create a blocked index set. 1613 """Compute blocked local numbering from blocked global numbering.
|
| H A D | Mat.pyx | 748 """Create a sparse blocked `Type.BAIJ` matrix, optionally preallocating.
|
| /petsc/src/dm/impls/plex/tests/output/ |
| H A D | ex42_cube_3.out | 11 libCEED Backend: /cpu/self/opt/blocked
|
| H A D | ex42_sphere_3.out | 10 libCEED Backend: /cpu/self/opt/blocked
|
| H A D | ex42_sphere_3_p4_alt.out | 10 libCEED Backend: /cpu/self/avx/blocked
|
| H A D | ex42_cube_3_p4_alt.out | 11 libCEED Backend: /cpu/self/avx/blocked
|
| H A D | ex42_sphere_3_p4.out | 10 libCEED Backend: /cpu/self/opt/blocked
|
| H A D | ex42_cube_3_p4.out | 11 libCEED Backend: /cpu/self/opt/blocked
|
| /petsc/doc/manual/ |
| H A D | dmstag.md | 80 …th `Vec` data, this approach is used to allow direct access to a multi-dimensional, regular-blocked 125 regular-blocked storage, an element is grouped with lower-dimensional points left of, below ("down"… 147 For local `Vec`s, this gives a regular-blocked numbering, with the same number of unknowns associat…
|
| H A D | vec.md | 916 A blocked version of index sets can be created with the command
|
| /petsc/doc/changes/ |
| H A D | 2015.md | 150 - Added routine ISCreateBlock() to create a blocked index set. See
|
| /petsc/doc/developers/ |
| H A D | matrices.md | 40 blocked structure (with a block size equal to the number of degrees of
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcprivate.c | 2816 PetscBool flg, blocked = PETSC_FALSE; in PCBDDCBenignDetectSaddlePoint() local 2822 …nsBool("-pc_bddc_pressure_blocked", "Use blocked pressure fields", NULL, blocked, &blocked, NULL)); in PCBDDCBenignDetectSaddlePoint() 2834 if (blocked) PetscCall(ISGetBlockSize(pcbddc->ISForDofsLocal[pp[p]], &bs)); in PCBDDCBenignDetectSaddlePoint() 2843 if (blocked) PetscCall(ISGetBlockSize(pcbddc->ISForDofsLocal[pp[p]], &bs)); in PCBDDCBenignDetectSaddlePoint()
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 6563 (narrow-gaps/marking/search-for-leftover-blocked-ext-f-list? #t) 6564 (narrow-gaps/marking/unified-blocked-ext-f-list? #t) 6659 (dynamesh/contact/render-blocked-cells? #f) 7145 (overset/donor/gap-blocked-neighbor-level 2) 7146 (overset/donor/include-gap-blocked-neighbors? #t)
|