Searched refs:b_ (Results 1 – 1 of 1) sorted by relevance
334 const PetscScalar *b_; in PCApply_AMGX() local342 PetscCall(VecCUDAGetArrayRead(b, &b_)); in PCApply_AMGX()345 PetscCall(VecGetArrayRead(b, &b_)); in PCApply_AMGX()349 PetscCallAmgX(AMGX_vector_upload(amgx->rhs, amgx->nLocalRows, 1, b_)); in PCApply_AMGX()360 PetscCall(VecCUDARestoreArrayRead(b, &b_)); in PCApply_AMGX()363 PetscCall(VecRestoreArrayRead(b, &b_)); in PCApply_AMGX()