deal.II version GIT relicensing-2291-g668cd86249 2024-12-24 11:30:00+00:00
|
Public Attributes | |
std::pair< double, double > | value |
std::array< std::pair< double, double >, dim > | gradient |
A struct storing the bounds on the function value and bounds on each component of the gradient.
Definition at line 1374 of file quadrature_generator.h.
std::pair<double, double> NonMatching::internal::QuadratureGeneratorImplementation::FunctionBounds< dim >::value |
Lower and upper bounds on the functions value.
Definition at line 1380 of file quadrature_generator.h.
std::array<std::pair<double, double>, dim> NonMatching::internal::QuadratureGeneratorImplementation::FunctionBounds< dim >::gradient |
Lower and upper bounds on each component of the gradient.
Definition at line 1385 of file quadrature_generator.h.