cgma
|
#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 [] |
enum CGMParallelActions |
Definition at line 31 of file CGMReadParallel.cpp.
{ PA_READ = 0, PA_BROADCAST, PA_DELETE_NONLOCAL, PA_SCATTER, PA_SCATTER_DELETE, PA_BALANCE };
enum CGMPartitionActions |
Definition at line 40 of file CGMReadParallel.cpp.
{ PT_GEOM_DIM = 0, PT_PAR_PART };
const bool CGM_read_parallel_debug = false |
Definition at line 29 of file CGMReadParallel.cpp.
const char* CGMParallelActionsNames[] |
{ "PARALLEL READ", "PARALLEL BROADCAST", "PARALLEL DELETE NONLOCAL", "PARALLEL SCATTER" }
Definition at line 44 of file CGMReadParallel.cpp.