Reference documentation for deal.II version 9.6.0
|
Namespaces | |
namespace | RefineAndCoarsenFixedFraction |
namespace | RefineAndCoarsenFixedNumber |
Functions | |
template<typename number > | |
std::pair< number, number > | compute_global_min_and_max_at_root (const ::Vector< number > &criteria, const MPI_Comm mpi_communicator) |
std::pair< number, number > internal::parallel::distributed::GridRefinement::compute_global_min_and_max_at_root | ( | const ::Vector< number > & | criteria, |
const MPI_Comm | mpi_communicator ) |
Compute the global max and min of the criteria vector. These are returned only on the processor with rank zero, all others get a pair of zeros.
Definition at line 274 of file grid_refinement.cc.