deal.II version 9.7.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
internal::TriangulationImplementation::Triangulation< dim, spacedim >::CellWeightSum< T > Struct Template Reference

#include <deal.II/grid/tria.h>

Detailed Description

template<int dim, int spacedim = dim>
template<typename T>
struct internal::TriangulationImplementation::Triangulation< dim, spacedim >::CellWeightSum< T >

A structure used to accumulate the results of the weight signal slot functions below. It takes an iterator range and returns the sum of values.

Definition at line 2279 of file tria.h.

Public Types

using result_type = T

Public Member Functions

template<typename InputIterator>
operator() (InputIterator first, InputIterator last) const

Member Typedef Documentation

◆ result_type

template<int dim, int spacedim = dim>
template<typename T>
using Triangulation< dim, spacedim >::CellWeightSum< T >::result_type = T

Definition at line 2281 of file tria.h.

Member Function Documentation

◆ operator()()

template<int dim, int spacedim = dim>
template<typename T>
template<typename InputIterator>
T Triangulation< dim, spacedim >::CellWeightSum< T >::operator() ( InputIterator first,
InputIterator last ) const
inline

Definition at line 2285 of file tria.h.


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