Reference documentation for deal.II version 9.5.0
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Public Attributes | List of all members
NonMatching::internal::QuadratureGeneratorImplementation::FunctionBounds< dim > Struct Template Reference

#include <deal.II/non_matching/quadrature_generator.h>

Public Attributes

std::pair< double, double > value
 
std::array< std::pair< double, double >, dim > gradient
 

Detailed Description

template<int dim>
struct NonMatching::internal::QuadratureGeneratorImplementation::FunctionBounds< dim >

A struct storing the bounds on the function value and bounds on each component of the gradient.

Definition at line 1309 of file quadrature_generator.h.

Member Data Documentation

◆ value

template<int dim>
std::pair<double, double> NonMatching::internal::QuadratureGeneratorImplementation::FunctionBounds< dim >::value

Lower and upper bounds on the functions value.

Definition at line 1315 of file quadrature_generator.h.

◆ gradient

template<int dim>
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 1320 of file quadrature_generator.h.


The documentation for this struct was generated from the following file: