Searched refs:uu_ptr (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ksp/pc/impls/tfs/ |
| H A D | xxt.c | 415 PetscScalar *x_ptr, *uu_ptr; in do_xxt_solve() local 422 uu_ptr = solve_uu; in do_xxt_solve() 423 PetscCall(PCTFS_rvec_zero(uu_ptr, m)); in do_xxt_solve() 431 PetscCallBLAS("BLASdot", *uu_ptr++ = BLASdot_(&dlen, uc + off, &i1, x_ptr, &i1)); in do_xxt_solve() 435 uu_ptr = solve_uu; in do_xxt_solve() 436 if (level) PetscCall(PCTFS_ssgl_radd(uu_ptr, solve_w, level, stages)); in do_xxt_solve() 445 PetscCallBLAS("BLASaxpy", BLASaxpy_(&dlen, uu_ptr++, x_ptr, &i1, uc + off, &i1)); in do_xxt_solve()
|
| H A D | xyt.c | 525 PetscScalar *x_ptr, *y_ptr, *uu_ptr; in do_xyt_solve() local 533 uu_ptr = solve_uu; in do_xyt_solve() 534 PetscCall(PCTFS_rvec_zero(uu_ptr, m)); in do_xyt_solve() 542 PetscCallBLAS("BLASdot", *uu_ptr++ = BLASdot_(&dlen, uc + off, &i1, y_ptr, &i1)); in do_xyt_solve() 546 uu_ptr = solve_uu; in do_xyt_solve() 547 if (level) PetscCall(PCTFS_ssgl_radd(uu_ptr, solve_w, level, stages)); in do_xyt_solve() 555 PetscCallBLAS("BLASaxpy", BLASaxpy_(&dlen, uu_ptr++, x_ptr, &i1, uc + off, &i1)); in do_xyt_solve()
|