cgma
CGMReadParallel.cpp File Reference
#include <cstdio>
#include "CubitString.hpp"
#include "CubitMessage.hpp"
#include "DLList.hpp"
#include "RefEntity.hpp"
#include "RefFace.hpp"
#include "RefEdge.hpp"
#include "RefVertex.hpp"
#include "CubitEntity.hpp"
#include "Body.hpp"
#include "CastTo.hpp"
#include "CubitUtil.hpp"
#include "CADefines.hpp"
#include "CABodies.hpp"
#include "TDParallel.hpp"
#include "CAMergePartner.hpp"
#include "TDUniqueId.hpp"
#include "TopologyBridge.hpp"
#include "GeometryQueryTool.hpp"
#include "CGMReadParallel.hpp"
#include "CGMParallelConventions.h"
#include "CGMParallelComm.hpp"
#include "CubitCompat.hpp"
#include <iostream>

Go to the source code of this file.

Enumerations

enum  CGMParallelActions {
  PA_READ = 0, PA_BROADCAST, PA_DELETE_NONLOCAL, PA_SCATTER,
  PA_SCATTER_DELETE, PA_BALANCE
}
enum  CGMPartitionActions { PT_GEOM_DIM = 0, PT_PAR_PART }

Variables

const bool CGM_read_parallel_debug = false
const char * CGMParallelActionsNames []

Enumeration Type Documentation

Enumerator:
PA_READ 
PA_BROADCAST 
PA_DELETE_NONLOCAL 
PA_SCATTER 
PA_SCATTER_DELETE 
PA_BALANCE 

Definition at line 31 of file CGMReadParallel.cpp.

Enumerator:
PT_GEOM_DIM 
PT_PAR_PART 

Definition at line 40 of file CGMReadParallel.cpp.


Variable Documentation

const bool CGM_read_parallel_debug = false

Definition at line 29 of file CGMReadParallel.cpp.

const char* CGMParallelActionsNames[]
Initial value:
 { "PARALLEL READ", "PARALLEL BROADCAST",
    "PARALLEL DELETE NONLOCAL", "PARALLEL SCATTER" }

Definition at line 44 of file CGMReadParallel.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines