deal.II version GIT relicensing-2173-gae8fc9d14b 2024-11-24 06:40:00+00:00
|
#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 667 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 515 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.