#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"
Go to the source code of this file.
|
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[]) |
|
template<typename IntType >
IntType map_fem_graph_coord |
( |
const IntType & |
N, |
|
|
const IntType & |
i, |
|
|
const IntType & |
j, |
|
|
const IntType & |
k |
|
) |
| |
|
inline |
template<typename ordinal >
ordinal generate_fem_graph |
( |
ordinal |
N, |
|
|
std::vector< std::vector< ordinal > > & |
graph |
|
) |
| |
|
inline |
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |