Home
last modified time | relevance | path

Searched defs:ErrorWNormTransform (Results 1 – 1 of 1) sorted by relevance

/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm_impl.hpp1712 struct ErrorWNormTransform : ErrorWNormTransformBase<wnormtype> { struct
1713 using base_type = ErrorWNormTransformBase<wnormtype>;
1714 using result_type = typename base_type::result_type;
1715 using argument_type = thrust::tuple<PetscScalar, PetscScalar, PetscScalar, PetscScalar>;
1719 …ODISCARD PETSC_HOSTDEVICE_INLINE_DECL result_type operator()(const argument_type &x) const noexcept in operator ()()