Searched refs:rit (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/vec/impls/seq/cupm/ |
| H A D | vecseqcupm_impl.hpp | 1853 auto rit = thrust::make_constant_iterator(static_cast<PetscScalar>(rtol)); in ErrorWnorm() local 1881 thrust::make_tuple(uptr, yptr, eptr, ait, rit), in ErrorWnorm() 1882 thrust::make_tuple(uptr + nl, yptr + nl, eptr + nl, ait, rit), in ErrorWnorm() 1891 thrust::make_tuple(uptr, yptr, ait, rit), in ErrorWnorm() 1892 thrust::make_tuple(uptr + nl, yptr + nl, ait, rit), in ErrorWnorm() 1925 thrust::make_tuple(uptr, yptr, eptr, aptr, rit), in ErrorWnorm() 1926 thrust::make_tuple(uptr + nl, yptr + nl, eptr + nl, aptr + nl, rit), in ErrorWnorm() 1935 thrust::make_tuple(uptr, yptr, aptr, rit), in ErrorWnorm() 1936 thrust::make_tuple(uptr + nl, yptr + nl, aptr + nl, rit), in ErrorWnorm()
|