Searched refs:inserted (Results 1 – 13 of 13) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Sys.pyx | 172 String inserted between values, by default a space. 215 String inserted between values, by default a space.
|
| H A D | Mat.pyx | 3252 Scalar value to be inserted into the diagonal. 3285 Scalar value to be inserted into the diagonal. 3318 Scalar value to be inserted into the diagonal. 3352 Scalar value to be inserted into the diagonal. 3386 Scalar value to be inserted into the diagonal.
|
| H A D | Vec.pyx | 3263 Single-component vector to be inserted into.
|
| /petsc/include/petsc/private/ |
| H A D | hashmap.txt | 269 is inserted into `ht` as-if-by `INSERT_VALUES`. 271 current entry, otherwise (`key`, `value`) is inserted into `ht` as-if-by 274 current entry, otherwise (`key`, `value`) is inserted into `ht` as-if-by
|
| /petsc/doc/manual/ |
| H A D | vec.md | 321 `values` is the array of values to be inserted at those global component index locations. Any proce… 324 inserted with `VecSetValues()`, one must call 954 `INSERT_VALUES` specifies that the vector elements will be inserted 976 either value may be inserted. When `ADD_VALUES` is used, the 1389 are to be communicated to another vector and where in the second vector they are to be inserted. `P…
|
| H A D | mat.md | 88 respectively, indicate the global row and column numbers to be inserted. 92 the values that are to be inserted. By default the values are given in 119 After the matrix elements have been inserted or added into the matrix, 1113 From that point, no new values will be inserted into those (boundary)
|
| H A D | getting_started.md | 388 After all elements have been inserted into the matrix, it must be
|
| H A D | ksp.md | 595 inserted into those two arrays. `neig` is the number of eigenvalues
|
| /petsc/src/mat/impls/sell/seq/ |
| H A D | sell.c | 1540 PetscBool inserted = PETSC_FALSE; in MatSetValues_SeqSELL() local 1582 inserted = PETSC_TRUE; in MatSetValues_SeqSELL() 1607 inserted = PETSC_TRUE; in MatSetValues_SeqSELL() 1617 if (A->offloadmask != PETSC_OFFLOAD_UNALLOCATED && inserted) A->offloadmask = PETSC_OFFLOAD_CPU; in MatSetValues_SeqSELL()
|
| /petsc/src/mat/impls/sell/mpi/ |
| H A D | mpisell.c | 77 inserted = PETSC_TRUE; \ 121 inserted = PETSC_TRUE; \
|
| /petsc/doc/developers/ |
| H A D | testing.md | 81 inserted to describe the test(s) to be run. The elements of the test are
|
| /petsc/doc/tutorials/physics/ |
| H A D | guide_to_stokes.md | 755 …nditioner only contains the diagonal blocks. This is because zeros were inserted to define the non…
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiaij.c | 8085 PETSC_UNUSED PetscBool inserted = PETSC_FALSE; in matsetvaluesmpiaij_() local 8151 inserted = PETSC_FALSE; in matsetvaluesmpiaij_()
|