![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
#include "hecmw_repart.h"
Go to the source code of this file.
Functions | |
void | mesh2graph (struct hecmwST_local_mesh *mesh, GraphType *graph, Control_para *ctl_para, int stat_para[NUM_CONTROL_PARAS], Result_part *result, HECMW_Comm repart_comm) |
void | redistribute_mesh (GraphType *graph, Result_part *result, int mynode, int pesize) |
void | hecmw_dlb_read_control (char *contfile, Control_para *ctl_para, int stat_para[NUM_CONTROL_PARAS], int pesize) |
void | hecmw_dlb_set_default_control (Control_para *ctl_para, int stat_para[NUM_CONTROL_PARAS], int pesize) |
void | hecmw_dynamic_load_balancing_ () |
Variables | |
struct hecmwST_local_mesh * | mesh |
struct hecmwST_result_data * | data |
struct hecmwST_local_mesh * | new_mesh |
struct hecmwST_result_data * | new_data |
void hecmw_dlb_read_control | ( | char * | contfile, |
Control_para * | ctl_para, | ||
int | stat_para[NUM_CONTROL_PARAS], | ||
int | pesize | ||
) |
Definition at line 214 of file hecmw_dlb_read_control.c.
void hecmw_dlb_set_default_control | ( | Control_para * | ctl_para, |
int | stat_para[NUM_CONTROL_PARAS], | ||
int | pesize | ||
) |
Definition at line 432 of file hecmw_dlb_read_control.c.
void hecmw_dynamic_load_balancing_ | ( | ) |
Definition at line 30 of file hecmw_dynamic_load_balancing.c.
void mesh2graph | ( | struct hecmwST_local_mesh * | mesh, |
GraphType * | graph, | ||
Control_para * | ctl_para, | ||
int | stat_para[NUM_CONTROL_PARAS], | ||
Result_part * | result, | ||
HECMW_Comm | repart_comm | ||
) |
Definition at line 233 of file hecmw_dlb_mesh2graph.c.
void redistribute_mesh | ( | GraphType * | graph, |
Result_part * | result, | ||
int | mynode, | ||
int | pesize | ||
) |
Definition at line 56 of file hecmw_dlb_migrate.c.
struct hecmwST_result_data* data |
Definition at line 18 of file neu_reporter.cpp.
struct hecmwST_local_mesh* mesh |
Definition at line 71 of file hecmw_repart.h.
struct hecmwST_result_data* new_data |
Definition at line 76 of file hecmw_repart.h.
struct hecmwST_local_mesh* new_mesh |
Definition at line 72 of file hecmw_repart.h.