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