LifeV
|
Class that partitions the graph associated with a mesh. Uses the ParMETIS graph processing library. More...
#include <algorithm>
#include <boost/shared_ptr.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/bimap.hpp>
#include <Epetra_Comm.h>
#include <Teuchos_ParameterList.hpp>
#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 | |
class | GraphCutterParMETIS< MeshType > |
Class that partitions the graph associated with a mesh (ParMETIS version) More... | |
Namespaces | |
LifeV | |
Default Physical Solver. | |
Class that partitions the graph associated with a mesh. Uses the ParMETIS graph processing library.
Definition in file GraphCutterParMETIS.hpp.