Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/bjacobi/bjkokkos/
H A Dbjkokkos.kokkos.cxx88 …_global, const int stride_global, const int nShareVec, PetscScalar *work_space_shared, const int s… in BJSolve_TFQMR() argument
95 PetscScalar *ptr = work_space_shared, rho, rhoold, a, s, b, eta, etaold, psiold, cf, dpi; in BJSolve_TFQMR()
330 …_global, const int stride_global, const int nShareVec, PetscScalar *work_space_shared, const int s… in BJSolve_BICG() argument
337 PetscScalar *ptr = work_space_shared, dpi, a = 1.0, beta, betaold = 1.0, t1, t2; in BJSolve_BICG()