OpenAtom  Version1.5a
CP_State_GSpacePlane.C File Reference

= Things to do : move resetiterstate More...

#include "CP_State_GSpacePlane.h"
#include "CP_State_ParticlePlane.h"
#include "CP_State_Plane.h"
#include "main/startupMessages.h"
#include "utility/util.h"
#include "main/AtomsCache.h"
#include "main/energyGroup.h"
#include "main/eesCache.h"
#include "main/TimeKeeper.h"
#include "fft_slab_ctrl/fftCacheSlab.h"
#include "structure_factor/StructFactorCache.h"
#include "main/CPcharmParaInfoGrp.h"
#include "main/cpaimd.h"
#include "main/InstanceController.h"
#include "paircalc/RDMAMessages.h"
#include "charm++.h"
#include <iostream>
#include <fstream>
#include <cmath>
#include "../../src_piny_physics_v1.0/include/class_defs/CP_OPERATIONS/class_cpnonlocal.h"
#include "../../src_piny_physics_v1.0/include/class_defs/CP_OPERATIONS/class_cpintegrate.h"
#include "../../src_piny_physics_v1.0/include/class_defs/CP_OPERATIONS/class_cprspaceion.h"
#include "../../src_piny_physics_v1.0/include/class_defs/CP_OPERATIONS/class_cplocal.h"
#include "../../src_piny_physics_v1.0/include/class_defs/piny_constants.h"
#include "../../src_piny_physics_v1.0/include/class_defs/allclass_gen.h"
#include "../../src_piny_physics_v1.0/include/class_defs/allclass_cp.h"
#include "../../src_piny_physics_v1.0/include/class_defs/PINY_INIT/PhysicsParamTrans.h"
#include "../class_defs/allclass_strip_cp.h"
#include "../class_defs/allclass_strip_gen.h"
#include <sstream>
#include "gStatePlane.def.h"

Go to the source code of this file.

Functions

void testeke (int ncoef, complex *psi_g, int *k_x, int *k_y, int *k_z, int iflag, int index)
 Test does ReadFile() parse psi(g) and g-vectors properly. More...
 
void printForce (void *param, void *msg)
 

Variables

Config config
 
CProxy_main mainProxy
 
CProxy_InstanceController instControllerProxy
 
CProxy_TimeKeeper TimeKeeperProxy
 
CkVec
< CProxy_CP_State_RealSpacePlane > 
UrealSpacePlaneProxy
 
CkVec
< CProxy_CP_State_GSpacePlane > 
UgSpacePlaneProxy
 
CkVec< CProxy_GSpaceDriver > UgSpaceDriverProxy
 
CkVec
< CProxy_CP_State_ParticlePlane > 
UparticlePlaneProxy
 
CkVec< CProxy_AtomsCache > UatomsCacheProxy
 
CkVec< CProxy_StructureFactor > UsfCompProxy
 
CkVec< CProxy_EnergyGroup > UegroupProxy
 
CkVec< CProxy_FFTcache > UfftCacheProxy
 
CkVec< CProxy_StructFactCache > UsfCacheProxy
 
CkVec< CProxy_eesCache > UeesCacheProxy
 
CProxy_ComlibManager mgrProxy
 
ComlibInstanceHandle gssInstance
 
CkGroupID mCastGrpId
 Multicast manager group that handles many mcast/redns in the code. Grep for info.
 
int nstates
 
int sizeX
 
int nchareG
 

Detailed Description

= Things to do : move resetiterstate

Definition in file CP_State_GSpacePlane.C.