deal.II version GIT relicensing-2167-g9622207b8f 2024-11-21 12:40:00+00:00
|
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.