![]() |
deal.II version 9.7.0
|
#include <deal.II/non_matching/quadrature_generator.h>
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.
Public Attributes | |
| std::pair< double, double > | value |
| std::array< std::pair< double, double >, dim > | gradient |
| 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.