Reference documentation for deal.II version 9.6.0
|
#include <deal.II/non_matching/quadrature_generator.h>
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 1377 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 1383 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 1388 of file quadrature_generator.h.