FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_dlb_migrate.c File Reference
#include "hecmw_repart.h"
Include dependency graph for hecmw_dlb_migrate.c:

Go to the source code of this file.

Functions

void mesh_migration (int mynode, int pesize, Result_part *result, int *vtxdist)
 
void mesh_migration_adapt (int mynode, int pesize, Result_part *result, int *vtxdist)
 
void write_dist_mesh_display (char *outfile, struct hecmwST_local_mesh *new_mesh, struct hecmwST_result_data *new_data)
 
void write_one_mesh_display (char *outfile, struct hecmwST_local_mesh *new_mesh, struct hecmwST_result_data *new_data, HECMW_Comm VIS_COMM, int mynode, int pesize)
 
void HECMW_put_result_from_structure (struct hecmwST_local_mesh *mesh, struct hecmwST_result_data *data, char *resultfile_dist)
 
void redistribute_mesh (GraphType *graph, Result_part *result, int mynode, int pesize)
 

Variables

struct hecmwST_local_meshmesh
 
struct hecmwST_result_datadata
 
struct hecmwST_local_meshnew_mesh
 
struct hecmwST_result_datanew_data
 

Function Documentation

◆ HECMW_put_result_from_structure()

void HECMW_put_result_from_structure ( struct hecmwST_local_mesh mesh,
struct hecmwST_result_data data,
char *  resultfile_dist 
)

Definition at line 8 of file hecmw_dlb_output_result.c.

◆ mesh_migration()

void mesh_migration ( int  mynode,
int  pesize,
Result_part result,
int *  vtxdist 
)

◆ mesh_migration_adapt()

void mesh_migration_adapt ( int  mynode,
int  pesize,
Result_part result,
int *  vtxdist 
)

Definition at line 50 of file hecmw_dlb_elem_sr_adapt.c.

◆ redistribute_mesh()

void redistribute_mesh ( GraphType *  graph,
Result_part result,
int  mynode,
int  pesize 
)

Definition at line 56 of file hecmw_dlb_migrate.c.

◆ write_dist_mesh_display()

void write_dist_mesh_display ( char *  outfile,
struct hecmwST_local_mesh new_mesh,
struct hecmwST_result_data new_data 
)

Definition at line 8 of file output_ucd_c.c.

◆ write_one_mesh_display()

void write_one_mesh_display ( char *  outfile,
struct hecmwST_local_mesh new_mesh,
struct hecmwST_result_data new_data,
HECMW_Comm  VIS_COMM,
int  mynode,
int  pesize 
)

Variable Documentation

◆ data

struct hecmwST_result_data* data

Definition at line 18 of file neu_reporter.cpp.

◆ mesh

struct hecmwST_local_mesh* mesh

Definition at line 71 of file hecmw_repart.h.

◆ new_data

struct hecmwST_result_data* new_data

Definition at line 76 of file hecmw_repart.h.

◆ new_mesh

struct hecmwST_local_mesh* new_mesh

Definition at line 72 of file hecmw_repart.h.