LifeV
|
Class that partitions the graph associated with a mesh. Uses the Zoltan graph processing library. More...
#include <vector>
#include <map>
#include <boost/shared_ptr.hpp>
#include <boost/lexical_cast.hpp>
#include <Epetra_Comm.h>
#include <Teuchos_ParameterList.hpp>
#include <zoltan.h>
#include <lifev/core/LifeV.hpp>
#include <lifev/core/mesh/GraphCutterBase.hpp>
#include <lifev/core/mesh/GraphUtil.hpp>
Go to the source code of this file.
Data Structures | |
struct | TransportBuffer |
This structure is used to pack objects in the Zoltan migration phase. More... | |
class | GraphCutterZoltan< MeshType > |
Class that partitions the graph associated with a mesh. More... | |
Namespaces | |
LifeV | |
Default Physical Solver. | |
Class that partitions the graph associated with a mesh. Uses the Zoltan graph processing library.
Definition in file GraphCutterZoltan.hpp.