Public Types |
Public Member Functions |
Private Member Functions |
Private Attributes |
List of all members
flexiblesusy::fixed_point_iterator::Convergence_tester_tadpole< dimension > Class Template Reference
Collaboration diagram for flexiblesusy::fixed_point_iterator::Convergence_tester_tadpole< dimension >:
![]()
Detailed Descriptiontemplate<std::size_t dimension>
class flexiblesusy::fixed_point_iterator::Convergence_tester_tadpole< dimension > Definition at line 98 of file fixed_point_iterator.hpp. Member Typedef Documentation◆ Function_t
template<std::size_t dimension>
Definition at line 101 of file fixed_point_iterator.hpp. ◆ Vector_t
template<std::size_t dimension>
Definition at line 100 of file fixed_point_iterator.hpp. Member Enumeration Documentation◆ Status
template<std::size_t dimension>
Definition at line 102 of file fixed_point_iterator.hpp. Constructor & Destructor Documentation◆ Convergence_tester_tadpole()
template<std::size_t dimension>
Definition at line 104 of file fixed_point_iterator.hpp. Member Function Documentation◆ check_tadpoles()
template<std::size_t dimension>
Definition at line 143 of file fixed_point_iterator.hpp. References flexiblesusy::fixed_point_iterator::Convergence_tester_tadpole< dimension >::CONTINUE, flexiblesusy::fixed_point_iterator::Convergence_tester_tadpole< dimension >::precision, and flexiblesusy::fixed_point_iterator::Convergence_tester_tadpole< dimension >::SUCCESS. Referenced by flexiblesusy::fixed_point_iterator::Convergence_tester_tadpole< dimension >::operator()(). ◆ name()
template<std::size_t dimension>
Definition at line 110 of file fixed_point_iterator.hpp. ◆ operator()()
template<std::size_t dimension>
Test whether the relative difference is less than the set precision. The relative difference test used here is carried out by applying is_equal_rel() to each element of the vector. If the relative difference is below the precision, it is tested whether the tadpoles are below the precision. If the tadpoles are larger than the precision, CONTINUE is returned.
Definition at line 124 of file fixed_point_iterator.hpp. References flexiblesusy::fixed_point_iterator::Convergence_tester_tadpole< dimension >::check_tadpoles(), flexiblesusy::fixed_point_iterator::Convergence_tester_tadpole< dimension >::CONTINUE, flexiblesusy::is_equal_rel(), flexiblesusy::fixed_point_iterator::Convergence_tester_tadpole< dimension >::precision, and flexiblesusy::fixed_point_iterator::Convergence_tester_tadpole< dimension >::SUCCESS. Member Data Documentation◆ precision
template<std::size_t dimension>
precision goal Definition at line 140 of file fixed_point_iterator.hpp. Referenced by flexiblesusy::fixed_point_iterator::Convergence_tester_tadpole< dimension >::check_tadpoles(), and flexiblesusy::fixed_point_iterator::Convergence_tester_tadpole< dimension >::operator()(). ◆ tadpole_function
template<std::size_t dimension>
function to calculate tadpole Definition at line 141 of file fixed_point_iterator.hpp. The documentation for this class was generated from the following file: Generated on Sun Apr 6 2025 11:10:38 for FlexibleSUSY by |