Searched refs:PCTFS_rvec_set (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ksp/pc/impls/tfs/ |
| H A D | xxt.c | 498 PetscCall(PCTFS_rvec_set(lhs, 1.0, n)); in det_separators() 520 PetscCall((id < mask) ? PCTFS_rvec_zero(lhs, m) : PCTFS_rvec_set(lhs, 1.0, m)); in det_separators() 524 PetscCall((id < mask) ? PCTFS_rvec_set(rhs, 1.0, m) : PCTFS_rvec_zero(rhs, m)); in det_separators() 622 PetscCall((id < mask) ? PCTFS_rvec_zero(lhs, m) : PCTFS_rvec_set(lhs, 1.0, m)); in det_separators() 626 PetscCall((id < mask) ? PCTFS_rvec_set(rhs, 1.0, m) : PCTFS_rvec_zero(rhs, m)); in det_separators()
|
| H A D | xyt.c | 608 PetscCall(PCTFS_rvec_set(lhs, 1.0, n)); in det_separators() 636 PetscCall((id < mask) ? PCTFS_rvec_zero(lhs, m) : PCTFS_rvec_set(lhs, 1.0, m)); in det_separators() 640 PetscCall((id < mask) ? PCTFS_rvec_set(rhs, 1.0, m) : PCTFS_rvec_zero(rhs, m)); in det_separators()
|
| H A D | tfs.h | 203 PETSC_INTERN PetscErrorCode PCTFS_rvec_set(PetscScalar *, PetscScalar, PetscInt);
|
| H A D | ivec.c | 595 PetscErrorCode PCTFS_rvec_set(PetscScalar *arg1, PetscScalar arg2, PetscInt n) in PCTFS_rvec_set() function
|