Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
TestEpetra.cpp File Reference
#include <string>
#include <iostream>
#include <cstdlib>
#include "Teuchos_StandardCatchMacros.hpp"
#include "Stokhos_Epetra.hpp"
#include "Stokhos_Sparse3TensorUtilities.hpp"
#include "EpetraExt_BlockUtility.h"
#include "Kokkos_Timer.hpp"
#include "Epetra_SerialComm.h"
Include dependency graph for TestEpetra.cpp:

Go to the source code of this file.

Functions

template<typename IntType >
IntType map_fem_graph_coord (const IntType &N, const IntType &i, const IntType &j, const IntType &k)
 
template<typename ordinal >
ordinal generate_fem_graph (ordinal N, std::vector< std::vector< ordinal > > &graph)
 
void run_test (const int p, const int d, const int nGrid, const int nIter, const RCP< const Epetra_Comm > &globalComm, const RCP< const Epetra_Map > &map, const RCP< Epetra_CrsGraph > &graph)
 
int main (int argc, char *argv[])
 

Function Documentation

template<typename IntType >
IntType map_fem_graph_coord ( const IntType &  N,
const IntType &  i,
const IntType &  j,
const IntType &  k 
)
inline

Definition at line 35 of file TestEpetra.cpp.

template<typename ordinal >
ordinal generate_fem_graph ( ordinal  N,
std::vector< std::vector< ordinal > > &  graph 
)
inline

Definition at line 45 of file TestEpetra.cpp.

void run_test ( const int  p,
const int  d,
const int  nGrid,
const int  nIter,
const RCP< const Epetra_Comm > &  globalComm,
const RCP< const Epetra_Map > &  map,
const RCP< Epetra_CrsGraph > &  graph 
)

Definition at line 78 of file TestEpetra.cpp.

int main ( int  argc,
char *  argv[] 
)

Definition at line 161 of file TestEpetra.cpp.