Zoltan2
|
An example of partitioning pamgen coordinates with RCB. More...
#include <Zoltan2_PamgenMeshAdapter.hpp>
#include <Zoltan2_PartitioningProblem.hpp>
#include <Zoltan2_ColoringProblem.hpp>
#include "Tpetra_DefaultPlatform.hpp"
#include "Teuchos_RCP.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include "Teuchos_XMLParameterListHelpers.hpp"
#include "create_inline_mesh.h"
Go to the source code of this file.
Typedefs | |
typedef Tpetra::DefaultPlatform::DefaultPlatformType | Platform |
typedef Tpetra::MultiVector< double > | tMVector_t |
Functions | |
int | main (int narg, char *arg[]) |
An example of partitioning pamgen coordinates with RCB.
Definition in file pamgenMeshAdapterTest.cpp.
typedef Tpetra::DefaultPlatform::DefaultPlatformType Platform |
Definition at line 81 of file pamgenMeshAdapterTest.cpp.
typedef Tpetra::MultiVector<double> tMVector_t |
Definition at line 82 of file pamgenMeshAdapterTest.cpp.
int main | ( | int | narg, |
char * | arg[] | ||
) |
Definition at line 90 of file pamgenMeshAdapterTest.cpp.