![]() |
deal.II version 9.7.0
|
#include <deal.II/non_matching/quadrature_generator.h>
Struct storing settings for the RootFinder class.
Definition at line 667 of file quadrature_generator.h.
Public Member Functions | |
| AdditionalData (const double tolerance=1e-12, const unsigned int max_recursion_depth=2, const unsigned int max_iterations=500) | |
Public Attributes | |
| double | tolerance |
| unsigned int | max_recursion_depth |
| unsigned int | max_iterations |
| NonMatching::internal::QuadratureGeneratorImplementation::RootFinder::AdditionalData::AdditionalData | ( | const double | tolerance = 1e-12, |
| const unsigned int | max_recursion_depth = 2, | ||
| const unsigned int | max_iterations = 500 ) |
Constructor.
Definition at line 516 of file quadrature_generator.cc.
| double NonMatching::internal::QuadratureGeneratorImplementation::RootFinder::AdditionalData::tolerance |
The tolerance in the stopping criteria for the underlying root finding algorithm boost::math::tools::toms748_solve.
Definition at line 680 of file quadrature_generator.h.
| unsigned int NonMatching::internal::QuadratureGeneratorImplementation::RootFinder::AdditionalData::max_recursion_depth |
The number of times we are allowed to split the interval where we seek roots.
Definition at line 686 of file quadrature_generator.h.
| unsigned int NonMatching::internal::QuadratureGeneratorImplementation::RootFinder::AdditionalData::max_iterations |
The maximum number of iterations in boost::math::tools::toms748_solve.
Definition at line 692 of file quadrature_generator.h.