IOSS 2.0
|
#include "ioss_export.h"
#include "Ioss_CodeTypes.h"
#include "Ioss_Map.h"
#include "Ioss_ParallelUtils.h"
#include "Ioss_PropertyManager.h"
#include <algorithm>
#include <cassert>
#include <map>
#include <string>
#include <vector>
#include "Ioss_Utils.h"
#include <parmetis.h>
#include <zoltan_cpp.h>
Go to the source code of this file.
Classes | |
class | Ioss::BlockDecompositionData |
class | Ioss::SetDecompositionData |
class | Ioss::ElementBlockBatchOffset |
class | Ioss::Decomposition< INT > |
Namespaces | |
namespace | Ioss |
The main namespace for the Ioss library. | |
Macros | |
#define | DC_USE_VECTOR |
Functions | |
IOSS_EXPORT const Ioss::NameList & | Ioss::valid_decomp_methods () |
#define DC_USE_VECTOR |