Reference documentation for deal.II version GIT relicensing-216-gcda843ca70 2024-03-28 12:20:02+00:00
\(\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 Types | Public Member Functions | List of all members
Triangulation< dim, spacedim >::CellWeightSum< T > Struct Template Reference

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

Public Types

using result_type = T
 

Public Member Functions

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

Detailed Description

template<int dim, int spacedim = dim>
template<typename T>
struct 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 2281 of file tria.h.

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 2283 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 2287 of file tria.h.


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