OpenAtom
Version1.5a
|
Public Member Functions | |
ParaGrpParse () | |
on-destruct: | |
ParaGrpParse () | |
on-destruct: | |
Static Public Member Functions | |
static void | get_plane_line_prms (int, int, int, int *, int *, int *, int *, int *, int *, int *, int *, int *, int *, int *) |
functions More... | |
static void | flip_data_set (int, int *, int *, int *, int *) |
static void | get_chareG_line_prms (int, int, int, int *, int *, int *, int *, int *, bool) |
functions More... | |
static void | flip_data_set (int, int *, int *, int *, int *, complex *, int) |
Definition at line 22 of file LINE_EQUAL_DECOMP_V.2/para_grp_parse.h.
|
static |
= Count half plane kx=0 of piny data : check piny data
complex *datat = (complex *)malloc(nplane0*sizeof(complex));
datat[i]= data[i];
datat[(nplane0-1)]= data[(nktot-1)];
= Expand the data set
= Create the bottom half of plane zero by symmetry :
data[i].re = datat[i].re; data[i].im = -datat[i].im;
= Exit
kz,complex | * |
Definition at line 135 of file LINE_EQUAL_DECOMP_V.2/para_grp_parse.C.
Referenced by main(), and processState().
|
static |
= Count half plane kx=0 of piny data : check piny data
= Expand the data set
= Create the bottom half of plane zero by symmetry :
= Exit
Definition at line 178 of file para_grp_parse.C.
|
static |
functions
= Decompose the lines
= Find the best load balancing factor
for(int ibal=0;ibal<=128;ibal++){ int nbal = ((ibal*nchareG)/32);
= Store the good decomposition
= Output some statistics
= Error check
Definition at line 21 of file para_grp_parse.C.
Referenced by make_rho_runs(), and processState().
|
static |
functions
= Decompose the lines
= Find the best load balancing factor
= Store the good decomposition
= Output some statistics
= Error check
Definition at line 14 of file LINE_EQUAL_DECOMP_V.2/para_grp_parse.C.
Referenced by main().