Searched refs:ait (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/vec/impls/seq/cupm/ |
| H A D | vecseqcupm_impl.hpp | 1852 auto ait = thrust::make_constant_iterator(static_cast<PetscScalar>(atol)); 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() 1903 thrust::make_tuple(uptr, yptr, eptr, ait, rptr), in ErrorWnorm() 1904 thrust::make_tuple(uptr + nl, yptr + nl, eptr + nl, ait, rptr + nl), in ErrorWnorm() 1913 thrust::make_tuple(uptr, yptr, ait, rptr), in ErrorWnorm() 1914 thrust::make_tuple(uptr + nl, yptr + nl, ait, rptr + nl), in ErrorWnorm()
|