Searched refs:compute_norm_ (Results 1 – 1 of 1) sorted by relevance
1697 …PETSC_NODISCARD PETSC_HOSTDEVICE_INLINE_DECL static NormTuple compute_norm_(PetscReal err, PetscRe… in compute_norm_() function in Petsc::vec::cupm::impl::detail::ErrorWNormTransformBase1730 const auto tup_a = this->compute_norm_(err, tola); in operator ()()1731 const auto tup_r = this->compute_norm_(err, tolr); in operator ()()1732 const auto tup_n = this->compute_norm_(err, tol); in operator ()()1755 const auto tup_a = this->compute_norm_(err, tola); in operator ()()1756 const auto tup_r = this->compute_norm_(err, tolr); in operator ()()1757 const auto tup_n = this->compute_norm_(err, tol); in operator ()()