|
Stokhos Package Browser (Single Doxygen Collection) Version of the Day
|
#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.
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[]) |
|
inline |
Definition at line 67 of file TestEpetra.cpp.
|
inline |
Definition at line 77 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 110 of file TestEpetra.cpp.
| int main | ( | int | argc, |
| char * | argv[] ) |
Definition at line 193 of file TestEpetra.cpp.