Loading [MathJax]/extensions/TeX/newcommand.js
 Reference documentation for deal.II version 9.6.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\}}
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
parallel::CellWeights< dim, spacedim > Member List

This is the complete list of members for parallel::CellWeights< dim, spacedim >, including all inherited members.

CellWeights()=defaultparallel::CellWeights< dim, spacedim >
CellWeights(const DoFHandler< dim, spacedim > &dof_handler, const WeightingFunction &weighting_function)parallel::CellWeights< dim, spacedim >
connectionparallel::CellWeights< dim, spacedim >private
constant_weighting(const unsigned int factor=1)parallel::CellWeights< dim, spacedim >static
make_weighting_callback(const DoFHandler< dim, spacedim > &dof_handler, const WeightingFunction &weighting_function)parallel::CellWeights< dim, spacedim >static
ndofs_weighting(const std::pair< float, float > &coefficients)parallel::CellWeights< dim, spacedim >static
ndofs_weighting(const std::vector< std::pair< float, float > > &coefficients)parallel::CellWeights< dim, spacedim >static
reinit(const DoFHandler< dim, spacedim > &dof_handler, const WeightingFunction &weighting_function)parallel::CellWeights< dim, spacedim >
weighting_callback(const typename ::Triangulation< dim, spacedim >::cell_iterator &cell, const CellStatus status, const DoFHandler< dim, spacedim > &dof_handler, const parallel::TriangulationBase< dim, spacedim > &triangulation, const WeightingFunction &weighting_function)parallel::CellWeights< dim, spacedim >privatestatic
WeightingFunction typedefparallel::CellWeights< dim, spacedim >
~CellWeights()parallel::CellWeights< dim, spacedim >