Reference documentation for deal.II version 9.5.0
|
#include <deal.II/non_matching/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 |
Struct storing settings for the RootFinder class.
Definition at line 614 of file quadrature_generator.h.
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 514 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 627 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 633 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 639 of file quadrature_generator.h.