Zoltan2
Typedefs | Functions
APFMeshAdapterTest.cpp File Reference

An example of partitioning a SCOREC APF mesh. More...

#include <Zoltan2_APFMeshAdapter.hpp>
#include <Zoltan2_Environment.hpp>
#include <Zoltan2_PartitioningProblem.hpp>
#include <Zoltan2_ColoringProblem.hpp>
#include <Zoltan2_HyperGraphModel.hpp>
#include "Tpetra_DefaultPlatform.hpp"
#include "Teuchos_RCP.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include "Teuchos_XMLParameterListHelpers.hpp"
#include "Teuchos_Hashtable.hpp"
#include <set>
Include dependency graph for APFMeshAdapterTest.cpp:

Go to the source code of this file.

Typedefs

typedef Tpetra::DefaultPlatform::DefaultPlatformType Platform
 

Functions

template<typename Adapter >
void PrintGhostMetrics (Zoltan2::HyperGraphModel< Adapter > &mdl)
 
int main (int narg, char *arg[])
 

Detailed Description

An example of partitioning a SCOREC APF mesh.

Author
Created by G. Diamond, K. Devine.

Definition in file APFMeshAdapterTest.cpp.

Typedef Documentation

◆ Platform

typedef Tpetra::DefaultPlatform::DefaultPlatformType Platform

Definition at line 93 of file APFMeshAdapterTest.cpp.

Function Documentation

◆ PrintGhostMetrics()

template<typename Adapter >
void PrintGhostMetrics ( Zoltan2::HyperGraphModel< Adapter > &  mdl)

Definition at line 98 of file APFMeshAdapterTest.cpp.

◆ main()

int main ( int  narg,
char *  arg[] 
)

Definition at line 169 of file APFMeshAdapterTest.cpp.