Go to the source code of this file.
Namespaces | |
oomph | |
//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// | |
oomph::METIS | |
Namespace for METIS graph partitioning routines. | |
Functions | |
void | oomph::METIS::default_error_to_weight_fct (const double &spatial_error, const double &max_error, const double &min_error, int &weight) |
Default function that translates spatial error into weight for METIS partitioning (unit weight regardless of input). More... | |
Variables | |
ErrorToWeightFctPt | oomph::METIS::Error_to_weight_fct_pt = &default_error_to_weight_fct |
Function pointer to to function that translates spatial error into weight for METIS partitioning. More... | |