Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/bjacobi/bjkokkos/
H A Dbjkokkoskernels.kokkos.cxx58 KrylovHandleType _handle; member
62 … _tol(tol), _ortho_strategy(ortho_strategy), _scratch_pad_level(scratch_pad_level), _handle(handle) in Functor_TestBatchedTeamVectorGMRES()
68 … _tol(tol), _ortho_strategy(ortho_strategy), _scratch_pad_level(scratch_pad_level), _handle(handle) in Functor_TestBatchedTeamVectorGMRES()
102 …late invoke<Operator, VectorViewType, PrecOperator, KrylovHandleType>(member, A, b, x, P, _handle); in operator ()()
118 _handle.set_max_iteration(_N_iteration); in run()
119 _handle.set_tolerance(_tol); in run()
120 _handle.set_ortho_strategy(_ortho_strategy); in run()
121 _handle.set_scratch_pad_level(_scratch_pad_level); in run()
122 _handle.set_compute_last_residual(true); in run()
124 int maximum_iteration = _handle.get_max_iteration(); in run()