Loading [MathJax]/extensions/TeX/newcommand.js
 Reference documentation for deal.II version 9.4.1
\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
Functions
MGTools::internal Namespace Reference

Functions

double workload_imbalance (const std::vector< types::global_dof_index > &n_cells_on_levels, const MPI_Comm comm)
 
double vertical_communication_efficiency (const std::vector< std::pair< types::global_dof_index, types::global_dof_index > > &cells, const MPI_Comm comm)
 

Function Documentation

◆ workload_imbalance()

double MGTools::internal::workload_imbalance ( const std::vector< types::global_dof_index > &  n_cells_on_levels,
const MPI_Comm  comm 
)

Definition at line 1604 of file mg_tools.cc.

◆ vertical_communication_efficiency()

double MGTools::internal::vertical_communication_efficiency ( const std::vector< std::pair< types::global_dof_index, types::global_dof_index > > &  cells,
const MPI_Comm  comm 
)

Definition at line 1634 of file mg_tools.cc.