Home
last modified time | relevance | path

Searched refs:inserted (Results 1 – 13 of 13) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DSys.pyx172 String inserted between values, by default a space.
215 String inserted between values, by default a space.
H A DMat.pyx3252 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 DVec.pyx3263 Single-component vector to be inserted into.
/petsc/include/petsc/private/
H A Dhashmap.txt269 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 Dvec.md321 `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 Dmat.md88 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 Dgetting_started.md388 After all elements have been inserted into the matrix, it must be
H A Dksp.md595 inserted into those two arrays. `neig` is the number of eigenvalues
/petsc/src/mat/impls/sell/seq/
H A Dsell.c1540 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 Dmpisell.c77 inserted = PETSC_TRUE; \
121 inserted = PETSC_TRUE; \
/petsc/doc/developers/
H A Dtesting.md81 inserted to describe the test(s) to be run. The elements of the test are
/petsc/doc/tutorials/physics/
H A Dguide_to_stokes.md755 …nditioner only contains the diagonal blocks. This is because zeros were inserted to define the non…
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c8085 PETSC_UNUSED PetscBool inserted = PETSC_FALSE; in matsetvaluesmpiaij_() local
8151 inserted = PETSC_FALSE; in matsetvaluesmpiaij_()