PlasCom2  1.0
XPACC Multi-physics simluation application
PCPPTypes.H File Reference
#include <bitset>
#include <deque>
#include "Profiler.H"
#include "MPIGlobal.H"
#include "IndexUtil.H"
#include "MobileParameters.H"
#include "UnixUtils.H"
Include dependency graph for PCPPTypes.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  partition_info
 
struct  intervalset
 
struct  virtual_node
 

Namespaces

 pcpp
 
 fixtures
 

Typedefs

typedef std::vector< int > IntVec
 
typedef std::vector< int > intvector
 
typedef std::vector< size_t > SizeVec
 
typedef std::vector< size_t > sizevector
 
typedef std::vector< double > RealVec
 
typedef std::vector< double > realvector
 
typedef std::vector< std::string > stringvector
 
typedef ix::app::MobileParameters ConfigType
 
typedef ix::app::MobileString MobileStringType
 
typedef ix::util::ParamType ParamType
 
typedef ix::util::sizeextent IndexIntervalType
 
typedef ix::sys::platform_info PlatformInfoType
 
typedef ix::comm::MobileObject MobileObjectType
 
typedef std::pair< int, SizeVec > CollisionIndicesType
 
typedef std::pair< int, IndexIntervalType > RemoteCollisionType
 
typedef std::pair< std::pair< int, int >, IndexIntervalType > PairWiseCollisionType
 
typedef std::map< int, std::vector< RemoteCollisionType > > RemoteCollisionsMap
 
typedef std::map< int, std::vector< PairWiseCollisionType > > PairWiseCollisionsMap
 
typedef ix::util::ComLineObject CommandLineType
 
typedef ix::profiler::ProfilerObj ProfilerType
 
typedef ix::comm::CommunicatorObject CommunicatorType
 
typedef ix::global::mpiglobal ParallelGlobalType
 
typedef ix::global::GlobalObj< std::string, std::string, ProfilerType > GlobalType
 
typedef unsigned char byte
 
typedef partition_info PartitionInfoType
 
typedef virtual_node VirtualNodeType
 
typedef pcpp::ConfigType ConfigurationType
 
typedef pcpp::CommunicatorType CommunicatorType
 
typedef pcpp::IndexIntervalType IndexIntervalType
 
typedef pcpp::IntVec IntVec
 
typedef pcpp::SizeVec SizeVec
 
typedef pcpp::RealVec RealVec
 
typedef pcpp::RemoteCollisionType RemoteCollisionType