Functions |
void | mmpr_atexit_clear_meshes () |
int | mmpr_init_mesh (int Control, int Mesh_id, int Nr_proc, int My_proc_id) |
int | mmpr_create_subdomains (int Mesh_id, int Control) |
int | mmpr_balance_load (int Mesh_id) |
int | mmpr_update_ref_list (const int Mesh_id, int *Nr_ref, int **List_ref) |
int | mmpr_is_ready_for_proj_dof_ref (int Mesh_id) |
mmpt_mesh * | mmpr_select_mesh (int Mesh_id) |
int | mmpr_el_owner (int Mesh_id, int El) |
int | mmpr_fa_owner (int Mesh_id, int Fa) |
int | mmpr_ed_owner (int Mesh_id, int Ed) |
int | mmpr_ve_owner (int Mesh_id, int Ve) |
int | mmpr_el_id_at_owner (int Mesh_id, int El) |
int | mmpr_ve_id_at_owner (int Mesh_id, int Ve) |
int | mmpr_init_ref (int Mesh_id) |
int | mmpr_final_ref (int Mesh_id) |
int | mmpr_n_neighbouring_procs (const int Mesh_id) |
int | mmpr_neighbouring_procs (const int Mesh_id, int *Neigh_proc_ids) |
int | mmpr_check_mesh (int Mesh_id) |
Variables |
std::vector< mmpt_mesh > | mmpv_meshes |
int | mmpv_partition_method = MMPC_METIS_PART_METHOD |