MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include <iostream>
#include <cassert>
#include <sstream>
#include <map>
#include <ctime>
#include "moab/MetisPartitioner.hpp"
#include "moab/Interface.hpp"
#include "Internals.hpp"
#include "moab/Range.hpp"
#include "moab/WriteUtilIface.hpp"
#include "moab/MeshTopoUtil.hpp"
#include "moab/Skinner.hpp"
#include "MBTagConventions.hpp"
#include "moab/CN.hpp"
Go to the source code of this file.
Variables | |
const bool | debug = false |
const bool debug = false |
Definition at line 37 of file MetisPartitioner.cpp.