Searched defs:ErrorWNormTransform (Results 1 – 1 of 1) sorted by relevance
1712 struct ErrorWNormTransform : ErrorWNormTransformBase<wnormtype> { struct1713 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 ()()