Zoltan2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
Sphynx_Research_Driver.cpp File Reference
#include "Teuchos_CommandLineProcessor.hpp"
#include "Tpetra_CrsMatrix.hpp"
#include "Tpetra_Core.hpp"
#include "Tpetra_KokkosCompat_DefaultNode.hpp"
#include "Zoltan2_PartitioningProblem.hpp"
#include "Zoltan2_SphynxProblem.hpp"
#include "Zoltan2_XpetraCrsGraphAdapter.hpp"
#include "Teuchos_TimeMonitor.hpp"
#include "Teuchos_StackedTimer.hpp"
#include "readMatrixFromBinaryFile.hpp"
#include <Galeri_MultiVectorTraits.hpp>
#include <Galeri_XpetraProblemFactory.hpp>
#include <Galeri_XpetraParameters.hpp>
#include <MatrixMarket_Tpetra.hpp>
Include dependency graph for Sphynx_Research_Driver.cpp:

Go to the source code of this file.

Functions

template<typename lno_t , typename gno_t , typename scalar_t , typename nod_t >
int buildCrsMatrix (int xdim, int ydim, int zdim, std::string problemType, const Teuchos::RCP< const Teuchos::Comm< int > > &comm, Teuchos::RCP< Tpetra::CrsMatrix< scalar_t, lno_t, gno_t, nod_t >> &M_)
 
template<typename adapter_type >
void compute_edgecut (Teuchos::RCP< adapter_type > &adapter, Zoltan2::PartitioningSolution< adapter_type > &solution)
 
int main (int narg, char *arg[])
 

Function Documentation

template<typename lno_t , typename gno_t , typename scalar_t , typename nod_t >
int buildCrsMatrix ( int  xdim,
int  ydim,
int  zdim,
std::string  problemType,
const Teuchos::RCP< const Teuchos::Comm< int > > &  comm,
Teuchos::RCP< Tpetra::CrsMatrix< scalar_t, lno_t, gno_t, nod_t >> &  M_ 
)

Definition at line 80 of file Sphynx_Research_Driver.cpp.

template<typename adapter_type >
void compute_edgecut ( Teuchos::RCP< adapter_type > &  adapter,
Zoltan2::PartitioningSolution< adapter_type > &  solution 
)

Definition at line 128 of file Sphynx_Research_Driver.cpp.

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

Definition at line 251 of file Sphynx_Research_Driver.cpp.