Go to the source code of this file.
Namespaces | |
| namespace | oomph |
| DRAIG: Change all instances of (SPATIAL_DIM) to (DIM-1). | |
| namespace | 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). | |
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. | |